From: Rama Krishnan Raghupathy Date: Sat, 20 Aug 2016 02:03:28 +0000 (-0700) Subject: Bulk moving Tests to use uber project.json X-Git-Tag: accepted/tizen/base/20180629.140029~3754^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=513543505aaa43108d3a6fffc85dd0b81f91b23a;p=platform%2Fupstream%2Fcoreclr.git Bulk moving Tests to use uber project.json --- diff --git a/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj b/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj index 9cf44c0..eb9a414 100644 --- a/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj +++ b/tests/src/Common/Coreclr.TestWrapper/Coreclr.TestWrapper.csproj @@ -32,11 +32,7 @@ - - - - - \ No newline at end of file + diff --git a/tests/src/CoreMangLib/components/fileversioninfo/Assembly1.csproj b/tests/src/CoreMangLib/components/fileversioninfo/Assembly1.csproj index 5544e3e..f81ebf6 100644 --- a/tests/src/CoreMangLib/components/fileversioninfo/Assembly1.csproj +++ b/tests/src/CoreMangLib/components/fileversioninfo/Assembly1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/components/fileversioninfo/app.config b/tests/src/CoreMangLib/components/fileversioninfo/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/components/fileversioninfo/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/components/fileversioninfo/project.json b/tests/src/CoreMangLib/components/fileversioninfo/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/components/fileversioninfo/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/components/stopwatch/Co9600Ctor.csproj b/tests/src/CoreMangLib/components/stopwatch/Co9600Ctor.csproj index a4d366d..94138fc 100644 --- a/tests/src/CoreMangLib/components/stopwatch/Co9600Ctor.csproj +++ b/tests/src/CoreMangLib/components/stopwatch/Co9600Ctor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/components/stopwatch/Co9604get_IsRunning.csproj b/tests/src/CoreMangLib/components/stopwatch/Co9604get_IsRunning.csproj index c9063fb..3e666b8 100644 --- a/tests/src/CoreMangLib/components/stopwatch/Co9604get_IsRunning.csproj +++ b/tests/src/CoreMangLib/components/stopwatch/Co9604get_IsRunning.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/components/stopwatch/app.config b/tests/src/CoreMangLib/components/stopwatch/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/components/stopwatch/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/components/stopwatch/project.json b/tests/src/CoreMangLib/components/stopwatch/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/components/stopwatch/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj b/tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj index 45ec371..8a2b372 100644 --- a/tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj b/tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj index 6065e3f..f2b5bf7 100644 --- a/tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj +++ b/tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/action/app.config b/tests/src/CoreMangLib/cti/system/action/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/action/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/action/project.json b/tests/src/CoreMangLib/cti/system/action/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/action/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj b/tests/src/CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj index 1fd84c0..2fac048 100644 --- a/tests/src/CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj +++ b/tests/src/CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/activator/app.config b/tests/src/CoreMangLib/cti/system/activator/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/activator/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/activator/project.json b/tests/src/CoreMangLib/cti/system/activator/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/activator/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/argumentexception/ArgumentExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/argumentexception/ArgumentExceptionCtor1.csproj index 0df3fbd..6026faa 100644 --- a/tests/src/CoreMangLib/cti/system/argumentexception/ArgumentExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/argumentexception/ArgumentExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/argumentexception/app.config b/tests/src/CoreMangLib/cti/system/argumentexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/argumentexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/argumentexception/project.json b/tests/src/CoreMangLib/cti/system/argumentexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/argumentexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/argumentnullexception/ArgumentNullExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/argumentnullexception/ArgumentNullExceptionCtor1.csproj index c5abd62..ad3fe2f 100644 --- a/tests/src/CoreMangLib/cti/system/argumentnullexception/ArgumentNullExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/argumentnullexception/ArgumentNullExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/argumentnullexception/app.config b/tests/src/CoreMangLib/cti/system/argumentnullexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/argumentnullexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/argumentnullexception/project.json b/tests/src/CoreMangLib/cti/system/argumentnullexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/argumentnullexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionCtor.csproj b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionCtor.csproj index e0f7c53..e75c4eb 100644 --- a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionMessage.csproj b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionMessage.csproj index bec66ac..4611c5e 100644 --- a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionMessage.csproj +++ b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionMessage.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/app.config b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj index d4f373c..42778b8 100644 --- a/tests/src/CoreMangLib/cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/arithmeticexception/app.config b/tests/src/CoreMangLib/cti/system/arithmeticexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/arithmeticexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/arithmeticexception/project.json b/tests/src/CoreMangLib/cti/system/arithmeticexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/arithmeticexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1.csproj index c3483d7..b1542e6 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1b.csproj index 66dcf21..2414ce1 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch1b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2.csproj index 2c75076..b720598 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2b.csproj index 57ea87f..d77023b 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch2b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3.csproj index 03f4d7d..41095a0 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3b.csproj index 94f2edc..fbc25a4 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch3b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4.csproj index 7cb0fba..dae669b 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4b.csproj index 2554d73..b4e03cc 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch4b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5.csproj index 406d07f..795f160 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5b.csproj index 44a6232..7ec6d15 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch5b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch6.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch6.csproj index d09ace3..c00978c 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch6.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayBinarySearch6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayClear.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayClear.csproj index 6586a36..e7a549a 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayClear.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayClear.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayClone.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayClone.csproj index 6847483..b93e526 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayClone.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayClone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayCopy1.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayCopy1.csproj index b44738a..83d1426 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayCopy1.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayCopy1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayCopy2.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayCopy2.csproj index 4389c38..30d0946 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayCopy2.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayCopy2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayCopyTo.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayCopyTo.csproj index fc4ead2..d0d1b14 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayCopyTo.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayCopyTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1.csproj index 6cea2a5..90fe984 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1b.csproj index 91c903c..8ba4c85 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance1b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2.csproj index cdd0bfc..baea5ac 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2b.csproj index 42f27f7..863926f 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayCreateInstance2b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayGetEnumerator.csproj index 6896b15..45f04eb 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayGetLength.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayGetLength.csproj index 87f6e55..f064691 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayGetLength.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayGetLength.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayGetLowerBound.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayGetLowerBound.csproj index 6a651a9..2668f6e 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayGetLowerBound.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayGetLowerBound.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayGetUpperBound.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayGetUpperBound.csproj index 5cb4a21..174ca36 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayGetUpperBound.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayGetUpperBound.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayGetValue.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayGetValue.csproj index edb0fb3..f9a3b01 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayGetValue.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayGetValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayGetValue1.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayGetValue1.csproj index 8a1fce4..bbfa3e4 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayGetValue1.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayGetValue1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2.csproj index cb68910..11f5083 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2b.csproj index 0af3556..3fd332f 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayGetValue2b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayICollectionget_Count.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayICollectionget_Count.csproj index 25395f4..1dce1ed 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayICollectionget_Count.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayICollectionget_Count.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIListAdd.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIListAdd.csproj index 7f564e4..d92019e 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIListAdd.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIListAdd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIListClear.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIListClear.csproj index a3552df..f3d012b 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIListClear.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIListClear.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIListContains.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIListContains.csproj index abe0e14..d0b98cb 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIListContains.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIListContains.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIListIndexOF.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIListIndexOF.csproj index 98edc7d..44d552f 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIListIndexOF.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIListIndexOF.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIListInsert.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIListInsert.csproj index 1ee2127..6caa133 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIListInsert.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIListInsert.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIListRemove.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIListRemove.csproj index 8caf432..007041e 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIListRemove.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIListRemove.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIListRemoveAt.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIListRemoveAt.csproj index 282c2ab..71fa5d6 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIListRemoveAt.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIListRemoveAt.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIListget_item.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIListget_item.csproj index e58afb0..3aa23f9 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIListget_item.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIListget_item.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIListset_item.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIListset_item.csproj index dd1104b..2727f7a 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIListset_item.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIListset_item.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1.csproj index 2ab7a97..80dc955 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1b.csproj index 2577c87..aef6731 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf1b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2.csproj index 3ee61bd..6c7df8d 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2b.csproj index e5bbeec..3d3c243 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf2b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3.csproj index c3b464c..d4c5c3d 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3b.csproj index 604936a..24cab9f 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf3b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4.csproj index e45f698..7aa0b8e 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4b.csproj index 209bd53..0fc2523 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayIndexOf4b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayInitialize.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayInitialize.csproj index 0423a6e..30c7f63 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayInitialize.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayInitialize.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1.csproj index 01d60ff..be1385a 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1b.csproj index 39fe90e..52e0ad0 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf1b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2.csproj index 6c5ba43..4703099 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2b.csproj index fc2edfa..1e12acc 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf2b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3.csproj index b726dea..68e7143 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3b.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3b.csproj index 06e3ffb..c84a754 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf3b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf4.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf4.csproj index a9cd7bd..439502d 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf4.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayLastIndexOf4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayLength.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayLength.csproj index 0bb3fb9..264a44a 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayLength.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayLength.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayRank.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayRank.csproj index 29f0b90..ea9f106 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayRank.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayRank.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayReserse1.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayReserse1.csproj index 799c39f..9cd469d 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayReserse1.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayReserse1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayReserse2.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayReserse2.csproj index f34fc83..dc5ec18 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayReserse2.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayReserse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayReverse1.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayReverse1.csproj index 306ddd1..f1676b1 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayReverse1.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayReverse1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArrayReverse2.csproj b/tests/src/CoreMangLib/cti/system/array/ArrayReverse2.csproj index f740c41..87e7b13 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArrayReverse2.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArrayReverse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySetValue1.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySetValue1.csproj index 0df70c8..33a00e8 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySetValue1.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySetValue1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySetValue1b.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySetValue1b.csproj index b35d4f5..632171a 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySetValue1b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySetValue1b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySetValue2.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySetValue2.csproj index 918a904..13a3f3c 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySetValue2.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySetValue2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySetValue2b.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySetValue2b.csproj index 27dbbad..8ded777 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySetValue2b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySetValue2b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort1.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort1.csproj index d53f598..ad0fc7e 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort1.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort10.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort10.csproj index 805d556..e0f37d4 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort10.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort11.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort11.csproj index c536df9..01fdc20 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort11.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort11.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort12.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort12.csproj index 04ad31a..c47aef4 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort12.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort12.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort13.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort13.csproj index 75e7d7b..f5b70c1 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort13.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort13.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort14.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort14.csproj index 7491e5c..acdfca9 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort14.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort14.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort1b.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort1b.csproj index 36095f4..48812bf 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort1b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort1b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort2.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort2.csproj index 916414d..67de2ef 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort2.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort2b.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort2b.csproj index 69f67ca..f6db1c1 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort2b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort2b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj index ca6ae66..7a36b62 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort3b.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort3b.csproj index e6020bc..a9f3f50 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort3b.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort3b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort4.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort4.csproj index ba1a66d..19ea29b 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort4.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort5.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort5.csproj index e496785..327e8e7 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort5.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort6.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort6.csproj index f34099d..71ec6f4 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort6.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort7.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort7.csproj index 30c505f..5809454 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort7.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort8.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort8.csproj index 9b54a2e..b80cb29 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort8.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/ArraySort9.csproj b/tests/src/CoreMangLib/cti/system/array/ArraySort9.csproj index 47d0c49..4edb5f8 100644 --- a/tests/src/CoreMangLib/cti/system/array/ArraySort9.csproj +++ b/tests/src/CoreMangLib/cti/system/array/ArraySort9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/array/app.config b/tests/src/CoreMangLib/cti/system/array/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/array/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/array/project.json b/tests/src/CoreMangLib/cti/system/array/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/array/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor1.csproj index fd9ed3a..a8c8ab8 100644 --- a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor1.csproj +++ b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor2.csproj index 05a8343..1126a47 100644 --- a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor2.csproj +++ b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor3.csproj b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor3.csproj index 995ce0e..fe0b554 100644 --- a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor3.csproj +++ b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/app.config b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/attribute/DDB125472_GetHashCode.csproj b/tests/src/CoreMangLib/cti/system/attribute/DDB125472_GetHashCode.csproj index 392811f..6e872f9 100644 --- a/tests/src/CoreMangLib/cti/system/attribute/DDB125472_GetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/attribute/DDB125472_GetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attribute/GetHashCode.csproj b/tests/src/CoreMangLib/cti/system/attribute/GetHashCode.csproj index f77746f..ebe6af1 100644 --- a/tests/src/CoreMangLib/cti/system/attribute/GetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/attribute/GetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attribute/app.config b/tests/src/CoreMangLib/cti/system/attribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/attribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/attribute/project.json b/tests/src/CoreMangLib/cti/system/attribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/attribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAll.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAll.csproj index d3ff853..2e37bd3 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAll.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAll.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAssembly.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAssembly.csproj index 7fb2fc8..3e05460 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAssembly.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsAssembly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsClass.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsClass.csproj index 68057a5..ff81975 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsClass.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsClass.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsConstructor.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsConstructor.csproj index 003ade0..fd5d53f 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsConstructor.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsConstructor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsDelegate.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsDelegate.csproj index 3a1c55a..2007159 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsDelegate.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsDelegate.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEnum.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEnum.csproj index 4af12c8..63ec262 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEnum.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEnum.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEvent.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEvent.csproj index 8393530..f67dc3d 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEvent.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsEvent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsField.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsField.csproj index e994a76..19a2943 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsField.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsField.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsGenericParameter.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsGenericParameter.csproj index e2b32fc..2113890 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsGenericParameter.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsGenericParameter.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsInterface.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsInterface.csproj index 49e6dcb..795850e 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsInterface.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsInterface.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsMethod.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsMethod.csproj index be67ad1..1a3fc33 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsMethod.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsMethod.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsModule.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsModule.csproj index 78bf33f..3a32cb6 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsModule.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsModule.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsParameter.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsParameter.csproj index 9e3e19e..ddcc38e 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsParameter.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsParameter.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsProperty.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsProperty.csproj index 26926ab..e84822e 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsProperty.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsProperty.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsReturnValue.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsReturnValue.csproj index 4c02cfc..a45e3f9 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsReturnValue.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsReturnValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsStruct.csproj b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsStruct.csproj index 77d7da7..6c9c233 100644 --- a/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsStruct.csproj +++ b/tests/src/CoreMangLib/cti/system/attributetargets/AttributeTargetsStruct.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/app.config b/tests/src/CoreMangLib/cti/system/attributetargets/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/attributetargets/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/project.json b/tests/src/CoreMangLib/cti/system/attributetargets/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/attributetargets/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeAllowMultiple.csproj b/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeAllowMultiple.csproj index d57c54d..e0c70fe 100644 --- a/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeAllowMultiple.csproj +++ b/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeAllowMultiple.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeCtor.csproj index 93613d0..4b070e6 100644 --- a/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/attributeusageattribute/AttributeUsageAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/attributeusageattribute/app.config b/tests/src/CoreMangLib/cti/system/attributeusageattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/attributeusageattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json b/tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor1.csproj index d00e8b1..0380370 100644 --- a/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor2.csproj index 3c2359c..2310402 100644 --- a/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor3.csproj index e805dd3..839418e 100644 --- a/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionMessage.csproj b/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionMessage.csproj index 1068fb8..1c06201 100644 --- a/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionMessage.csproj +++ b/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionMessage.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionToString.csproj b/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionToString.csproj index cc350f1..21f26bb 100644 --- a/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionToString.csproj +++ b/tests/src/CoreMangLib/cti/system/badimageformatexception/BadImageFormatExceptionToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/badimageformatexception/app.config b/tests/src/CoreMangLib/cti/system/badimageformatexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/badimageformatexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/badimageformatexception/project.json b/tests/src/CoreMangLib/cti/system/badimageformatexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/badimageformatexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanCompareTo_Boolean.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanCompareTo_Boolean.csproj index d7d2bc6..2343442 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanCompareTo_Boolean.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanCompareTo_Boolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Boolean.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Boolean.csproj index 6049cf0..024283d 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Boolean.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Boolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Object.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Object.csproj index bd0bc8c..fee4e42 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Object.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanEquals_Object.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanFalseString.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanFalseString.csproj index 39ac13b..419f799 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanFalseString.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanFalseString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanGetHashCode.csproj index e33d6c2..de7cae5 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToBoolean.csproj index b215dc1..fb46a2f 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToByte.csproj index d08423e..522bc81 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToChar.csproj index 914f62b..9448f3d 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDateTime.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDateTime.csproj index a1f8379..adcbdd6 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDecimal.csproj index 6e2f127..c850f8f 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDouble.csproj index de13f7b..8fb005b 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt16.csproj index 8cdb14c..0d6b763 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt32.csproj index aace531..644c8ab 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt64.csproj index 08e764b..6ccae69 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSByte.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSByte.csproj index 08c39b9..c550c23 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSingle.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSingle.csproj index a432b12..095f959 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToType.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToType.csproj index 972fa75..c0eef53 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToType.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt16.csproj index 66cb2ad..8044d65 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt32.csproj index 0db9cc6..257e38f 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt64.csproj index 0241fa1..1ee3659 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanIConvertibleToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanParse.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanParse.csproj index 56305eb..9459153 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanParse.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanToString.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanToString.csproj index 2f0ddf4..4b0a221 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanToString.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanTrueString.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanTrueString.csproj index d82a715..f484a83 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanTrueString.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanTrueString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/BooleanTryParse.csproj b/tests/src/CoreMangLib/cti/system/boolean/BooleanTryParse.csproj index 992455e..ef6f235 100644 --- a/tests/src/CoreMangLib/cti/system/boolean/BooleanTryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/boolean/BooleanTryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/boolean/app.config b/tests/src/CoreMangLib/cti/system/boolean/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/boolean/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/boolean/project.json b/tests/src/CoreMangLib/cti/system/boolean/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/boolean/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteEquals1.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteEquals1.csproj index f119072..7e9650d 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteEquals2.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteEquals2.csproj index 91947bd..8d0f10e 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteGetHashCode.csproj index 7b42f16..4cc22b3 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToBoolean.csproj index 00d5be9..2e13806 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToByte.csproj index 7d99755..a189858 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToChar.csproj index d0db951..2f26806 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDateTime.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDateTime.csproj index 5ed99f6..f2c6b98 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDecimal.csproj index c2bbfd0..5c8234c 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDouble.csproj index 47ed663..4d652c7 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt16.csproj index 32b76b3..3365efe 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt32.csproj index 0e2911e..520dba8 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt64.csproj index 5579776..3852ecf 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSByte.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSByte.csproj index ab8ceb3..9cfa744 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSingle.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSingle.csproj index 5044c13..6bb05da 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToType.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToType.csproj index 150a6ed..decaca2 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToType.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt16.csproj index 1786af7..9b14c50 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt32.csproj index 452af73..58a2d28 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt64.csproj index 2863b08..877f5c3 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteIConvertibleToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteMaxValue.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteMaxValue.csproj index b6dd8f2..1e7e628 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteMaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteMaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteMinValue.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteMinValue.csproj index 44d21ce..830833c 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteMinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteMinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteParse1.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteParse1.csproj index a36ff6a..0e80c53 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteParse1.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteParse1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteParse3.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteParse3.csproj index 94d6a3f..d2d8441 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteParse3.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteParse3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteToString2.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteToString2.csproj index 98f14f7..282fff4 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteToString2.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteToString2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteToString3.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteToString3.csproj index 22ab765..b997ebd 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteToString3.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteToString3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteToString4.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteToString4.csproj index c4ac8cc..9d650cb 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteToString4.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteToString4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/ByteTryParse.csproj b/tests/src/CoreMangLib/cti/system/byte/ByteTryParse.csproj index 2c4b384..d997a55 100644 --- a/tests/src/CoreMangLib/cti/system/byte/ByteTryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/byte/ByteTryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/byte/app.config b/tests/src/CoreMangLib/cti/system/byte/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/byte/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/byte/project.json b/tests/src/CoreMangLib/cti/system/byte/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/byte/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/char/CharCompateTo1.csproj b/tests/src/CoreMangLib/cti/system/char/CharCompateTo1.csproj index b5c493c..ba82910 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharCompateTo1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharCompateTo1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharEquals1.csproj b/tests/src/CoreMangLib/cti/system/char/CharEquals1.csproj index 229ea8e..ac01489 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharEquals2.csproj b/tests/src/CoreMangLib/cti/system/char/CharEquals2.csproj index a40b61e..3710029 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/char/CharGetHashCode.csproj index 411d722..4520299 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToBoolean.csproj index 564ae76..96770dd 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToByte.csproj index 4c59566..835d8a6 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToChar.csproj index 69f8f3f..fb2918e 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDateTime.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDateTime.csproj index 70f123c..eff975f 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDecimal.csproj index 323a366..79c9437 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDouble.csproj index 7d6735b..c292dd2 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt16.csproj index bc3bba9..16d2fcb 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt32.csproj index 9a725f9..d020d43 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt64.csproj index f6f665a..522316e 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSByte.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSByte.csproj index bbc8a31..f5c8495 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSingle.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSingle.csproj index be9e310..8cf9f05 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToType.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToType.csproj index 2271257..75a25d2 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToType.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt16.csproj index 760ef73..02790e1 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt32.csproj index bfc6fc0..daed9d0 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt64.csproj index db21391..a2be949 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIConvertibleToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsControl1.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsControl1.csproj index b46d5de..ceab689 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsControl1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsControl1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsControl2.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsControl2.csproj index a61a4d5..dcf3c49 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsControl2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsControl2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsDigit1.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsDigit1.csproj index fed6055..2e33e76 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsDigit1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsDigit1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsDigit2.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsDigit2.csproj index 341f1fa..bda82ce 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsDigit2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsDigit2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsLetter1.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsLetter1.csproj index 1532468..cdcffb2 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsLetter1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsLetter1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsLetter2.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsLetter2.csproj index d445fb1..3f290f8 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsLetter2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsLetter2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit1.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit1.csproj index a3be63a..d1ab3be 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit2.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit2.csproj index 53d99ec..3bd8055 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsLetterOrDigit2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsLower1.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsLower1.csproj index d505830..0892633 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsLower1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsLower1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsLower2.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsLower2.csproj index 64aa881..a5e677e 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsLower2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsLower2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsNumber1.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsNumber1.csproj index a93ecdc..2f15458 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsNumber1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsNumber1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsNumber2.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsNumber2.csproj index a8c48a1..8fa0e48 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsNumber2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsNumber2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsPunctuation2.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsPunctuation2.csproj index d6a9613..9a0a0a9 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsPunctuation2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsPunctuation2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsSeparator1.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsSeparator1.csproj index 8b27e6c..2c0d7ab 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsSeparator1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsSeparator1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsSeparator2.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsSeparator2.csproj index 37ce162..e33187f 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsSeparator2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsSeparator2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate1.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate1.csproj index 489576a..847ae0f 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate2.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate2.csproj index ad87076..f7ce4c7 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsSurrogate2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair1.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair1.csproj index d3d3c0e..42c5e17 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair2.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair2.csproj index 9336008..c0bb28d 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsSurrogatePair2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsSymbol1.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsSymbol1.csproj index c581955..a74617f 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsSymbol1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsSymbol1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsUpper1.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsUpper1.csproj index 436dffd..b25d2d6 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsUpper1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsUpper1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsUpper2.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsUpper2.csproj index fd68908..d33b58b 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsUpper2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsUpper2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace1.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace1.csproj index 214a216..99881e4 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace2.csproj b/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace2.csproj index 54ad6f6..b06308e 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharIsWhiteSpace2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharMaxValue.csproj b/tests/src/CoreMangLib/cti/system/char/CharMaxValue.csproj index 82bb31e..a61942e 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharMaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharMaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharMinValue.csproj b/tests/src/CoreMangLib/cti/system/char/CharMinValue.csproj index a838856..8ac01e6 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharMinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharMinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharToString1.csproj b/tests/src/CoreMangLib/cti/system/char/CharToString1.csproj index 07b9804..dde02de 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharToString1.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharToString1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharToString2.csproj b/tests/src/CoreMangLib/cti/system/char/CharToString2.csproj index 8201d0a..e5b9ec6 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharToString2.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharToString2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/CharTryParse.csproj b/tests/src/CoreMangLib/cti/system/char/CharTryParse.csproj index b0f8565..764ba04 100644 --- a/tests/src/CoreMangLib/cti/system/char/CharTryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/char/CharTryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/char/app.config b/tests/src/CoreMangLib/cti/system/char/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/char/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/char/project.json b/tests/src/CoreMangLib/cti/system/char/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/char/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorCurrent.csproj index 9a0dc0d..5b790de 100644 --- a/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumeratorCurrent.csproj index e663349..117b860 100644 --- a/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumgetCurrent.csproj b/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumgetCurrent.csproj index 9d5dc9a..846b898 100644 --- a/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumgetCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorIEnumgetCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorMoveNext.csproj b/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorMoveNext.csproj index f960360..c0c5fde 100644 --- a/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorMoveNext.csproj +++ b/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorMoveNext.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorReset.csproj b/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorReset.csproj index f217ae5..2717cbc 100644 --- a/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorReset.csproj +++ b/tests/src/CoreMangLib/cti/system/charenumerator/CharEnumeratorReset.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/charenumerator/app.config b/tests/src/CoreMangLib/cti/system/charenumerator/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/charenumerator/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/charenumerator/project.json b/tests/src/CoreMangLib/cti/system/charenumerator/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/charenumerator/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeCtor.csproj index 66f0f39..182fe1e 100644 --- a/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeIsCompliant.csproj b/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeIsCompliant.csproj index 92571b2..0becbfd 100644 --- a/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeIsCompliant.csproj +++ b/tests/src/CoreMangLib/cti/system/clscompliantattribute/CLSCompliantAttributeIsCompliant.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/clscompliantattribute/app.config b/tests/src/CoreMangLib/cti/system/clscompliantattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/clscompliantattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json b/tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryCtor.csproj b/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryCtor.csproj index 3cb33af..4f4d6a4 100644 --- a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryKey.csproj b/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryKey.csproj index 9d1aed7..315f2d5 100644 --- a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryKey.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryKey.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryValue.csproj b/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryValue.csproj index cc44af6..3ad87f7 100644 --- a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryValue.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/DictionaryEntryValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/app.config b/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json b/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare1.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare1.csproj index 98d43be..4ae0bb8 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare1.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare2.csproj index 14ecc30..13f9458 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCompare2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCtor.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCtor.csproj index b52cea3..db79218 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerDefault.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerDefault.csproj index e5e156c..bfd5838 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerDefault.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/comparer/ComparerDefault.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/comparer/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/comparer/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryAdd.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryAdd.csproj index c16492b..19a2312 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryAdd.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryAdd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryClear.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryClear.csproj index 5c9e6bb..782ce72 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryClear.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryClear.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryComparer.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryComparer.csproj index 4fda8b9..3af86a9 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryComparer.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryComparer.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsKey.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsKey.csproj index 02d7772..e99d1c7 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsKey.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsKey.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsValue.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsValue.csproj index 1cc2aac..f2b960c 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsValue.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryContainsValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCount.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCount.csproj index 3c2524b..d4cbf0b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCount.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor1.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor1.csproj index b3116f3..c079665 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor2.csproj index e8b5104..725e1a3 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor3.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor3.csproj index 1efe022..4e81db7 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor4.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor4.csproj index 2c96114..0e284fd 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor4.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor5.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor5.csproj index be6241d..4164010 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor5.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor6.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor6.csproj index 21fb4af..a00320a 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor6.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryCtor6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryGetEnumerator.csproj index 66422bb..160de22 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionAdd.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionAdd.csproj index 767afce..5ba4f9e 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionAdd.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionAdd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionContains.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionContains.csproj index 2311d17..6bb9b31 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionContains.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionContains.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo.csproj index 16ef61d..800c993 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo2.csproj index 213a9d1..64a0e48 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionCopyTo2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly.csproj index 2a7ebec..b8746cc 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly2.csproj index 995f639..3f1e2b3 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsReadOnly2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized.csproj index 62e13c4..82e218f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized2.csproj index 021866b..d5c7c7f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionIsSynchronized2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionRemove.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionRemove.csproj index 2d67bf6..ec1d5b8 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionRemove.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionRemove.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot.csproj index 51674b3..29c4dfa 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot2.csproj index 9f3fab5..adc27da 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryICollectionSyncRoot2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryAdd.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryAdd.csproj index 89b472d..0ef6231 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryAdd.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryAdd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryContains.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryContains.csproj index 100c9a9..12dd475 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryContains.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryContains.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryGetEnumerator.csproj index d1dd1d5..bc482d3 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize.csproj index 474b95e..3a99776 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize2.csproj index cf440d6..e1b0698 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsFixedSize2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly.csproj index f636789..b8cbf8f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly2.csproj index 28717f0..2c5318d 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryIsReadOnly2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem.csproj index ad3b9a9..698089e 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem2.csproj index 977e49b..0ac2b12 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryItem2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys.csproj index 2877639..6292c91 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys2.csproj index 8b4fa3e..2daf922 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys3.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys3.csproj index 98ed9f3..b969f65 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys3.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys4.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys4.csproj index 900cb82..5c002a6 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys4.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryKeys4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryRemove.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryRemove.csproj index 0ef5c0a..f261284 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryRemove.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryRemove.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue2.csproj index 4e97b8d..b2c1135 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue3.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue3.csproj index f682a53..3c74334 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue3.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue4.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue4.csproj index 1db967d..db8e37d 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue4.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValue4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValues.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValues.csproj index e992754..71b78d8 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValues.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIDictionaryValues.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator.csproj index 7b39992..50aa95f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator2.csproj index 29918a6..7a68339 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryIEnumerableGetEnumerator2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryRemove.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryRemove.csproj index f6ddf92..b9bf785 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryRemove.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryRemove.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryTryGetValue.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryTryGetValue.csproj index 3125a8e..b54a28c 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryTryGetValue.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/DictionaryTryGetValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Entry.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Entry.csproj index ffb29b5..0184e85 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Entry.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Entry.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Key.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Key.csproj index ad1ebe9..0b860f7 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Key.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Key.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Value.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Value.csproj index b3361bb..7de979a 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Value.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIDictEnumget_Value.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumReset.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumReset.csproj index 9bbb521..deec17f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumReset.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumReset.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumget_Current.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumget_Current.csproj index 665ca0e..2b95240 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumget_Current.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictEnumIEnumget_Current.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorCurrent.csproj index 6edbd8b..7bcd0c0 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorDispose.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorDispose.csproj index e1c63fd..0f3e22e 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorDispose.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorDispose.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorMoveNext.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorMoveNext.csproj index a4a2573..6e1626d 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorMoveNext.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/DictionaryEnumeratorMoveNext.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/GenericICollectionRemove.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/GenericICollectionRemove.csproj index 6d41e37..f992de3 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/GenericICollectionRemove.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/GenericICollectionRemove.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionIsSynchronized.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionIsSynchronized.csproj index 175b8c6..74eb50b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionIsSynchronized.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionIsSynchronized.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionSyncRoot.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionSyncRoot.csproj index 3605668..12b77ae 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionSyncRoot.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/ICollectionSyncRoot.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/IEnumerableGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/IEnumerableGetEnumerator.csproj index 5c810de..43cec70 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/IEnumerableGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/IEnumerableGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCopyTo.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCopyTo.csproj index b03d6a0..25e2cf3 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCopyTo.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCopyTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCount.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCount.csproj index 27ba848..ff271ee 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCount.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCtor.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCtor.csproj index 47c5054..3038b56 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionGetEnumerator.csproj index aff1c31..3e3537b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/KeyCollectionGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenICollIsReadOnly.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenICollIsReadOnly.csproj index 786c65b..7a0536d 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenICollIsReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenICollIsReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenIEnumGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenIEnumGetEnumerator.csproj index 5e4a4d9..6a2ed5c 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenIEnumGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenIEnumGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollClear.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollClear.csproj index 2dde185..ede4529 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollClear.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollClear.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollContains.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollContains.csproj index 12e9708..69ecdfb 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollContains.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollContains.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollectionAdd.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollectionAdd.csproj index a5ce57d..4fc3d55 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollectionAdd.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollGenericICollectionAdd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollectionsICollectionCopyTo.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollectionsICollectionCopyTo.csproj index b911f70..72038f9 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollectionsICollectionCopyTo.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/SystemCollectionsICollectionCopyTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCopyTo.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCopyTo.csproj index 876ebcd..f7e9aee 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCopyTo.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCopyTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCount.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCount.csproj index 1f6eb1a..f60269e 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCount.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionctor.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionctor.csproj index cdf379e..18b810b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionctor.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/DictionaryValueCollectionctor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionIsReadOnly.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionIsReadOnly.csproj index ee39650..91375cb 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionIsReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionIsReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionRemove.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionRemove.csproj index d4d6c12..addb9b5 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionRemove.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GenericICollectionRemove.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GetEnumerator.csproj index 55d8bef..0b22ba7 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/GetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ICollectionIsSynchronized.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ICollectionIsSynchronized.csproj index 175b8c6..74eb50b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ICollectionIsSynchronized.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ICollectionIsSynchronized.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/IEnumerableGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/IEnumerableGetEnumerator.csproj index a78bbce..02184f6 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/IEnumerableGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/IEnumerableGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollICollectionSyncRoot.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollICollectionSyncRoot.csproj index 3605668..12b77ae 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollICollectionSyncRoot.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollICollectionSyncRoot.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollectionsICollectionCopyTo.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollectionsICollectionCopyTo.csproj index b911f70..72038f9 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollectionsICollectionCopyTo.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/SystemCollectionsICollectionCopyTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollAdd.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollAdd.csproj index 43c5e04..dda5354 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollAdd.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollAdd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollClear.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollClear.csproj index afcece2..5fce9a4 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollClear.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollClear.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollContains.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollContains.csproj index 6d8d4ef..2e3a79d 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollContains.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericICollContains.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericIEnumGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericIEnumGetEnumerator.csproj index be10f65..bb9d8ad 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericIEnumGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/ValueCollGenericIEnumGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorCurrent.csproj index 726c4e2..a270561 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorDispose.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorDispose.csproj index 6e5a650..b18309f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorDispose.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorDispose.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorMoveNext.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorMoveNext.csproj index 52d3b2b..e2b3819 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorMoveNext.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryKeyCollectionEnumeratorMoveNext.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorCurrent.csproj index 74bc064..9841200 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorDispose.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorDispose.csproj index 4e0553a..a00ea05 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorDispose.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorDispose.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj index d693f1d..5e2e88b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorCurrent.csproj index b47fcbc..63d9a4b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorReset.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorReset.csproj index 8047854..55cf249 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorReset.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/KeyCollectionEnumeratorIEnumeratorReset.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj index 19c3ec3..40e5200 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj index 7a57008..ff1a3e3 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorCurrent.csproj index 74bc064..9841200 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorDispose.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorDispose.csproj index 4e0553a..a00ea05 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorDispose.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorDispose.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj index d693f1d..5e2e88b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/DictionaryValueCollectionEnumeratorMoveNext.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj index 19c3ec3..40e5200 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj index 7a57008..ff1a3e3 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/ValueCollectionEnumeratorIEnumeratorReset.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerEquals.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerEquals.csproj index a4afd18..3354790 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerGetHashCode.csproj index 8a1e389..eb40f68 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqualityComparerGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqulityComparerDefault.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqulityComparerDefault.csproj index 48c94d4..a2e9070 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqulityComparerDefault.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/EqulityComparerDefault.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionAdd.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionAdd.csproj index b11dfdf..9dbe8f4 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionAdd.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionAdd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionClear.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionClear.csproj index aefb552..bf70d0f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionClear.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionClear.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionContains.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionContains.csproj index 18cdd77..6edb712 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionContains.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionContains.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCopyTo.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCopyTo.csproj index d55a54a..bf13654 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCopyTo.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCopyTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCount.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCount.csproj index 4b1759e..0103f9f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCount.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionIsReadOnly.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionIsReadOnly.csproj index f0f5044..45de3a4 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionIsReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionIsReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionRemove.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionRemove.csproj index 7ee002d..13dffce 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionRemove.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/ICollectionRemove.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryContainsKey.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryContainsKey.csproj index bc18176..cb669dd 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryContainsKey.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryContainsKey.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryItem.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryItem.csproj index 17d358a..d10b114 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryItem.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryItem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryKeys.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryKeys.csproj index 50ef60f..d342e32 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryKeys.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryKeys.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryTryGetValue.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryTryGetValue.csproj index ac10588..a2e1c0a 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryTryGetValue.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryTryGetValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryValues.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryValues.csproj index 0115727..82c91c9 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryValues.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/IDictionaryValues.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/IEnumerableGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/IEnumerableGetEnumerator.csproj index 84ac0e2..b818982 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/IEnumerableGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/IEnumerableGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/IEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/IEnumeratorCurrent.csproj index 3e97758..c18e27a 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/IEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/IEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerEquals.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerEquals.csproj index 6219e4b..f5c0911 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerGetHashCode.csproj index 564fb2e..11a50af 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/IEqualityComparerGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListIndexOf.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListIndexOf.csproj index 1b31579..b1f99aa 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListIndexOf.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListIndexOf.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListInsert.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListInsert.csproj index 471110f..79ac7d7 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListInsert.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListInsert.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListItem.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListItem.csproj index c43b805..e478c71 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListItem.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListItem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListRemoveAt.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListRemoveAt.csproj index a5fcb91..c5adbe2 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListRemoveAt.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/ilist/IListRemoveAt.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/ilist/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/ilist/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor1.csproj index f914601..0079e6e 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor2.csproj index 042a3e3..3da9795 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/KeyNotFoundExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairKey.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairKey.csproj index fdf4f9d..7410752 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairKey.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairKey.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairToString.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairToString.csproj index 69ac9ed..ad97276 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairToString.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairValue.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairValue.csproj index 73218c9..4f3040d 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairValue.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairctor.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairctor.csproj index c05e5e4..4a1b81f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairctor.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/KeyValuePairctor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch1.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch1.csproj index c39282e..bacf811 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch1.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch2.csproj index 6793b44..7401c1b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch3.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch3.csproj index 3f25159..46607e4 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch3.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/BinarySearch3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo1.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo1.csproj index 4f321be..6bb7a3a 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo1.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo2.csproj index ffbe599..abe3776 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo3.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo3.csproj index bca3cf4..852ca28 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo3.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/CopyTo3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAdd.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAdd.csproj index 4dd6909..bbc6e0e 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAdd.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAdd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAddRange.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAddRange.csproj index baaded7..6ba7aeb 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAddRange.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListAddRange.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCapacity.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCapacity.csproj index 4aebf67..63b3b14 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCapacity.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCapacity.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListClear.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListClear.csproj index 5130eda..53acfa4 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListClear.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListClear.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListContains.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListContains.csproj index 7fb95eb..39f89d4 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListContains.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListContains.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCount.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCount.csproj index d3a0a8e..161d780 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCount.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor1.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor1.csproj index 4220974..34fa2a7 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor2.csproj index e5f3bac..0427663 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor3.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor3.csproj index 181c95c..f04ac8f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListForEach.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListForEach.csproj index 07a9407..7b2f843 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListForEach.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListForEach.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetEnumerator.csproj index 65b12c7..0bac79a 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetRange.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetRange.csproj index 2e16085..4dc307e 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetRange.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListGetRange.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionCopyTo.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionCopyTo.csproj index 8e3d181..9e0bf26 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionCopyTo.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionCopyTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsReadOnly.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsReadOnly.csproj index d35b32d..2de2d81 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsSynchronized.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsSynchronized.csproj index 372d155..e91910e 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsSynchronized.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionIsSynchronized.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionSyncRoot.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionSyncRoot.csproj index 86d24d9..5826186 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionSyncRoot.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListICollectionSyncRoot.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator.csproj index 86a0c4d..9695502 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator2.csproj index 3de0f02..f79a4f9 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIEnumerableGetEnumerator2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListAdd.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListAdd.csproj index 50840c1..776c1df 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListAdd.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListAdd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListContains.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListContains.csproj index 14aa4d3..0424030 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListContains.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListContains.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIndexOf.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIndexOf.csproj index 80ceec0..b9fc79d 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIndexOf.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIndexOf.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListInsert.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListInsert.csproj index 1790fc6..442ada9 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListInsert.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListInsert.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsFixedSize.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsFixedSize.csproj index ca849c3..e595723 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsFixedSize.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsFixedSize.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsReadOnly.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsReadOnly.csproj index c66ab95..beea9cc 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListIsReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListItem.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListItem.csproj index a7ebc1f..16fb1d7 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListItem.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListItem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListRemove.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListRemove.csproj index 1b494eb..83c1a7e 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListRemove.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIListRemove.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf1.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf1.csproj index c178c94..04bc7d5 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf1.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf2.csproj index cd01ce8..799998e 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf3.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf3.csproj index 87e5058..323950f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf3.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListIndexOf3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListInsertRange.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListInsertRange.csproj index 9e296c3..2c736b5 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListInsertRange.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListInsertRange.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf1.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf1.csproj index 90090fc..df45362 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf1.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf2.csproj index 6b3e266..9402839 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf3.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf3.csproj index f33a1b1..e4e8c32 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf3.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListLastIndexOf3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveAt.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveAt.csproj index 3766f59..61aa45b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveAt.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveAt.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveRange.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveRange.csproj index b6666b1..6a19c49 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveRange.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListRemoveRange.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse.csproj index 5ec25d7..1540a7a 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse2.csproj index 08bb7a9..06e8683 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListReverse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListToArray.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListToArray.csproj index 50756be..c6795b1 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListToArray.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListToArray.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListTrimExcess.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListTrimExcess.csproj index 2a1a706..93c57c0 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/ListTrimExcess.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/ListTrimExcess.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/list/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/list/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/list/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueClear.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueClear.csproj index 320f555..6c49436 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueClear.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueClear.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueContains.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueContains.csproj index a3a0b6a..530d0bc 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueContains.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueContains.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCopyTo.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCopyTo.csproj index 7d157fd..f0f6c49 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCopyTo.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCopyTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCount.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCount.csproj index e737a38..c1dff6f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCount.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor1.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor1.csproj index 5ff41de..614a862 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor2.csproj index f27fc96..448cf0e 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor3.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor3.csproj index a1e47cc..96567b1 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueDequeue.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueDequeue.csproj index aa6f8f2..b26f618 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueDequeue.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueDequeue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueEnqueue.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueEnqueue.csproj index 15624e4..4e5204f 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueEnqueue.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueEnqueue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueGetEnumerator.csproj index f071315..05f0372 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueuePeek.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueuePeek.csproj index 78c51d4..0ea8df8 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueuePeek.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueuePeek.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueToArray.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueToArray.csproj index 9bb5d3b..08398e8 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueToArray.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/QueueToArray.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/queue/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/queue/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorCurrent.csproj index aa62680..d573113 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorDispose.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorDispose.csproj index 3a4b57c..3c4af24 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorDispose.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorDispose.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorMoveNext.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorMoveNext.csproj index 8b0d91d..40ef122 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorMoveNext.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/EnumeratorMoveNext.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackClear.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackClear.csproj index ed24cd1..d386dc6 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackClear.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackClear.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackContains.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackContains.csproj index c7fd626..a78b99a 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackContains.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackContains.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCopyTo.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCopyTo.csproj index d0f7c30..918d0da 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCopyTo.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCopyTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCount.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCount.csproj index cf4af34..a2855ea 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCount.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor1.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor1.csproj index f9c5ec3..7362a74 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor2.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor2.csproj index 3c952e7..d6c30d2 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor3.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor3.csproj index eecd9ba..7fe8f37 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackGetEnumerator.csproj index 9ee53d4..0f70239 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPeek.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPeek.csproj index 513b02f..8202ef6 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPeek.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPeek.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPop.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPop.csproj index 93f3317..77950ab 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPop.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPop.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPush.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPush.csproj index cf20428..230510c 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPush.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackPush.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackToArray.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackToArray.csproj index f435407..4b7e5a0 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackToArray.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/StackToArray.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/stack/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/stack/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorCurrent.csproj index 0c894b8..925a2d8 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorDispose.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorDispose.csproj index 2b82949..0fe8f73 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorDispose.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorDispose.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorMoveNext.csproj b/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorMoveNext.csproj index 901fa8f..7155849 100644 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorMoveNext.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/StackEnumeratorMoveNext.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/app.config b/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCopyTo.csproj b/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCopyTo.csproj index 58107ab..69b320a 100644 --- a/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCopyTo.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCopyTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCount.csproj b/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCount.csproj index 69a64c5..b06045b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCount.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionIsSynchronized.csproj b/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionIsSynchronized.csproj index 4c4a524..6ae81da 100644 --- a/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionIsSynchronized.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionIsSynchronized.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionSyncRoot.csproj b/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionSyncRoot.csproj index 6594abc..2bd3da4 100644 --- a/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionSyncRoot.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/icollection/ICollectionSyncRoot.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/icollection/app.config b/tests/src/CoreMangLib/cti/system/collections/icollection/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/icollection/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/icollection/project.json b/tests/src/CoreMangLib/cti/system/collections/icollection/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/icollection/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/icomparer/IComparerCompare.csproj b/tests/src/CoreMangLib/cti/system/collections/icomparer/IComparerCompare.csproj index 1f6fdd1..61da2d9 100644 --- a/tests/src/CoreMangLib/cti/system/collections/icomparer/IComparerCompare.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/icomparer/IComparerCompare.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/icomparer/app.config b/tests/src/CoreMangLib/cti/system/collections/icomparer/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/icomparer/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/icomparer/project.json b/tests/src/CoreMangLib/cti/system/collections/icomparer/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/icomparer/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryAdd.csproj b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryAdd.csproj index 32fd477..a9aa539 100644 --- a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryAdd.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryAdd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryClear.csproj b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryClear.csproj index 4d01c55..460331d 100644 --- a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryClear.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryClear.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryContains.csproj b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryContains.csproj index 859ebbe..b36f385 100644 --- a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryContains.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryContains.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryGetEnumerator.csproj index 6b7dfc6..a55a496 100644 --- a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsFixedSize.csproj b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsFixedSize.csproj index 74afdb5..1435529 100644 --- a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsFixedSize.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsFixedSize.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsReadOnly.csproj b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsReadOnly.csproj index 1a9c686..1c12d2b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryIsReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryRemove.csproj b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryRemove.csproj index 9e43301..93ca10b 100644 --- a/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryRemove.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/idictionary/IDictionaryRemove.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/idictionary/app.config b/tests/src/CoreMangLib/cti/system/collections/idictionary/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/idictionary/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/idictionary/project.json b/tests/src/CoreMangLib/cti/system/collections/idictionary/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/idictionary/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorCurrent.csproj index 8cff4ab..2c8320e 100644 --- a/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorMoveNext.csproj b/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorMoveNext.csproj index 6fa64af..27d75fd 100644 --- a/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorMoveNext.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorMoveNext.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorReset.csproj b/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorReset.csproj index beb1eb4..91b56d5 100644 --- a/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorReset.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/ienumerator/IEnumeratorReset.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/ienumerator/app.config b/tests/src/CoreMangLib/cti/system/collections/ienumerator/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/ienumerator/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json b/tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/collections/ilist/IListIsFixedSize.csproj b/tests/src/CoreMangLib/cti/system/collections/ilist/IListIsFixedSize.csproj index e23599a..80e758a 100644 --- a/tests/src/CoreMangLib/cti/system/collections/ilist/IListIsFixedSize.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/ilist/IListIsFixedSize.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/ilist/IListItem.csproj b/tests/src/CoreMangLib/cti/system/collections/ilist/IListItem.csproj index effd164..38966d2 100644 --- a/tests/src/CoreMangLib/cti/system/collections/ilist/IListItem.csproj +++ b/tests/src/CoreMangLib/cti/system/collections/ilist/IListItem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/collections/ilist/app.config b/tests/src/CoreMangLib/cti/system/collections/ilist/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/ilist/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/collections/ilist/project.json b/tests/src/CoreMangLib/cti/system/collections/ilist/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/collections/ilist/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj b/tests/src/CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj index 3878336..ea1f5b0 100644 --- a/tests/src/CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj +++ b/tests/src/CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj b/tests/src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj index 054b8cf..61432bc 100644 --- a/tests/src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj +++ b/tests/src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj b/tests/src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj index cd2be64..8537618 100644 --- a/tests/src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj +++ b/tests/src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/comparison/app.config b/tests/src/CoreMangLib/cti/system/comparison/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/comparison/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/comparison/project.json b/tests/src/CoreMangLib/cti/system/comparison/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/comparison/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/console/ConsoleSetOut_PSC.csproj b/tests/src/CoreMangLib/cti/system/console/ConsoleSetOut_PSC.csproj index d6cfad4..ec38714 100644 --- a/tests/src/CoreMangLib/cti/system/console/ConsoleSetOut_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/console/ConsoleSetOut_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/console/app.config b/tests/src/CoreMangLib/cti/system/console/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/console/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/console/consoleseterror_PSC.csproj b/tests/src/CoreMangLib/cti/system/console/consoleseterror_PSC.csproj index 691c127..4ac1275 100644 --- a/tests/src/CoreMangLib/cti/system/console/consoleseterror_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/console/consoleseterror_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/console/project.json b/tests/src/CoreMangLib/cti/system/console/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/console/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj index e69b574..b1165d4 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj index 2035d37..9d3468b 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj index 001e990..266f8a2 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj index d2c5fda..4ddcf79 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj index 8a27cec..31d6264 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj index 5c6faf8..70339f4 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj index c854532..20991a9 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj index d08c32d..06bdee1 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj index 17e2c8d..16e31fe 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj index df315d4..79118bd 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj index 45ee9e6..1ef974f 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj index 1c32aaf..c024a53 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj index 186683d..b637a91 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj index caf8f5a..414444f 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj index 8cb3e60..aabaaa7 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj index b1405f4..2b636f1 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj index 5dbdb21..afcee18 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj index 1f417e9..2941d54 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj index f7b8408..45771d9 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj index 816da31..be6a1b4 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj index 553ad65..0d3f4e6 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj index a509776..eff7080 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj index 10dc737..5416e04 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj index f4f2653..38233a7 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj index 012ae47..4633c90 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj index bc797be..2ae3180 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj index 65262d6..e6eb313 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj index 636a564..584f2d8 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj index eeaf990..6aa563a 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj index 89e020f..a1d4580 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj index 3280298..4dc807d 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj index 71c015f..846e62a 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj index 9c95188..0c87995 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj index 7a6af26..38f0439 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj index ebf4d2f..e174520 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj index f3cd672..e9018d7 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj index 55ed663..dab0cb4 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj index d29f553..4475946 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj index 95ab7ed..1cb7f40 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj index 56a2058..14b642c 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj index 7fb904e..6500853 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj index f95e4e1..57fbe35 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj index ad4d2a2..4dd42c7 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj index c92043a..35c1de8 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj index 7d4add2..493e132 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj index 7009f1d..6384fb6 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj index 2de7a62..dda9b1b 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj index 331d5d9..70078fd 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj index 4ae8f49..fff6dbc 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj index bd8817d..b8cf935 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj index 4a0aa93..d8ef79e 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj index 8591d65..f381e9d 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj index b22afba..556ac11 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj index a00266f..b4a8db4 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj index b7feac3..58d6adc 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj index 363c7dc..8d40685 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj index 7072050..28928dd 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj index c098407..53646f0 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj index 5bb5d38..df9e21c 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj index 1732c00..71d170a 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj index 67c637a..763d7b5 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj index ca16cb8..20512df 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj index 392956c..22a570b 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj index 048523c..2525386 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj index 3ca280c..1d2215e 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj index d5358d2..a232e3f 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj index 07ce667..2f59978 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj index 132c0dc..b188ebe 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj index 3c2d74a..2bee678 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj index 3e17691..c363238 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj index f44fa0a..5e86133 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj index 099eb20..db52e2c 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj index d3f37b9..50001eb 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj index e6e8a6d..34ace33 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj index 6a2728d..3bfe980 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj index 22f51d3..8c78f29 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj index 465b4e7..f20cf25 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj index f26f281..b05546f 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj index 69e4486..bbebc04 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj index 89b1013..499a7b3 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj index 5452a0d..20fc6c6 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj index 9140ba2..42af6c0 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj index 09d34b6..a6272aa 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj index 9e77680..282220f 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj index 2b91c00..7d509f2 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj index 067049b..66ef053 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj index c899d3a..85bc030 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj index dc6f632..5f669a9 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj index 3a30850..8c844dc 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj index 05b5317..7e747e2 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj index 530758f..91f6f13 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj index 487e767..7d40225 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj index 298e51c..3ba7950 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj index 14ff7b6..59d5b47 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj index 6f1dee1..47010c0 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj index aac122a..a6d87ef 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj index b5d50b5a..b4e1c36 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj index 1251b5a..e27072e 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj index 6a7c560..65bf32d 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj index be4832b..3b67d00 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj index 72fa2ff..7376a03 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj index 0608ea7..5bf26c6 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj index bb8684f..10fe6e3 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj index 11f5e9d..4708f36 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj index 1088d5c..c852b1f 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj index 3ca2bff..41442f6 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj index 3ad868f..b043682 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj index 8cce130..9b64d58 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj index 52f7958..ea3e6e4 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj index faa0c3a..7edd303 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj index 883bc14..2e6190a 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj index 8132421..9114e86 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj index e42594e..c1074c1 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj index bc3ccb0..d6e0335 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj index 3988f70..e208a34 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj index b482e25..550437a 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj index 657c6e4..0e2dcf7 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj index 945069d..a2aadfb 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj index 2991582..db68107 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj index 966b894..d93fdab 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj index 8a6fdee..b876afb 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj index 1e15802..d2e6010 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj index 0c661a8..19af446 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj index cc8599f..b517c47 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj index 41d6ecd..c460222 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj index 9e5c5dc..7aef519 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj index 78a2fb4..b77e584 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj index 96d88a4..21360f0 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj index 4bf4e6e..aba92da 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj index b1cb674..7757676 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString10.csproj index d986ba6..4e89780 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString10.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString11.csproj index f63dc19..79b7e2e 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString11.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString11.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString12.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString12.csproj index fab9fe0..e99c336 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString12.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString12.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString13.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString13.csproj index 0727b0b..b404178 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString13.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString13.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString14.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString14.csproj index be55bb9..7155bf2 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString14.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString14.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString15.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString15.csproj index 436a635..5bf8986 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString15.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString15.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString16.csproj index f159abb..1f63170 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString16.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString17.csproj index 98c48f1..2b8bf2b 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString17.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString17.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString18.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString18.csproj index 173277b..e2d556c 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString18.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString18.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString19.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString19.csproj index 06cc21f..e754a1b 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString19.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString19.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj index 5ae084d..4876822 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString20.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString20.csproj index d8133c4..0e1010f 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString20.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString20.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString21.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString21.csproj index 9292bbc..ba66942 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString21.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString21.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString22.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString22.csproj index a3c9e37..7d4486e 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString22.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString22.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString23.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString23.csproj index 098a359..06d559f 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString23.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString23.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString24.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString24.csproj index 596829e..c5f4592 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString24.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString24.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString25.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString25.csproj index cdaa95b..70ed585 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString25.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString25.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString28.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString28.csproj index 906da2a..b0fbab1 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString28.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString28.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString29.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString29.csproj index 74d80ce..72c72cb 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString29.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString29.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString30.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString30.csproj index c8fa128..bb4f3e7 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString30.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString30.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString31.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString31.csproj index f7130f4..1bade83 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString31.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString31.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString32.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString32.csproj index d6d33be..6cf546e 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString32.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString33.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString33.csproj index 836eadc..52ada24 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString33.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString33.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj index f91ada4..164ac5a 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj index f31b043..986dd22 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj index 09e56ba..42f9baa 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj index c4be056..d1d53d1 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj index 3f3e5c3..3e03dc9 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj index 3e4918d..dc23314 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj index 32c829f..c8ac29b 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj index e2d86e8..f2bf11b 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj index 65122dc..0e3ac49 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj index 3929045..bd17bb5 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj index fc3c47b..89e030f 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj index 6ef62d1..6910e15 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj index 00ac4e9..4503212 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj index 14708f1..1081880 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj index e1b8dc1..77a0d2a 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj index d031781..1c0efa2 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj index 3494d20..6ef431c 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj index 4c23deb..0e8f278 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj index d916f5b..dd6d6ec 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj index d9238b3..85e6a3b 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj index 573a2ee..80291e8 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj index e5a2a71..c8bc382 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj index 73159b4..eabc4e1 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj index 1f1c738..9658880 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj index 74e3520..b367fa4 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj index e7c8025..f8cbb35 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj index 85aaaa4..9864fe1 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj index aa56332..00f85c5 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj index 0eebe0e..64637b7 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj index 849ebd2..9973999 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj index 098ff1a..465c4b4 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj index bfd13c5..864fb40 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj index 706e134..3818851 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj index de50361..a107a42 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj index beef1d7..463b6a7 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj index 09e9e01..95879ed 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj index 32cbd53..1a79813 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj index 1c1abfa..bdef850 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj index 4105c71..1720a61 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj index 1c451f5..d4afe6d 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj index ca65bcb..82648ac 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj index e7c1de5..443a6ab 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj index 1e35591..f217236 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj index aca36ef..bea5f03 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj index 99d704e..eab1d65 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj index 8c8bd66..6b66273 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj index 040ce57..d2a2025 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj index 86dd4cb..da16daf 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj index a4f4052..826b178 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj index bcd35b3..b94253e 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj index 355ee44..0067e9b 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj index bb6918e..0e70ae3 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj index b70c6cd..be7b7c1 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj index d68562b..6f947ad 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj index ed64ef4..32c8be8 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj index 9ec9c8c..03bb77d 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj index b90d6e4..6f58f05 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj index ce56e91..8af74ff 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj index 01f9936..a22fcc1 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj index aef05db..e4a8587 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj index e46bef2..1962400 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj index 69a2303..bd99d27 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj index c79c327..7dc6f68 100644 --- a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj +++ b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/convert/app.config b/tests/src/CoreMangLib/cti/system/convert/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/convert/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/convert/project.json b/tests/src/CoreMangLib/cti/system/convert/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/convert/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCompare.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCompare.csproj index dbe7145..fc59c16 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCompare.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCompare.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCompareTo1.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCompareTo1.csproj index a30347d..93ba3dd 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCompareTo1.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCompareTo1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor1.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor1.csproj index e6c09d3..ec41ab4 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor3.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor3.csproj index 4374f2e..7b14923 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor4.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor4.csproj index 9fb68a7..54149ad 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor4.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor6.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor6.csproj index 06c768d..cda7208 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor6.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor7.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor7.csproj index 56ab9b0..6557682 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor7.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeCtor7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeDate.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeDate.csproj index 440a838..369a383 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeDate.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeDate.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeGetHashCode.csproj index c278213..4096884 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeHour.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeHour.csproj index c4e9ba4..8546ca6 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeHour.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeHour.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeKind.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeKind.csproj index 0e41268..069fff5 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeKind.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeKind.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeMaxValue.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeMaxValue.csproj index 264a523..c588f8c 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeMaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeMaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeMillisecond.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeMillisecond.csproj index 8a9e54b..25fde79 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeMillisecond.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeMillisecond.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeMinValue.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeMinValue.csproj index c7a20cc..060e586 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeMinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeMinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeMinute.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeMinute.csproj index 763ed8d..ec37820 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeMinute.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeMinute.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeNow.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeNow.csproj index a5c9d23..bfc039f 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeNow.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeNow.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeParse1.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeParse1.csproj index a3b92ef..5a32497 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeParse1.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeParse1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeParse2.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeParse2.csproj index e08f4e6..1126dcd 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeParse2.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeParse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeParse3.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeParse3.csproj index 160ae35..007ac1b 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeParse3.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeParse3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeParseExact1.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeParseExact1.csproj index 6d408a8..1c62be7 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeParseExact1.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeParseExact1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeParseExact2.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeParseExact2.csproj index 5d93f55..d08a774 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeParseExact2.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeParseExact2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeParseExact3.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeParseExact3.csproj index 47628fd..5df4c9f 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeParseExact3.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeParseExact3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeSecond.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeSecond.csproj index 458ddcc..347cae3 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeSecond.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeSecond.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeSubtract1.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeSubtract1.csproj index 3294bcf..6c421e7 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeSubtract1.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeSubtract1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeSubtract2.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeSubtract2.csproj index 423056a..eb699f4 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeSubtract2.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeSubtract2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeTicks.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeTicks.csproj index c9d8739..015a0c0 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeTicks.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeTicks.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeTimeOfDay.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeTimeOfDay.csproj index 5a52191..a4272cb 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeTimeOfDay.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeTimeOfDay.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeToFileTime.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeToFileTime.csproj index 6e033d8..7d0ba1b 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeToFileTime.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeToFileTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeToFileTimeUtc.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeToFileTimeUtc.csproj index e888140..3fbd0d2 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeToFileTimeUtc.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeToFileTimeUtc.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeToLocalTime.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeToLocalTime.csproj index 0abf43d..a26bc57 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeToLocalTime.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeToLocalTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeToString1.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeToString1.csproj index 8ea563d..b16d7d3 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeToString1.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeToString1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeToString2.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeToString2.csproj index cbd02d5..3d5b470 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeToString2.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeToString2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeToString3.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeToString3.csproj index 0e9313b..30ebd40 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeToString3.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeToString3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimeUtcNow.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimeUtcNow.csproj index 097f51f..4ba6627 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimeUtcNow.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimeUtcNow.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/DateTimetoday.csproj b/tests/src/CoreMangLib/cti/system/datetime/DateTimetoday.csproj index eecf24f..0b8f186 100644 --- a/tests/src/CoreMangLib/cti/system/datetime/DateTimetoday.csproj +++ b/tests/src/CoreMangLib/cti/system/datetime/DateTimetoday.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetime/app.config b/tests/src/CoreMangLib/cti/system/datetime/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/datetime/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/datetime/project.json b/tests/src/CoreMangLib/cti/system/datetime/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/datetime/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/datetimekind/DateTimeKindLocal.csproj b/tests/src/CoreMangLib/cti/system/datetimekind/DateTimeKindLocal.csproj index b96df5d..8887078 100644 --- a/tests/src/CoreMangLib/cti/system/datetimekind/DateTimeKindLocal.csproj +++ b/tests/src/CoreMangLib/cti/system/datetimekind/DateTimeKindLocal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetimekind/DateTimeKindUnspecified.csproj b/tests/src/CoreMangLib/cti/system/datetimekind/DateTimeKindUnspecified.csproj index 12171b0..68b0c23 100644 --- a/tests/src/CoreMangLib/cti/system/datetimekind/DateTimeKindUnspecified.csproj +++ b/tests/src/CoreMangLib/cti/system/datetimekind/DateTimeKindUnspecified.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetimekind/DateTimeKindUtc.csproj b/tests/src/CoreMangLib/cti/system/datetimekind/DateTimeKindUtc.csproj index 2a6e7f9..c4ff4dc 100644 --- a/tests/src/CoreMangLib/cti/system/datetimekind/DateTimeKindUtc.csproj +++ b/tests/src/CoreMangLib/cti/system/datetimekind/DateTimeKindUtc.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/datetimekind/app.config b/tests/src/CoreMangLib/cti/system/datetimekind/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/datetimekind/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/datetimekind/project.json b/tests/src/CoreMangLib/cti/system/datetimekind/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/datetimekind/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekFriday.csproj b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekFriday.csproj index 4b5915e..77c7eed 100644 --- a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekFriday.csproj +++ b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekFriday.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekMonday.csproj b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekMonday.csproj index 7125250..f4e01ae 100644 --- a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekMonday.csproj +++ b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekMonday.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSaturday.csproj b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSaturday.csproj index db645a7..481479b 100644 --- a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSaturday.csproj +++ b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSaturday.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSunday.csproj b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSunday.csproj index cb572ea..55341d2 100644 --- a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSunday.csproj +++ b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekSunday.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekThursday.csproj b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekThursday.csproj index 24a994e..0c0ec69 100644 --- a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekThursday.csproj +++ b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekThursday.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekTuesDay.csproj b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekTuesDay.csproj index 115bdb3..3b5badb 100644 --- a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekTuesDay.csproj +++ b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekTuesDay.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekWednesday.csproj b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekWednesday.csproj index dcea6f1..a496b18 100644 --- a/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekWednesday.csproj +++ b/tests/src/CoreMangLib/cti/system/dayofweek/DayOfWeekWednesday.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dayofweek/app.config b/tests/src/CoreMangLib/cti/system/dayofweek/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/dayofweek/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/dayofweek/project.json b/tests/src/CoreMangLib/cti/system/dayofweek/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/dayofweek/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimaFloor.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimaFloor.csproj index c2b1df9..88fbe2f 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimaFloor.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimaFloor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalAdd.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalAdd.csproj index 2341534..c5d525c 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalAdd.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalAdd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalCompare.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalCompare.csproj index ab439e7..ad3548e 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalCompare.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalCompare.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor1.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor1.csproj index b498d3b..4b39b45 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor2.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor2.csproj index 4d9eed5..cbf3dac 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor3.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor3.csproj index 31c197d..5cc1e44 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor4.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor4.csproj index 56bc5b1..c505aac 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor4.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor5.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor5.csproj index 73c71f5..2b2bf34 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor5.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor6.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor6.csproj index b9f1e61..7b59fde 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor6.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor7.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor7.csproj index 61c3129..ef83f34 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor7.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor8.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor8.csproj index 54b1d17..66cc7ab 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor8.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalCtor8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalDivide.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalDivide.csproj index 6a01909..9fac199 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalDivide.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalDivide.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals1.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals1.csproj index db0ff92..269b396 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals2.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals2.csproj index c1b91b6..5747cb5 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals3.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals3.csproj index 2980f1f..61afb1c 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals3.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalEquals3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalGetBits.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalGetBits.csproj index 8454a85..a78ebe1 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalGetBits.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalGetBits.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalMaxValue.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalMaxValue.csproj index ebdc014..942501a 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalMaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalMaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalMinValue.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalMinValue.csproj index e567772..c74aa8d 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalMinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalMinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalMinusOne.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalMinusOne.csproj index 5a9156c..4d3b221 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalMinusOne.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalMinusOne.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalMultiply.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalMultiply.csproj index a51197b..f49d44e 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalMultiply.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalMultiply.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalNegate.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalNegate.csproj index f320099..5b0e426 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalNegate.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalNegate.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalOne.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalOne.csproj index 65600e5..e8f2f16 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalOne.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalOne.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalParse.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalParse.csproj index eedb2f1..9538353 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalParse.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalParse2.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalParse2.csproj index e01034c..6994c3c 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalParse2.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalParse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalParse3.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalParse3.csproj index 2eb4a56..6eea919 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalParse3.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalParse3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalParse4.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalParse4.csproj index 2cc2d3c..53bfb3d 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalParse4.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalParse4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj index 69ff33c..1edfad5 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalRemainder.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalSubtract.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalSubtract.csproj index cf08b83..eb0f70d 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalSubtract.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalSubtract.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToBoolean.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToBoolean.csproj index 52527bf..d1e8528 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte.csproj index 2f172e2..101b1fc 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte1.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte1.csproj index 1c1c247..3a206cf 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte1.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToByte1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToChar.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToChar.csproj index cd6f00b..ba30814 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToDateTime.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToDateTime.csproj index e42f902..2525194 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToDecimal.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToDecimal.csproj index e6d84d3..2fdc4b5 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToDouble.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToDouble.csproj index 6c34d78..dc86411 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt16.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt16.csproj index a2c3a76..15e2cae 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt32.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt32.csproj index 217d3bb..0b98b20 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt64.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt64.csproj index 545209c..d926553 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToSByte.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToSByte.csproj index 3e3d035..5fe8c34 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToSingle.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToSingle.csproj index f2dcffa..3672c77 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToString1.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToString1.csproj index eb04f1f..fe8b81e 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToString1.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToString1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToString2.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToString2.csproj index 1dc6609..4696353 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToString2.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToString2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToString3.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToString3.csproj index ac35692..f43b292 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToString3.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToString3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToString4.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToString4.csproj index ddda935..83ae241 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToString4.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToString4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt16.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt16.csproj index 2999a4e..127bbd1 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt32.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt32.csproj index 959136a..486f18e 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt64.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt64.csproj index f0df255..74c9988 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalTruncate.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalTruncate.csproj index 0ae9bc3..8ecc827 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalTruncate.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalTruncate.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalTryParse.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalTryParse.csproj index b312f7d..fdf8df1 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalTryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalTryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/DecimalZero.csproj b/tests/src/CoreMangLib/cti/system/decimal/DecimalZero.csproj index 4f318ad..0b8dc58 100644 --- a/tests/src/CoreMangLib/cti/system/decimal/DecimalZero.csproj +++ b/tests/src/CoreMangLib/cti/system/decimal/DecimalZero.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/decimal/app.config b/tests/src/CoreMangLib/cti/system/decimal/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/decimal/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/decimal/project.json b/tests/src/CoreMangLib/cti/system/decimal/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/decimal/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/delegate/DelegateABI.csproj b/tests/src/CoreMangLib/cti/system/delegate/DelegateABI.csproj index 86ef371..cb2a454 100644 --- a/tests/src/CoreMangLib/cti/system/delegate/DelegateABI.csproj +++ b/tests/src/CoreMangLib/cti/system/delegate/DelegateABI.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/delegate/DelegateCombine1.csproj b/tests/src/CoreMangLib/cti/system/delegate/DelegateCombine1.csproj index faaade3..012b34b 100644 --- a/tests/src/CoreMangLib/cti/system/delegate/DelegateCombine1.csproj +++ b/tests/src/CoreMangLib/cti/system/delegate/DelegateCombine1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/delegate/DelegateCombineImpl.csproj b/tests/src/CoreMangLib/cti/system/delegate/DelegateCombineImpl.csproj index c63cd4a..1d7c1e1 100644 --- a/tests/src/CoreMangLib/cti/system/delegate/DelegateCombineImpl.csproj +++ b/tests/src/CoreMangLib/cti/system/delegate/DelegateCombineImpl.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/delegate/DelegateEquals1.csproj b/tests/src/CoreMangLib/cti/system/delegate/DelegateEquals1.csproj index a3ed404..4318a60 100644 --- a/tests/src/CoreMangLib/cti/system/delegate/DelegateEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/delegate/DelegateEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/delegate/DelegateGetHashCode1.csproj b/tests/src/CoreMangLib/cti/system/delegate/DelegateGetHashCode1.csproj index 5e09927..3d7a49c 100644 --- a/tests/src/CoreMangLib/cti/system/delegate/DelegateGetHashCode1.csproj +++ b/tests/src/CoreMangLib/cti/system/delegate/DelegateGetHashCode1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/delegate/DelegateGetInvocationList1.csproj b/tests/src/CoreMangLib/cti/system/delegate/DelegateGetInvocationList1.csproj index df9b723..13e1a0f 100644 --- a/tests/src/CoreMangLib/cti/system/delegate/DelegateGetInvocationList1.csproj +++ b/tests/src/CoreMangLib/cti/system/delegate/DelegateGetInvocationList1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/delegate/DelegateRemove.csproj b/tests/src/CoreMangLib/cti/system/delegate/DelegateRemove.csproj index 8f9ace5..a9b95ee 100644 --- a/tests/src/CoreMangLib/cti/system/delegate/DelegateRemove.csproj +++ b/tests/src/CoreMangLib/cti/system/delegate/DelegateRemove.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/delegate/TestForOtherAssembly.csproj b/tests/src/CoreMangLib/cti/system/delegate/TestForOtherAssembly.csproj index f2f5d50..0497f7d 100644 --- a/tests/src/CoreMangLib/cti/system/delegate/TestForOtherAssembly.csproj +++ b/tests/src/CoreMangLib/cti/system/delegate/TestForOtherAssembly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/delegate/app.config b/tests/src/CoreMangLib/cti/system/delegate/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/delegate/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/delegate/delegateRemoveImpl.csproj b/tests/src/CoreMangLib/cti/system/delegate/delegateRemoveImpl.csproj index 00cc459..32a2dfc 100644 --- a/tests/src/CoreMangLib/cti/system/delegate/delegateRemoveImpl.csproj +++ b/tests/src/CoreMangLib/cti/system/delegate/delegateRemoveImpl.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/delegate/project.json b/tests/src/CoreMangLib/cti/system/delegate/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/delegate/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeConditionString.csproj b/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeConditionString.csproj index ce070a5..a933a8a 100644 --- a/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeConditionString.csproj +++ b/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeConditionString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeCtor.csproj index dad16ec..fb32363 100644 --- a/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/ConditionalAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/app.config b/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json b/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDefault.csproj b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDefault.csproj index 9cf7870..c774856 100644 --- a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDefault.csproj +++ b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDefault.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDisableOptimizations.csproj b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDisableOptimizations.csproj index 149255a..409a9f4 100644 --- a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDisableOptimizations.csproj +++ b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesDisableOptimizations.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesEnableEditAndContinue.csproj b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesEnableEditAndContinue.csproj index f483da7..1337a22 100644 --- a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesEnableEditAndContinue.csproj +++ b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesEnableEditAndContinue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesIgnoreSymbolStoreSequencePoints.csproj b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesIgnoreSymbolStoreSequencePoints.csproj index ab6448e..35a886e 100644 --- a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesIgnoreSymbolStoreSequencePoints.csproj +++ b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesIgnoreSymbolStoreSequencePoints.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesNone.csproj b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesNone.csproj index e3a7750..d221a56 100644 --- a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesNone.csproj +++ b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/DebuggingModesNone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/app.config b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj index 9cab8f3..a2bbe56 100644 --- a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj index ce7273c..d216b3b 100644 --- a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj index 1591224..55b4693 100644 --- a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/app.config b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundException1.csproj b/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundException1.csproj index 2cf7fd7..3132168 100644 --- a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundException1.csproj +++ b/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundException1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor2.csproj index 27acaa6..7291308 100644 --- a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor3.csproj index a8bd870..de34aec 100644 --- a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/dllnotfoundexception/DllNotFoundExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/app.config b/tests/src/CoreMangLib/cti/system/dllnotfoundexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json b/tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleCompareTo1.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleCompareTo1.csproj index 5c9dbfd..6015739 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleCompareTo1.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleCompareTo1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleEpsilon.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleEpsilon.csproj index a60c688..118fdd4 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleEpsilon.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleEpsilon.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleEquals1.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleEquals1.csproj index dcad24f..22d38ba 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleEquals2.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleEquals2.csproj index 31ecea2..f65b19d 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleGetHashCode.csproj index 8d2fe60..e4b60ff 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToBoolean.csproj index 2c44036..7257f73 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToByte.csproj index 3eba32b..bdb53dd 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDateTime.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDateTime.csproj index bd71962..35b8ded 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDecimal.csproj index dea5b03..266227b 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDouble.csproj index a154cbe..3e9eee9 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt16.csproj index cd3dcfb..23eecc8 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt32.csproj index 00c99f4..b4a86a4 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt64.csproj index fdc4a03..21c0432 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSByte.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSByte.csproj index 29fe135..5de336f 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSingle.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSingle.csproj index bcd7e50..6d42d1b 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIConvertibleToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIsInfinity.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIsInfinity.csproj index 41684e9..05f8d41 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIsInfinity.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIsInfinity.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIsNaN.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIsNaN.csproj index 9018333..772727a 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIsNaN.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIsNaN.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIsNegativeInfinity.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIsNegativeInfinity.csproj index 30f9bd4..b7326f0 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIsNegativeInfinity.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIsNegativeInfinity.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleIsPositiveInfinity.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleIsPositiveInfinity.csproj index e314328..7c0cf82 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleIsPositiveInfinity.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleIsPositiveInfinity.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleMaxValue.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleMaxValue.csproj index d6261b3..cabc416 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleMaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleMaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleMinValue.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleMinValue.csproj index b2e60d7..86dab4f 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleMinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleMinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleNaN.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleNaN.csproj index 7a4722b..9938e31 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleNaN.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleNaN.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleNegativeInfinity.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleNegativeInfinity.csproj index 7dc6c88..f69575c 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleNegativeInfinity.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleNegativeInfinity.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleParse3.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleParse3.csproj index 39c16d0..d7de600 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleParse3.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleParse3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoublePositiveInfinity.csproj b/tests/src/CoreMangLib/cti/system/double/DoublePositiveInfinity.csproj index e8cea72..ceb1919 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoublePositiveInfinity.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoublePositiveInfinity.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleToString1.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleToString1.csproj index 9ed4e91..cac336e 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleToString1.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleToString1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleToString2.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleToString2.csproj index 19a93d5..45274b1 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleToString2.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleToString2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleToString3.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleToString3.csproj index 105650f..56ce35f 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleToString3.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleToString3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleToString4.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleToString4.csproj index dfc2574..3ebf1c5 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleToString4.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleToString4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/DoubleTryParse.csproj b/tests/src/CoreMangLib/cti/system/double/DoubleTryParse.csproj index 93cffda..f6e54a451 100644 --- a/tests/src/CoreMangLib/cti/system/double/DoubleTryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/double/DoubleTryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/double/app.config b/tests/src/CoreMangLib/cti/system/double/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/double/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/double/project.json b/tests/src/CoreMangLib/cti/system/double/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/double/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToInt64.csproj index 218938d..03b5766 100644 --- a/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToSingle.csproj b/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToSingle.csproj index f4f48c7..c706072 100644 --- a/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToType.csproj b/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToType.csproj index 06c4cc1..c748d8e 100644 --- a/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToType.csproj +++ b/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint16.csproj b/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint16.csproj index 87889c7..814d39d 100644 --- a/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint16.csproj +++ b/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint32.csproj b/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint32.csproj index ddfb9ab..6de8bbe 100644 --- a/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint32.csproj +++ b/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint64.csproj b/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint64.csproj index c858539..4d1b744 100644 --- a/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint64.csproj +++ b/tests/src/CoreMangLib/cti/system/enum/EnumIConvertibleToUint64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/enum/EnumIsDefined.csproj b/tests/src/CoreMangLib/cti/system/enum/EnumIsDefined.csproj index c54c315..0f0805e 100644 --- a/tests/src/CoreMangLib/cti/system/enum/EnumIsDefined.csproj +++ b/tests/src/CoreMangLib/cti/system/enum/EnumIsDefined.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/enum/EnumToObjectb.csproj b/tests/src/CoreMangLib/cti/system/enum/EnumToObjectb.csproj index 14fc7ca..414c1b3 100644 --- a/tests/src/CoreMangLib/cti/system/enum/EnumToObjectb.csproj +++ b/tests/src/CoreMangLib/cti/system/enum/EnumToObjectb.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/enum/EnumToString.csproj b/tests/src/CoreMangLib/cti/system/enum/EnumToString.csproj index 7c1e619..8bd3e0b 100644 --- a/tests/src/CoreMangLib/cti/system/enum/EnumToString.csproj +++ b/tests/src/CoreMangLib/cti/system/enum/EnumToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/enum/EnumToString3.csproj b/tests/src/CoreMangLib/cti/system/enum/EnumToString3.csproj index 4cad9c9..ce7fd81 100644 --- a/tests/src/CoreMangLib/cti/system/enum/EnumToString3.csproj +++ b/tests/src/CoreMangLib/cti/system/enum/EnumToString3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/enum/app.config b/tests/src/CoreMangLib/cti/system/enum/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/enum/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/enum/project.json b/tests/src/CoreMangLib/cti/system/enum/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/enum/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/environment/EnvironmentNewLine.csproj b/tests/src/CoreMangLib/cti/system/environment/EnvironmentNewLine.csproj index cecf43e..7eea703 100644 --- a/tests/src/CoreMangLib/cti/system/environment/EnvironmentNewLine.csproj +++ b/tests/src/CoreMangLib/cti/system/environment/EnvironmentNewLine.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/environment/app.config b/tests/src/CoreMangLib/cti/system/environment/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/environment/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/environment/project.json b/tests/src/CoreMangLib/cti/system/environment/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/environment/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/eventargs/EventArgsctor.csproj b/tests/src/CoreMangLib/cti/system/eventargs/EventArgsctor.csproj index 9a7c5ee..75feafd 100644 --- a/tests/src/CoreMangLib/cti/system/eventargs/EventArgsctor.csproj +++ b/tests/src/CoreMangLib/cti/system/eventargs/EventArgsctor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/eventargs/app.config b/tests/src/CoreMangLib/cti/system/eventargs/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/eventargs/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/eventargs/project.json b/tests/src/CoreMangLib/cti/system/eventargs/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/eventargs/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/eventhandler/EventHandlerInvoke.csproj b/tests/src/CoreMangLib/cti/system/eventhandler/EventHandlerInvoke.csproj index c27a8cf..b9ae24b 100644 --- a/tests/src/CoreMangLib/cti/system/eventhandler/EventHandlerInvoke.csproj +++ b/tests/src/CoreMangLib/cti/system/eventhandler/EventHandlerInvoke.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/eventhandler/app.config b/tests/src/CoreMangLib/cti/system/eventhandler/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/eventhandler/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/eventhandler/project.json b/tests/src/CoreMangLib/cti/system/eventhandler/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/eventhandler/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerBeginInvoke.csproj b/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerBeginInvoke.csproj index 54a2b70..54c9d83 100644 --- a/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerBeginInvoke.csproj +++ b/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerBeginInvoke.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerCtor.csproj b/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerCtor.csproj index f2dac52..eb18156 100644 --- a/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerEndInvoke.csproj b/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerEndInvoke.csproj index b3e09e4..98325a2 100644 --- a/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerEndInvoke.csproj +++ b/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerEndInvoke.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerInvoke.csproj b/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerInvoke.csproj index c27a8cf..b9ae24b 100644 --- a/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerInvoke.csproj +++ b/tests/src/CoreMangLib/cti/system/eventhandler_generic/EventHandlerInvoke.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/eventhandler_generic/app.config b/tests/src/CoreMangLib/cti/system/eventhandler_generic/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/eventhandler_generic/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json b/tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor1.csproj index c2376a2..897f255 100644 --- a/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor2.csproj index e6b0874..c5a34cc 100644 --- a/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor3.csproj index 37141a9..054677f 100644 --- a/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/exception/ExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/exception/ExceptionGetBaseException.csproj b/tests/src/CoreMangLib/cti/system/exception/ExceptionGetBaseException.csproj index 5462fc1..e206a57 100644 --- a/tests/src/CoreMangLib/cti/system/exception/ExceptionGetBaseException.csproj +++ b/tests/src/CoreMangLib/cti/system/exception/ExceptionGetBaseException.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/exception/app.config b/tests/src/CoreMangLib/cti/system/exception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/exception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/exception/project.json b/tests/src/CoreMangLib/cti/system/exception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/exception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/flagsattribute/FlagsAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/flagsattribute/FlagsAttributeCtor.csproj index 0a7b231..211d838 100644 --- a/tests/src/CoreMangLib/cti/system/flagsattribute/FlagsAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/flagsattribute/FlagsAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/flagsattribute/app.config b/tests/src/CoreMangLib/cti/system/flagsattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/flagsattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/flagsattribute/project.json b/tests/src/CoreMangLib/cti/system/flagsattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/flagsattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor1.csproj index 8627df5..f03e7b8 100644 --- a/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor2.csproj index eed1551..aa3fe09 100644 --- a/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor3.csproj index 29aac69..6cfb013 100644 --- a/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/formatexception/app.config b/tests/src/CoreMangLib/cti/system/formatexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/formatexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/formatexception/project.json b/tests/src/CoreMangLib/cti/system/formatexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/formatexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj b/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj index 3a562fe..4cbdee0 100644 --- a/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj +++ b/tests/src/CoreMangLib/cti/system/gc/GCCollect.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/gc/GCGetTotalMemory.csproj b/tests/src/CoreMangLib/cti/system/gc/GCGetTotalMemory.csproj index 2f4fec2..0e97ee1 100644 --- a/tests/src/CoreMangLib/cti/system/gc/GCGetTotalMemory.csproj +++ b/tests/src/CoreMangLib/cti/system/gc/GCGetTotalMemory.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/gc/GCKeepAlive.csproj b/tests/src/CoreMangLib/cti/system/gc/GCKeepAlive.csproj index 6be6fe5..088d78c 100644 --- a/tests/src/CoreMangLib/cti/system/gc/GCKeepAlive.csproj +++ b/tests/src/CoreMangLib/cti/system/gc/GCKeepAlive.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/gc/GCMaxGeneration.csproj b/tests/src/CoreMangLib/cti/system/gc/GCMaxGeneration.csproj index 3d48ae8..1d97304 100644 --- a/tests/src/CoreMangLib/cti/system/gc/GCMaxGeneration.csproj +++ b/tests/src/CoreMangLib/cti/system/gc/GCMaxGeneration.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/gc/GCReRegisterForFinalize.csproj b/tests/src/CoreMangLib/cti/system/gc/GCReRegisterForFinalize.csproj index f58c892..d39f562 100644 --- a/tests/src/CoreMangLib/cti/system/gc/GCReRegisterForFinalize.csproj +++ b/tests/src/CoreMangLib/cti/system/gc/GCReRegisterForFinalize.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/gc/GCSuppressFinalize.csproj b/tests/src/CoreMangLib/cti/system/gc/GCSuppressFinalize.csproj index a282546..fb56117 100644 --- a/tests/src/CoreMangLib/cti/system/gc/GCSuppressFinalize.csproj +++ b/tests/src/CoreMangLib/cti/system/gc/GCSuppressFinalize.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/gc/GCWaitForPendingFinalizers.csproj b/tests/src/CoreMangLib/cti/system/gc/GCWaitForPendingFinalizers.csproj index f3ceda8..282fad6 100644 --- a/tests/src/CoreMangLib/cti/system/gc/GCWaitForPendingFinalizers.csproj +++ b/tests/src/CoreMangLib/cti/system/gc/GCWaitForPendingFinalizers.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/gc/app.config b/tests/src/CoreMangLib/cti/system/gc/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/gc/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/gc/project.json b/tests/src/CoreMangLib/cti/system/gc/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/gc/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/CalendarWeekRuleFirstDay.csproj b/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/CalendarWeekRuleFirstDay.csproj index da497ec..a225d5e 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/CalendarWeekRuleFirstDay.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/CalendarWeekRuleFirstDay.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/CalendarWeekRuleFirstFourDayWeek.csproj b/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/CalendarWeekRuleFirstFourDayWeek.csproj index cf49951..99a9c8e 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/CalendarWeekRuleFirstFourDayWeek.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/CalendarWeekRuleFirstFourDayWeek.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/CalendarWeekRuleFirstFullWeek.csproj b/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/CalendarWeekRuleFirstFullWeek.csproj index 104894f..3ba9a7f 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/CalendarWeekRuleFirstFullWeek.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/CalendarWeekRuleFirstFullWeek.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/app.config b/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json b/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetNumericValue1.csproj b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetNumericValue1.csproj index 44d8a54..7ee428d 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetNumericValue1.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetNumericValue1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetNumericValue2.csproj b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetNumericValue2.csproj index 0c5c583..6127459 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetNumericValue2.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetNumericValue2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetUnicodeCategory1.csproj b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetUnicodeCategory1.csproj index 9df4e0d..b9b9088 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetUnicodeCategory1.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetUnicodeCategory1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetUnicodeCategory2.csproj b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetUnicodeCategory2.csproj index b4f94a8..716b0f9 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetUnicodeCategory2.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/CharUnicodeInfoGetUnicodeCategory2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/app.config b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareinfo/CompareInfoCompare2.csproj b/tests/src/CoreMangLib/cti/system/globalization/compareinfo/CompareInfoCompare2.csproj index 6f6f3dd..4f95466 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareinfo/CompareInfoCompare2.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/compareinfo/CompareInfoCompare2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareinfo/CompareInfoIndexOf2.csproj b/tests/src/CoreMangLib/cti/system/globalization/compareinfo/CompareInfoIndexOf2.csproj index ed9216a..e0e2211 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareinfo/CompareInfoIndexOf2.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/compareinfo/CompareInfoIndexOf2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareinfo/app.config b/tests/src/CoreMangLib/cti/system/globalization/compareinfo/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/compareinfo/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreCase.csproj b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreCase.csproj index 81ce07e..4786f6a 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreCase.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreCase.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreKanaType.csproj b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreKanaType.csproj index 58a62b9..e281e19 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreKanaType.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreKanaType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreNonSpace.csproj b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreNonSpace.csproj index b7a2720..1ef959a 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreNonSpace.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreNonSpace.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreSymbols.csproj b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreSymbols.csproj index 586c242..692ab09 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreSymbols.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreSymbols.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreWidth.csproj b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreWidth.csproj index d10885b..79afcad 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreWidth.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsIgnoreWidth.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsNone.csproj b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsNone.csproj index fac347f..0657d01 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsNone.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsNone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsOrdinal.csproj b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsOrdinal.csproj index 4c06feb..9884209 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsOrdinal.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsOrdinal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsOrdinalIgoreCase.csproj b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsOrdinalIgoreCase.csproj index 3eb80f2..719a7f4 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsOrdinalIgoreCase.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsOrdinalIgoreCase.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsStringSort.csproj b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsStringSort.csproj index bf12b56..339c0bb 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsStringSort.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/CompareOptionsStringSort.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/app.config b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoClone.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoClone.csproj index 42ac377..3114583 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoClone.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoClone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoEnglishName.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoEnglishName.csproj index 180be52..c4ad084 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoEnglishName.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoEnglishName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoEquals.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoEquals.csproj index fb0b33b..f102f04 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoGetCultureInfo2.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoGetCultureInfo2.csproj index cf17dbe..8498659 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoGetCultureInfo2.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoGetCultureInfo2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoGetHashCode.csproj index ba5d4b5..6353384 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoInvariantCulture.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoInvariantCulture.csproj index a653bad..47c0e85 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoInvariantCulture.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoInvariantCulture.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoIsNeutralCulture.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoIsNeutralCulture.csproj index 28d6158..2b4a504 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoIsNeutralCulture.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoIsNeutralCulture.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoName.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoName.csproj index ba18013..a923906 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoName.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoNativeName.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoNativeName.csproj index 8339ffd..fd8eeaf 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoNativeName.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoNativeName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoParent.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoParent.csproj index 1b16faa..91b9dee 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoParent.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoParent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoReadOnly.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoReadOnly.csproj index 22011a7..c86f597 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoTextInfo.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoTextInfo.csproj index b30cd23..77aaf35 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoTextInfo.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoTextInfo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoToString.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoToString.csproj index 756cb4e..a70c9ac 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoToString.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoTwoLetterISOLanguageName.csproj b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoTwoLetterISOLanguageName.csproj index 34848c1..113a11d 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoTwoLetterISOLanguageName.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/CultureInfoTwoLetterISOLanguageName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/app.config b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoClone.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoClone.csproj index e05a018..b5aaef7 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoClone.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoClone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoCurrentInfo.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoCurrentInfo.csproj index c90469f..25a21a2 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoCurrentInfo.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoCurrentInfo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetAbbreviatedMonthName.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetAbbreviatedMonthName.csproj index b95af1d..a1c4a8c 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetAbbreviatedMonthName.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetAbbreviatedMonthName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetFormat.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetFormat.csproj index 8174811..b6b29fd 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetFormat.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetFormat.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetInstance.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetInstance.csproj index 6829a71..c78d204 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetInstance.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetInstance.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetMonthName.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetMonthName.csproj index 4ee49aa..772207d 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetMonthName.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoGetMonthName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoInvariantInfo.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoInvariantInfo.csproj index ee8ec0a..0667522 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoInvariantInfo.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoInvariantInfo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoIsReadOnly.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoIsReadOnly.csproj index 24b8025..ea61dda 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoIsReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoIsReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoRFC1123Pattern.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoRFC1123Pattern.csproj index 3e56c6c..deb0f8c 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoRFC1123Pattern.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoRFC1123Pattern.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoReadOnly.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoReadOnly.csproj index 4160ac7..b1f30a1 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoSortableDateTimePattern.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoSortableDateTimePattern.csproj index 2a7d706..ae1af29 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoSortableDateTimePattern.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/DateTimeFormatInfoSortableDateTimePattern.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/UniversalSortableDateTimePattern.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/UniversalSortableDateTimePattern.csproj index 33bdc9c..3ef122c 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/UniversalSortableDateTimePattern.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/UniversalSortableDateTimePattern.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/app.config b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStyleAllowInnerWhite.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStyleAllowInnerWhite.csproj index 0590fc7..1225c34 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStyleAllowInnerWhite.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStyleAllowInnerWhite.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAdjustToUniversal.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAdjustToUniversal.csproj index 9a2088b..21dc791 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAdjustToUniversal.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAdjustToUniversal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAllowLeadingWhite.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAllowLeadingWhite.csproj index 8c5f63d..d089b55 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAllowLeadingWhite.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAllowLeadingWhite.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAllowTrailingWhite.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAllowTrailingWhite.csproj index b609fac..527f8d5 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAllowTrailingWhite.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAllowTrailingWhite.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAllowWhiteSpaces.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAllowWhiteSpaces.csproj index 81368ff..fd2745e 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAllowWhiteSpaces.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAllowWhiteSpaces.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAssumeLocal.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAssumeLocal.csproj index cd3895b..7765ed7 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAssumeLocal.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAssumeLocal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAssumeUniversal.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAssumeUniversal.csproj index 2df20ab..d9fc140 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAssumeUniversal.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesAssumeUniversal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesNoCurrentDateDefault.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesNoCurrentDateDefault.csproj index aa0752e..e8bb7e4 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesNoCurrentDateDefault.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesNoCurrentDateDefault.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesNone.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesNone.csproj index 97757d8..de31176 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesNone.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesNone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesRoundTripKind.csproj b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesRoundTripKind.csproj index 555eb7d..c0ccab7 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesRoundTripKind.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/DateTimeStylesRoundTripKind.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/app.config b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoClone.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoClone.csproj index 2ddc505..27641af 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoClone.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoClone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoCtor.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoCtor.csproj index dbe9bae..1c25e99 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoCurrencyDecimalSeparator.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoCurrencyDecimalSeparator.csproj index 94ea9dc..775795e 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoCurrencyDecimalSeparator.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoCurrencyDecimalSeparator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoCurrencyGroupSeparator.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoCurrencyGroupSeparator.csproj index 82fa086..9e52b95 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoCurrencyGroupSeparator.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoCurrencyGroupSeparator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoGetFormat.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoGetFormat.csproj index 27ff2fb..d5ea727 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoGetFormat.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoGetFormat.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoGetInstance.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoGetInstance.csproj index 5060659..c686c88 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoGetInstance.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoGetInstance.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoReadOnly.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoReadOnly.csproj index f727402..2e54d88 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/NumberFormatInfoReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/app.config b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowCurrencySymbol.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowCurrencySymbol.csproj index 5533a24..1079ef3 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowCurrencySymbol.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowCurrencySymbol.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowDecimalPoint.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowDecimalPoint.csproj index 5d9cc4f..52a9def 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowDecimalPoint.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowDecimalPoint.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowExponent.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowExponent.csproj index 2ae1587..ebcb0a5 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowExponent.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowExponent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowHexSpecifier.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowHexSpecifier.csproj index a8e7c39..012ec8e 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowHexSpecifier.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowHexSpecifier.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowLeadingSign.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowLeadingSign.csproj index 1f6943b..5920209 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowLeadingSign.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowLeadingSign.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowLeadingWhite.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowLeadingWhite.csproj index 420a3e0..11e9d69 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowLeadingWhite.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowLeadingWhite.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowParentheses.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowParentheses.csproj index cf3a354..23f25ce 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowParentheses.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowParentheses.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowThousands.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowThousands.csproj index cd7f85d..e3b9323 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowThousands.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowThousands.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowTrailingSign.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowTrailingSign.csproj index a0cdb1d..c2707d3 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowTrailingSign.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowTrailingSign.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowTrailingWhite.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowTrailingWhite.csproj index bf689c8..1b4bac0 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowTrailingWhite.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAllowTrailingWhite.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAny.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAny.csproj index 2105982..cc74514 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAny.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesAny.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesCurrency.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesCurrency.csproj index d3432c5..acca22a 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesCurrency.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesCurrency.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesFloat.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesFloat.csproj index ab67b62..331c188 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesFloat.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesFloat.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesHexNumber.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesHexNumber.csproj index 955c5cf..d5ee79e 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesHexNumber.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesHexNumber.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesInteger.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesInteger.csproj index f52d0a0..c78a6d0 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesInteger.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesInteger.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesNone.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesNone.csproj index b04c2a7..e8ce455 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesNone.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesNone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesNumber.csproj b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesNumber.csproj index f71238f..0bce942 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesNumber.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/NumberStylesNumber.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/app.config b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoEquals.csproj b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoEquals.csproj index ed1a8e4..857841b 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoGetHashCode.csproj index 2127a81..500f7db 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoISOCurrencySymbol.csproj b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoISOCurrencySymbol.csproj index d84b9c9..9c1f5e5 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoISOCurrencySymbol.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoISOCurrencySymbol.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoIsMetric.csproj b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoIsMetric.csproj index 35baa43..eeef871 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoIsMetric.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoIsMetric.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoName.csproj b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoName.csproj index 490d35e..19bada9 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoName.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoToString.csproj b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoToString.csproj index 07563ea..a0d8a95 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoToString.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoTwoLetterISORegionName.csproj b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoTwoLetterISORegionName.csproj index 71e9a60..4140d72 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoTwoLetterISORegionName.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/RegionInfoTwoLetterISORegionName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/app.config b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoCtor1.csproj b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoCtor1.csproj index 5b783e8..153e433 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoCtor2.csproj b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoCtor2.csproj index 99b5874..b32d705 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoEquals.csproj b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoEquals.csproj index a797182..43d549d 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetHashCode.csproj index a67f93b..2b1ea4a 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetNextTextElement2.csproj b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetNextTextElement2.csproj index 54ffcd3..7e190a8 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetNextTextElement2.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetNextTextElement2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetTextElementEnumerator1.csproj b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetTextElementEnumerator1.csproj index c30a47b..f3dbb3d 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetTextElementEnumerator1.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetTextElementEnumerator1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetTextElementEnumerator2.csproj b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetTextElementEnumerator2.csproj index 078c454..62fbca4 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetTextElementEnumerator2.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoGetTextElementEnumerator2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoLengthInTextElements.csproj b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoLengthInTextElements.csproj index 63190d0..5fb5e06 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoLengthInTextElements.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoLengthInTextElements.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoParseCombiningCharacters.csproj b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoParseCombiningCharacters.csproj index c6a3a0c..7d30397 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoParseCombiningCharacters.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoParseCombiningCharacters.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoString.csproj b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoString.csproj index 5651dc1..494784f 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoString.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/StringInfoString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/app.config b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorCurrent.csproj b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorCurrent.csproj index b7c1c5b..293566c 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorElementIndex.csproj b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorElementIndex.csproj index 6cd356d..289f05c 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorElementIndex.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorElementIndex.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorGetTextElement.csproj b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorGetTextElement.csproj index cf83e9c..c43bec8 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorGetTextElement.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorGetTextElement.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorMoveNext.csproj b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorMoveNext.csproj index a40201d..fbc809b 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorMoveNext.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorMoveNext.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorReset.csproj b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorReset.csproj index 953fb53..e208980 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorReset.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/TextElementEnumeratorReset.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/app.config b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoCultureName.csproj b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoCultureName.csproj index adbc4a3..490e931 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoCultureName.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoCultureName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoEquals.csproj b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoEquals.csproj index 529ab44..b3785d2 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoGetHashCode.csproj index 34a5513..f3df729 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoIsReadOnly.csproj b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoIsReadOnly.csproj index 682521e..23de89a 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoIsReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoIsReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoToString.csproj b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoToString.csproj index 7bba0a0..90dc881 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoToString.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoToUpper1.csproj b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoToUpper1.csproj index ec60b35..a1ab434 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoToUpper1.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoToUpper1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoToUpper2.csproj b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoToUpper2.csproj index 7f31256..2ba4780 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoToUpper2.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/textinfo/TextInfoToUpper2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/textinfo/app.config b/tests/src/CoreMangLib/cti/system/globalization/textinfo/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/textinfo/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryClosePunctuation.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryClosePunctuation.csproj index 73d6dd4..8132678 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryClosePunctuation.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryClosePunctuation.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryConnectorPunctuation.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryConnectorPunctuation.csproj index b1c6bb3..11f3d94 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryConnectorPunctuation.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryConnectorPunctuation.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryControl.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryControl.csproj index 35a9f9b..ae4ca6c 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryControl.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryControl.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryDashPunctuation.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryDashPunctuation.csproj index 6775d9f..739caab 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryDashPunctuation.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryDashPunctuation.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryDecimalDigitNumber.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryDecimalDigitNumber.csproj index 37fd0c6..8b3ef43 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryDecimalDigitNumber.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryDecimalDigitNumber.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryEnclosingMark.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryEnclosingMark.csproj index 10ba24e..126d970 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryEnclosingMark.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryEnclosingMark.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryFinalQuotePunctuation.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryFinalQuotePunctuation.csproj index e2667df..c6f43d1 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryFinalQuotePunctuation.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryFinalQuotePunctuation.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryFormat.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryFormat.csproj index 87bf891..96f5fc5 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryFormat.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryFormat.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryInitialQuotePunctuation.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryInitialQuotePunctuation.csproj index 9ab402d..59366df 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryInitialQuotePunctuation.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryInitialQuotePunctuation.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryLetterNumber.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryLetterNumber.csproj index 87984bc..ab5c9ce 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryLetterNumber.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryLetterNumber.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryLineSeparator.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryLineSeparator.csproj index 591c4c9..ef9346c 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryLineSeparator.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryLineSeparator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryLowercaseLetter.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryLowercaseLetter.csproj index c08d1b5..178bae3 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryLowercaseLetter.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryLowercaseLetter.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryMathSymbol.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryMathSymbol.csproj index b152c61..5a32d07 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryMathSymbol.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryMathSymbol.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryModifierLetter.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryModifierLetter.csproj index 7105aea..a94578a 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryModifierLetter.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryModifierLetter.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryModifierSymbol.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryModifierSymbol.csproj index acf07cb..7a97932 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryModifierSymbol.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryModifierSymbol.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryNonSpacingMark.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryNonSpacingMark.csproj index 9c95786..e0278b6 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryNonSpacingMark.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryNonSpacingMark.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOpenPunctuation.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOpenPunctuation.csproj index 48918b4..e6bb5a4 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOpenPunctuation.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOpenPunctuation.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherLetter.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherLetter.csproj index 7e090bc..ea407c0 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherLetter.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherLetter.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherNotAssigned.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherNotAssigned.csproj index d0b46f4..308e472 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherNotAssigned.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherNotAssigned.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherNumber.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherNumber.csproj index 0eb1848..704ad15 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherNumber.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherNumber.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherPunctuation.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherPunctuation.csproj index 38d76a0..346fce4 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherPunctuation.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherPunctuation.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherSymbol.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherSymbol.csproj index 22d2481..73ef39d 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherSymbol.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryOtherSymbol.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryParagraphSeparator.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryParagraphSeparator.csproj index b0ce51b..e21f984 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryParagraphSeparator.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryParagraphSeparator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryPrivateUse.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryPrivateUse.csproj index fdcd6d4..8889136 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryPrivateUse.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryPrivateUse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategorySpaceSeparator.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategorySpaceSeparator.csproj index 51f77c3..3e16f7f 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategorySpaceSeparator.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategorySpaceSeparator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategorySpacingCombiningMark.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategorySpacingCombiningMark.csproj index f3b2921..5c617ba 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategorySpacingCombiningMark.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategorySpacingCombiningMark.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategorySurrogate.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategorySurrogate.csproj index 0ce1393..cb263d0 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategorySurrogate.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategorySurrogate.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryTitlecaseLetter.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryTitlecaseLetter.csproj index 8a0c99a..47655c1 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryTitlecaseLetter.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryTitlecaseLetter.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryUppercaseLetter.csproj b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryUppercaseLetter.csproj index f6671ee..266bb41 100644 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryUppercaseLetter.csproj +++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/UnicodeCategoryUppercaseLetter.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/app.config b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo1_cti.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo1_cti.csproj index 39bad95..f9464ce 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo1_cti.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo1_cti.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo2.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo2.csproj index d2cd79b..61376f2 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo2.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidCompareTo2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidCtor1.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidCtor1.csproj index 85128b9..7db8567 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidCtor1_cti.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidCtor1_cti.csproj index e8f42cb..0b21043 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidCtor1_cti.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidCtor1_cti.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidCtor2_cti.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidCtor2_cti.csproj index a3afa9e..11010ed 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidCtor2_cti.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidCtor2_cti.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidCtor3.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidCtor3.csproj index 54e21f8..cb0d31f 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidCtor3_cti.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidCtor3_cti.csproj index e184611..ee59380 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidCtor3_cti.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidCtor3_cti.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidEmpty.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidEmpty.csproj index b2c6fee..8809cf3 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidEmpty.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidEmpty.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidEquals1.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidEquals1.csproj index 3e8151a..c9a376c 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidEquals1_cti.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidEquals1_cti.csproj index ee0ab25..3924d49 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidEquals1_cti.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidEquals1_cti.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidEquals2.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidEquals2.csproj index 9dd6ca3..f06eb96 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidEquals2_cti.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidEquals2_cti.csproj index 7eeec09..4e916b5 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidEquals2_cti.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidEquals2_cti.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidEquals3.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidEquals3.csproj index 0a92705..c5e603d 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidEquals3.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidEquals3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidGetHashCode.csproj index 6a55e44..0f59d61 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidNewGuid.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidNewGuid.csproj index ddcee9a..19b9bf4 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidNewGuid.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidNewGuid.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidToByteArray.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidToByteArray.csproj index faed7de..e9edf29 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidToByteArray.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidToByteArray.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/GuidToString1.csproj b/tests/src/CoreMangLib/cti/system/guid/GuidToString1.csproj index 4461ead..d534ed6 100644 --- a/tests/src/CoreMangLib/cti/system/guid/GuidToString1.csproj +++ b/tests/src/CoreMangLib/cti/system/guid/GuidToString1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/guid/app.config b/tests/src/CoreMangLib/cti/system/guid/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/guid/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/guid/project.json b/tests/src/CoreMangLib/cti/system/guid/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/guid/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/icomparable/IComparableCompareTo.csproj b/tests/src/CoreMangLib/cti/system/icomparable/IComparableCompareTo.csproj index 0ba1d26a..66d540f 100644 --- a/tests/src/CoreMangLib/cti/system/icomparable/IComparableCompareTo.csproj +++ b/tests/src/CoreMangLib/cti/system/icomparable/IComparableCompareTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/icomparable/app.config b/tests/src/CoreMangLib/cti/system/icomparable/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/icomparable/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/icomparable/project.json b/tests/src/CoreMangLib/cti/system/icomparable/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/icomparable/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/icomparable_generic/IComparable_GenericCompareTo.csproj b/tests/src/CoreMangLib/cti/system/icomparable_generic/IComparable_GenericCompareTo.csproj index d2f1b4a..e20e85b 100644 --- a/tests/src/CoreMangLib/cti/system/icomparable_generic/IComparable_GenericCompareTo.csproj +++ b/tests/src/CoreMangLib/cti/system/icomparable_generic/IComparable_GenericCompareTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/icomparable_generic/app.config b/tests/src/CoreMangLib/cti/system/icomparable_generic/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/icomparable_generic/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/icomparable_generic/project.json b/tests/src/CoreMangLib/cti/system/icomparable_generic/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/icomparable_generic/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToBoolean.csproj index a295ef5..482b709 100644 --- a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToByte.csproj index c585844..c8344e7 100644 --- a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToChar.csproj index fbcca8a..abc4ca6 100644 --- a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDateTime.csproj b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDateTime.csproj index 97d59fe..5c07493 100644 --- a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDecimal.csproj index b78ee88..917c4a0 100644 --- a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDouble.csproj index eb23a8d..03d6051 100644 --- a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt16.csproj index 8a8a8c4..2db69b3 100644 --- a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt32.csproj index 0b18329..f65d9a3 100644 --- a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt64.csproj index c581c77..109f869 100644 --- a/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/iconvertible/IConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/app.config b/tests/src/CoreMangLib/cti/system/iconvertible/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/iconvertible/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/project.json b/tests/src/CoreMangLib/cti/system/iconvertible/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/iconvertible/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/idisposable/IDisposableDispose.csproj b/tests/src/CoreMangLib/cti/system/idisposable/IDisposableDispose.csproj index a065199..2085aac 100644 --- a/tests/src/CoreMangLib/cti/system/idisposable/IDisposableDispose.csproj +++ b/tests/src/CoreMangLib/cti/system/idisposable/IDisposableDispose.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/idisposable/app.config b/tests/src/CoreMangLib/cti/system/idisposable/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/idisposable/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/idisposable/project.json b/tests/src/CoreMangLib/cti/system/idisposable/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/idisposable/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/iformatable/IFormatableToString.csproj b/tests/src/CoreMangLib/cti/system/iformatable/IFormatableToString.csproj index 3176d18..939f1ae 100644 --- a/tests/src/CoreMangLib/cti/system/iformatable/IFormatableToString.csproj +++ b/tests/src/CoreMangLib/cti/system/iformatable/IFormatableToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/iformatable/app.config b/tests/src/CoreMangLib/cti/system/iformatable/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/iformatable/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/iformatable/project.json b/tests/src/CoreMangLib/cti/system/iformatable/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/iformatable/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj index 4d7ca31..ec926ab 100644 --- a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj +++ b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj index 7beeee4..1a11fd1 100644 --- a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj +++ b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj index a5684a1..bae6af7 100644 --- a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj +++ b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/app.config b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/int/Int32CompareTo1.csproj b/tests/src/CoreMangLib/cti/system/int/Int32CompareTo1.csproj index 37a820c..ce5264d 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32CompareTo1.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32CompareTo1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32Equals1.csproj b/tests/src/CoreMangLib/cti/system/int/Int32Equals1.csproj index feca95a..322ea9d 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32Equals1.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32Equals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32Equals2.csproj b/tests/src/CoreMangLib/cti/system/int/Int32Equals2.csproj index a2fe7d1..eac9434 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32Equals2.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32Equals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32GetHashCode.csproj b/tests/src/CoreMangLib/cti/system/int/Int32GetHashCode.csproj index 3b1ea3c..ec3de7c 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32GetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32GetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToBoolean.csproj index 0864334..e13276b 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToByte.csproj index 5320b44..3d4553f 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToChar.csproj index ec81ce2..1a3caf4 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDateTime.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDateTime.csproj index e1c8e50..750210c 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDecimal.csproj index 6de6652..e65dc11 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDouble.csproj index 0155e30..97ff5d3 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt16.csproj index 9ad9b27..1c1f39b 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt32.csproj index 9761ae2..796da93 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt64.csproj index 26cc6b0..b40330b 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSByte.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSByte.csproj index bf9130b..3183e03 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSingle.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSingle.csproj index 0b8d12d..6099a92 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToType.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToType.csproj index e9a1757..30798c7 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToType.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt16.csproj index 62e2ea4..57dc4ed 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt32.csproj index b874dc1..cd7ef56 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt64.csproj index bf55dfb..c738b66 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32IConvertibleToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32MaxValue.csproj b/tests/src/CoreMangLib/cti/system/int/Int32MaxValue.csproj index 55d21e0..c7dd4e1 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32MaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32MaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32MinValue.csproj b/tests/src/CoreMangLib/cti/system/int/Int32MinValue.csproj index 54299d7..275022f 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32MinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32MinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32Parse1.csproj b/tests/src/CoreMangLib/cti/system/int/Int32Parse1.csproj index 72cbf3d..39d734a 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32Parse1.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32Parse1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32Parse2.csproj b/tests/src/CoreMangLib/cti/system/int/Int32Parse2.csproj index 572fb28..5324f84 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32Parse2.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32Parse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32Parse3.csproj b/tests/src/CoreMangLib/cti/system/int/Int32Parse3.csproj index 221beb8..e6d8537 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32Parse3.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32Parse3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32Parse4.csproj b/tests/src/CoreMangLib/cti/system/int/Int32Parse4.csproj index f7c8b89..84086c5 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32Parse4.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32Parse4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32ToString3.csproj b/tests/src/CoreMangLib/cti/system/int/Int32ToString3.csproj index e7c81c6..f3eac04 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32ToString3.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32ToString3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/Int32TryParse.csproj b/tests/src/CoreMangLib/cti/system/int/Int32TryParse.csproj index 78567d9..ae40884 100644 --- a/tests/src/CoreMangLib/cti/system/int/Int32TryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/int/Int32TryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int/app.config b/tests/src/CoreMangLib/cti/system/int/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/int/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/int/project.json b/tests/src/CoreMangLib/cti/system/int/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/int/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj index da218b9..04a44e1 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16Equals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj index 98771a2..82461a2 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16Equals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj index d42736c..79e713a 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16GetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj index 1614028..2b04967 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj index 44dfd84..c2daa34 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj index c185a4f..1910c35 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj index 4704d06..02ce251 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj index 41971d5..c70132d 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj index 48b4bb2..4f57201 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj index 6ebf37b..6db031d 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj index b2295f5..6250da6 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj index 04e172b..1b1890a 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj index 354a05e..1a259a6 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj index cab0c69..285f1dc 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj index 935f3d1..2f12758 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj index 775932b..097a14c 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj index 399c128..c885fe6 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj index bc6c850..356f611 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16IConvertibleToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj index eecb84d..e6f0585 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16MaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj index 8544e94..57a66d8 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16MinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj index 0fa8cbe..d72a990 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16Parse1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj index bf90999..eeb0610 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16Parse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj index 7f34d7b..d73aee0 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16Parse3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj b/tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj index 524d976..133b9c3 100644 --- a/tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/int16/Int16TryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int16/app.config b/tests/src/CoreMangLib/cti/system/int16/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/int16/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/int16/project.json b/tests/src/CoreMangLib/cti/system/int16/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/int16/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64CompareTo1.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64CompareTo1.csproj index 1738d2a..e04d554 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64CompareTo1.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64CompareTo1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64Equals1.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64Equals1.csproj index e2d8f98..8ff30e1 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64Equals1.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64Equals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64Equals2.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64Equals2.csproj index 7075d57..e1fd605 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64Equals2.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64Equals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64GetHashCode.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64GetHashCode.csproj index edbf026..24ce1f2 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64GetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64GetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToBoolean.csproj index 0df1052..f2453d9 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToByte.csproj index 6afa450..1a25af4 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToChar.csproj index 02fd64c..5fb7ba1 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDateTime.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDateTime.csproj index 8258321..538f05f 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDecimal.csproj index 14e8074..0fafb60 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDouble.csproj index 8044db3..1c3f7e4 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt16.csproj index b45f3db..2d0ae36 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt32.csproj index 5d0d796..7f0e861 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt64.csproj index 6e01349..3a27671 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSByte.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSByte.csproj index 483585d..9ce48b3 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSingle.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSingle.csproj index dfaf429..b541729 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToType.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToType.csproj index 1a6666a..7a8ad0f 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToType.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt16.csproj index 7f2f024..99e79bb 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt32.csproj index 54c7572..179acb8 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt64.csproj index 1fce101..ecb5286 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64IConvertibleToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64MaxValue.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64MaxValue.csproj index 4a51164..d02dbb7 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64MaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64MaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64MinValue.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64MinValue.csproj index 3fba312..fa0e24b 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64MinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64MinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64Parse1.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64Parse1.csproj index e48ddbe..cce9d06 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64Parse1.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64Parse1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64Parse2.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64Parse2.csproj index 3e80725..16bcd77 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64Parse2.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64Parse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64Parse3.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64Parse3.csproj index d6407dd..e0aec68 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64Parse3.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64Parse3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64ToString3.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64ToString3.csproj index 11dbcda..12f6e32 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64ToString3.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64ToString3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/Int64TryParse.csproj b/tests/src/CoreMangLib/cti/system/int64/Int64TryParse.csproj index 7e762b6..8356072 100644 --- a/tests/src/CoreMangLib/cti/system/int64/Int64TryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/int64/Int64TryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/int64/app.config b/tests/src/CoreMangLib/cti/system/int64/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/int64/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/int64/project.json b/tests/src/CoreMangLib/cti/system/int64/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/int64/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int32.csproj b/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int32.csproj index 44cc6d5..38aee08 100644 --- a/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int32.csproj +++ b/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int64.csproj b/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int64.csproj index 5f4b9fd..d732404 100644 --- a/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int64.csproj +++ b/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Int64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Void.csproj b/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Void.csproj index 9b76e40..72dee39 100644 --- a/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Void.csproj +++ b/tests/src/CoreMangLib/cti/system/intptr/IntPtrCtor_Void.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/intptr/IntPtrEquals.csproj b/tests/src/CoreMangLib/cti/system/intptr/IntPtrEquals.csproj index 3d3769b..5b40945 100644 --- a/tests/src/CoreMangLib/cti/system/intptr/IntPtrEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/intptr/IntPtrEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/intptr/IntPtrGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/intptr/IntPtrGetHashCode.csproj index e23cfe8..734b84f 100644 --- a/tests/src/CoreMangLib/cti/system/intptr/IntPtrGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/intptr/IntPtrGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt32.csproj b/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt32.csproj index 1322e23..3f4b9bb 100644 --- a/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt64.csproj b/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt64.csproj index 109e657..85fe099 100644 --- a/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/intptr/IntPtrToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/intptr/IntPtrToPointer.csproj b/tests/src/CoreMangLib/cti/system/intptr/IntPtrToPointer.csproj index 31fb517..aa4c2eb 100644 --- a/tests/src/CoreMangLib/cti/system/intptr/IntPtrToPointer.csproj +++ b/tests/src/CoreMangLib/cti/system/intptr/IntPtrToPointer.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/intptr/IntPtrToString.csproj b/tests/src/CoreMangLib/cti/system/intptr/IntPtrToString.csproj index b98aa70..df4030d 100644 --- a/tests/src/CoreMangLib/cti/system/intptr/IntPtrToString.csproj +++ b/tests/src/CoreMangLib/cti/system/intptr/IntPtrToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/intptr/IntPtrZero.csproj b/tests/src/CoreMangLib/cti/system/intptr/IntPtrZero.csproj index 621ecfc..5a8a7ca 100644 --- a/tests/src/CoreMangLib/cti/system/intptr/IntPtrZero.csproj +++ b/tests/src/CoreMangLib/cti/system/intptr/IntPtrZero.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/intptr/app.config b/tests/src/CoreMangLib/cti/system/intptr/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/intptr/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/intptr/project.json b/tests/src/CoreMangLib/cti/system/intptr/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/intptr/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj index 80fd635..ebc1010 100644 --- a/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj +++ b/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj index 9596898..f0f006a 100644 --- a/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj +++ b/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj b/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj index 9bff823..882d567 100644 --- a/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj +++ b/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/app.config b/tests/src/CoreMangLib/cti/system/invalidcastexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/invalidcastexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/project.json b/tests/src/CoreMangLib/cti/system/invalidcastexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/invalidcastexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor1.csproj index d9b937b..a4d4789 100644 --- a/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor1.csproj +++ b/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor2.csproj index 1110699..f1d889d 100644 --- a/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor2.csproj +++ b/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor3.csproj b/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor3.csproj index 4cdca0f..a54db9d 100644 --- a/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor3.csproj +++ b/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/app.config b/tests/src/CoreMangLib/cti/system/invalidoperationexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/invalidoperationexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json b/tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor1.csproj index 1684dc1..ac93cb9 100644 --- a/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor1.csproj +++ b/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor2.csproj index 46a3fa5..3575b28 100644 --- a/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor2.csproj +++ b/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor3.csproj b/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor3.csproj index 4e74732..da6b87d 100644 --- a/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor3.csproj +++ b/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/app.config b/tests/src/CoreMangLib/cti/system/invalidprogramexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/invalidprogramexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json b/tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/binarywriter/BinaryWriterOutStream_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/binarywriter/BinaryWriterOutStream_PSC.csproj index b844adb..7d53d43 100644 --- a/tests/src/CoreMangLib/cti/system/io/binarywriter/BinaryWriterOutStream_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/binarywriter/BinaryWriterOutStream_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/binarywriter/app.config b/tests/src/CoreMangLib/cti/system/io/binarywriter/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/binarywriter/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/binarywriter/project.json b/tests/src/CoreMangLib/cti/system/io/binarywriter/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/binarywriter/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor1.csproj index fead55d..bc4acbb 100644 --- a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor1.csproj +++ b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor2.csproj index c0aaec7..1f3a4c0 100644 --- a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor2.csproj +++ b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/app.config b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/app.config b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj index b35ceae..22876c4 100644 --- a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj index 6230ee8..90bd0a1 100644 --- a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj b/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj index bb0bf44..6482386 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj b/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj index c3941f5..cf95f44 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj b/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj index 5d507f4..342a6e4 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj b/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj index 40936d0..cae58e4 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/app.config b/tests/src/CoreMangLib/cti/system/io/fileaccess/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/fileaccess/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/project.json b/tests/src/CoreMangLib/cti/system/io/fileaccess/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/fileaccess/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesArchive.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesArchive.csproj index 236dcd6..0a43864 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesArchive.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesArchive.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesCompressed.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesCompressed.csproj index 86d7850..05654dc 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesCompressed.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesCompressed.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDeivce.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDeivce.csproj index 6efcc99..d393db8 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDeivce.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDeivce.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDirectory.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDirectory.csproj index 6fbd72d..0887334 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDirectory.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDirectory.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEncrypted.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEncrypted.csproj index 2ad8e26..7aba6ac 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEncrypted.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEncrypted.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEnum.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEnum.csproj index c2cf1e1..4771e8d 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEnum.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEnum.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesHidden.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesHidden.csproj index 74a60d4..5c3265c 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesHidden.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesHidden.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNormal.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNormal.csproj index 514a62e..f40da41 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNormal.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNormal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNotContentIndexed.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNotContentIndexed.csproj index 2431e97..ac4048b 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNotContentIndexed.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNotContentIndexed.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesOffline.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesOffline.csproj index 2b924cc..f165f8c 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesOffline.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesOffline.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReadOnly.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReadOnly.csproj index 4c44ac1..58ba24f 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReadOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReadOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReparsePoint.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReparsePoint.csproj index 02afe88..25d8b2e 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReparsePoint.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReparsePoint.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesSystem.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesSystem.csproj index 5c5195e..bcaa378 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesSystem.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesSystem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesTemporary.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesTemporary.csproj index ad4dcb2..33a9736 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesTemporary.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesTemporary.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/app.config b/tests/src/CoreMangLib/cti/system/io/fileattributes/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/project.json b/tests/src/CoreMangLib/cti/system/io/fileattributes/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/fileattributes/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj index 587beac..bf89abb 100644 --- a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj index b93336d..90ab544 100644 --- a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj index 0252dd1..29c779d 100644 --- a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj index 47cfc0a..103669f 100644 --- a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj index 10c666b..ab54c1a 100644 --- a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj index f5b9e9c..bece32b 100644 --- a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj index d909c1b..174898c 100644 --- a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/app.config b/tests/src/CoreMangLib/cti/system/io/filemode/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/filemode/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/project.json b/tests/src/CoreMangLib/cti/system/io/filemode/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/filemode/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj index ef4a6f6..626a72f 100644 --- a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj index d71ef50..e017d67 100644 --- a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj index 49b6b7b..bcedc9d 100644 --- a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionMessage.csproj b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionMessage.csproj index bb20441..afb4c84 100644 --- a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionMessage.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionMessage.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionToString.csproj b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionToString.csproj index 96a833d..608928a 100644 --- a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionToString.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionctor1.csproj index f03c407..adb235b 100644 --- a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionctor1.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionctor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/app.config b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj index 4fcdd35..f2ccd69 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj index 9cc1f37..abd8ffb 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj index ae229a3..4ea388b 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj index 27d0f2a..dc9c988 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj index 30da0b0..2554ef5 100644 --- a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj +++ b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/app.config b/tests/src/CoreMangLib/cti/system/io/fileshare/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/fileshare/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/project.json b/tests/src/CoreMangLib/cti/system/io/fileshare/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/fileshare/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/filestream/FileStreamDispose_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/filestream/FileStreamDispose_PSC.csproj index cc1dd72..21cd965 100644 --- a/tests/src/CoreMangLib/cti/system/io/filestream/FileStreamDispose_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/filestream/FileStreamDispose_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/filestream/app.config b/tests/src/CoreMangLib/cti/system/io/filestream/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/filestream/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/filestream/project.json b/tests/src/CoreMangLib/cti/system/io/filestream/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/filestream/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj index e492714..b0e15e8 100644 --- a/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj +++ b/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj index c579cb1..e426122 100644 --- a/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj +++ b/tests/src/CoreMangLib/cti/system/io/ioexception/IOExceptionctor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/ioexception/app.config b/tests/src/CoreMangLib/cti/system/io/ioexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/ioexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/ioexception/project.json b/tests/src/CoreMangLib/cti/system/io/ioexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/ioexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor.csproj b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor.csproj index 538661d..8738f18 100644 --- a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor2.csproj b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor2.csproj index 70c8f58..0234777 100644 --- a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor3.csproj b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor3.csproj index 349b228..8396f2e 100644 --- a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor4.csproj b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor4.csproj index 34695a0..5f42fd3 100644 --- a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor4.csproj +++ b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor5.csproj b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor5.csproj index d770dd6..ec6daa5 100644 --- a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor5.csproj +++ b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor6.csproj b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor6.csproj index 4c50fad..bd6096d 100644 --- a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor6.csproj +++ b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor7.csproj b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor7.csproj index cf18194..eea79dd 100644 --- a/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor7.csproj +++ b/tests/src/CoreMangLib/cti/system/io/memorystream/MemoryStreamCtor7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/memorystream/app.config b/tests/src/CoreMangLib/cti/system/io/memorystream/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/memorystream/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/memorystream/project.json b/tests/src/CoreMangLib/cti/system/io/memorystream/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/memorystream/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj index 984a81e..7b79fea 100644 --- a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj +++ b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj index 155224a..1589168 100644 --- a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj +++ b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/app.config b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj b/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj index 3334139..23781eb 100644 --- a/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj +++ b/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj b/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj index eec10ba..fe78321 100644 --- a/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj +++ b/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj b/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj index 3194e51..4971aae 100644 --- a/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj +++ b/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj b/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj index 3a3075d..a219e51 100644 --- a/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj +++ b/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/app.config b/tests/src/CoreMangLib/cti/system/io/seekorigin/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/seekorigin/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/project.json b/tests/src/CoreMangLib/cti/system/io/seekorigin/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/seekorigin/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose1_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose1_PSC.csproj index 18be75d..fbfc92c 100644 --- a/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose1_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose1_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose2_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose2_PSC.csproj index fc6cf24..0abd37a 100644 --- a/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose2_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/stream/StreamDispose2_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/stream/StreamNull_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/stream/StreamNull_PSC.csproj index 19dd378..a265fdf 100644 --- a/tests/src/CoreMangLib/cti/system/io/stream/StreamNull_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/stream/StreamNull_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/stream/StreamReadTimeOut_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/stream/StreamReadTimeOut_PSC.csproj index d5097e0..7797273 100644 --- a/tests/src/CoreMangLib/cti/system/io/stream/StreamReadTimeOut_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/stream/StreamReadTimeOut_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/stream/StreamWriteTimeOut_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/stream/StreamWriteTimeOut_PSC.csproj index 31ff046..1514904 100644 --- a/tests/src/CoreMangLib/cti/system/io/stream/StreamWriteTimeOut_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/stream/StreamWriteTimeOut_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/stream/app.config b/tests/src/CoreMangLib/cti/system/io/stream/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/stream/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/stream/project.json b/tests/src/CoreMangLib/cti/system/io/stream/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/stream/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/streamreader/StreamReaderNull_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/streamreader/StreamReaderNull_PSC.csproj index 601bda0..1e24e41 100644 --- a/tests/src/CoreMangLib/cti/system/io/streamreader/StreamReaderNull_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/streamreader/StreamReaderNull_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/streamreader/app.config b/tests/src/CoreMangLib/cti/system/io/streamreader/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/streamreader/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/streamreader/project.json b/tests/src/CoreMangLib/cti/system/io/streamreader/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/streamreader/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/stringwriter/StringWriterEncoding_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/stringwriter/StringWriterEncoding_PSC.csproj index 7c58f1c..e32fa18 100644 --- a/tests/src/CoreMangLib/cti/system/io/stringwriter/StringWriterEncoding_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/stringwriter/StringWriterEncoding_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/stringwriter/app.config b/tests/src/CoreMangLib/cti/system/io/stringwriter/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/stringwriter/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/stringwriter/project.json b/tests/src/CoreMangLib/cti/system/io/stringwriter/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/stringwriter/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj index 2693b19..18c69d9 100644 --- a/tests/src/CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/textreader/app.config b/tests/src/CoreMangLib/cti/system/io/textreader/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/textreader/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/textreader/project.json b/tests/src/CoreMangLib/cti/system/io/textreader/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/textreader/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj index 0ea282a..7214cb7 100644 --- a/tests/src/CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/io/textwriter/app.config b/tests/src/CoreMangLib/cti/system/io/textwriter/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/io/textwriter/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/io/textwriter/project.json b/tests/src/CoreMangLib/cti/system/io/textwriter/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/io/textwriter/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/math/MathAbs1.csproj b/tests/src/CoreMangLib/cti/system/math/MathAbs1.csproj index 49ed04d..01e2fc1 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathAbs1.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathAbs1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathAbs2.csproj b/tests/src/CoreMangLib/cti/system/math/MathAbs2.csproj index d1663d7..f644cec 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathAbs2.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathAbs2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathAbs3.csproj b/tests/src/CoreMangLib/cti/system/math/MathAbs3.csproj index 2ba9ab3..71b28c7 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathAbs3.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathAbs3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathAbs4.csproj b/tests/src/CoreMangLib/cti/system/math/MathAbs4.csproj index be92dfd..0d602ce 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathAbs4.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathAbs4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathAbs5.csproj b/tests/src/CoreMangLib/cti/system/math/MathAbs5.csproj index 3d028de..599ee56 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathAbs5.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathAbs5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathAbs6.csproj b/tests/src/CoreMangLib/cti/system/math/MathAbs6.csproj index 50f4c40..c0e8b06 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathAbs6.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathAbs6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathAbs7.csproj b/tests/src/CoreMangLib/cti/system/math/MathAbs7.csproj index 6d0a8de..cfee604 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathAbs7.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathAbs7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathAcos.csproj b/tests/src/CoreMangLib/cti/system/math/MathAcos.csproj index 6eb0927..58a5df1 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathAcos.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathAcos.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathAtan.csproj b/tests/src/CoreMangLib/cti/system/math/MathAtan.csproj index 59be661..35ed661 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathAtan.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathAtan.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathAtan2.csproj b/tests/src/CoreMangLib/cti/system/math/MathAtan2.csproj index ec846be..1f95698 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathAtan2.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathAtan2.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathCeiling.csproj b/tests/src/CoreMangLib/cti/system/math/MathCeiling.csproj index 52bd9d9..3f161d2 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathCeiling.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathCeiling.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathCos.csproj b/tests/src/CoreMangLib/cti/system/math/MathCos.csproj index 59d9e42..d148975 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathCos.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathCos.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathCosh.csproj b/tests/src/CoreMangLib/cti/system/math/MathCosh.csproj index 0e19c6a..73afb0c 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathCosh.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathCosh.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathE.csproj b/tests/src/CoreMangLib/cti/system/math/MathE.csproj index 307c880..d943772 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathE.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathE.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathExp.csproj b/tests/src/CoreMangLib/cti/system/math/MathExp.csproj index 3098562..46a3593 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathExp.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathExp.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathFloor.csproj b/tests/src/CoreMangLib/cti/system/math/MathFloor.csproj index 4c49da7..5b61a70 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathFloor.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathFloor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathIEEERemainder.csproj b/tests/src/CoreMangLib/cti/system/math/MathIEEERemainder.csproj index 5344202..904d5b7 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathIEEERemainder.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathIEEERemainder.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathLog.csproj b/tests/src/CoreMangLib/cti/system/math/MathLog.csproj index dc125e5..3d28bfb 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathLog.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathLog.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathLog10.csproj b/tests/src/CoreMangLib/cti/system/math/MathLog10.csproj index 322a70b..ba0dbb7 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathLog10.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathLog10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMax1.csproj b/tests/src/CoreMangLib/cti/system/math/MathMax1.csproj index 04f0e29..52dd951 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMax1.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMax1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMax10.csproj b/tests/src/CoreMangLib/cti/system/math/MathMax10.csproj index a6c044a..e5ff91e 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMax10.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMax10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMax11.csproj b/tests/src/CoreMangLib/cti/system/math/MathMax11.csproj index 67f151f..5729dc0 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMax11.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMax11.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMax2.csproj b/tests/src/CoreMangLib/cti/system/math/MathMax2.csproj index 31e4f4d..db47f6c 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMax2.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMax2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMax3.csproj b/tests/src/CoreMangLib/cti/system/math/MathMax3.csproj index 5e9bc46..051910e 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMax3.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMax3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMax4.csproj b/tests/src/CoreMangLib/cti/system/math/MathMax4.csproj index 2283a4f..ce01314 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMax4.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMax4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMax5.csproj b/tests/src/CoreMangLib/cti/system/math/MathMax5.csproj index ac74176..c83a029 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMax5.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMax5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMax6.csproj b/tests/src/CoreMangLib/cti/system/math/MathMax6.csproj index db93fba..5e09ae1 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMax6.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMax6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMax7.csproj b/tests/src/CoreMangLib/cti/system/math/MathMax7.csproj index f52f109..c06f116 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMax7.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMax7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMax8.csproj b/tests/src/CoreMangLib/cti/system/math/MathMax8.csproj index 68e04a0..d9c7015 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMax8.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMax8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMax9.csproj b/tests/src/CoreMangLib/cti/system/math/MathMax9.csproj index 8bb7ba9..bd1329a 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMax9.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMax9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMin1.csproj b/tests/src/CoreMangLib/cti/system/math/MathMin1.csproj index 0a364e9..52c4d5c 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMin1.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMin1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMin10.csproj b/tests/src/CoreMangLib/cti/system/math/MathMin10.csproj index 9a7213c..6411bee 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMin10.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMin10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMin11.csproj b/tests/src/CoreMangLib/cti/system/math/MathMin11.csproj index 6a51295..c2beb42 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMin11.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMin11.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMin2.csproj b/tests/src/CoreMangLib/cti/system/math/MathMin2.csproj index 8c91890..513a58d 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMin2.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMin2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMin3.csproj b/tests/src/CoreMangLib/cti/system/math/MathMin3.csproj index 7f68b58..08c7919 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMin3.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMin3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMin4.csproj b/tests/src/CoreMangLib/cti/system/math/MathMin4.csproj index 8b6dbb5..8c30724 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMin4.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMin4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMin5.csproj b/tests/src/CoreMangLib/cti/system/math/MathMin5.csproj index 19f461f..e224b0b 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMin5.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMin5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMin6.csproj b/tests/src/CoreMangLib/cti/system/math/MathMin6.csproj index 354b8f3..a0d0043 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMin6.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMin6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMin7.csproj b/tests/src/CoreMangLib/cti/system/math/MathMin7.csproj index 9226479..8a189f2 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMin7.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMin7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMin8.csproj b/tests/src/CoreMangLib/cti/system/math/MathMin8.csproj index 559d567..f17f657 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMin8.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMin8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathMin9.csproj b/tests/src/CoreMangLib/cti/system/math/MathMin9.csproj index 1e567ba..819ea9f 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathMin9.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathMin9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathPI.csproj b/tests/src/CoreMangLib/cti/system/math/MathPI.csproj index 7443100..e5dc61b 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathPI.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathPI.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathPow.csproj b/tests/src/CoreMangLib/cti/system/math/MathPow.csproj index 55fb399..3c70e7a 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathPow.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathPow.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathRound2.csproj b/tests/src/CoreMangLib/cti/system/math/MathRound2.csproj index 7d47fc4..3056ccd 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathRound2.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathRound2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathRound3.csproj b/tests/src/CoreMangLib/cti/system/math/MathRound3.csproj index f432087..fed781d 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathRound3.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathRound3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathRound4.csproj b/tests/src/CoreMangLib/cti/system/math/MathRound4.csproj index 4d06c75..440958e 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathRound4.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathRound4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathSign1.csproj b/tests/src/CoreMangLib/cti/system/math/MathSign1.csproj index d24791d..4730537 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathSign1.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathSign1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathSign2.csproj b/tests/src/CoreMangLib/cti/system/math/MathSign2.csproj index 92cd941..d94bf86 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathSign2.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathSign2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathSign3.csproj b/tests/src/CoreMangLib/cti/system/math/MathSign3.csproj index 430c70e..2a038b2 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathSign3.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathSign3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathSign4.csproj b/tests/src/CoreMangLib/cti/system/math/MathSign4.csproj index 790b2ba..d46241e 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathSign4.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathSign4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathSign5.csproj b/tests/src/CoreMangLib/cti/system/math/MathSign5.csproj index 345ee30..fe1cd8c 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathSign5.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathSign5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathSign6.csproj b/tests/src/CoreMangLib/cti/system/math/MathSign6.csproj index f17758f..a8fcfff 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathSign6.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathSign6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathSign7.csproj b/tests/src/CoreMangLib/cti/system/math/MathSign7.csproj index 0ebf441..e7663af 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathSign7.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathSign7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathSin.csproj b/tests/src/CoreMangLib/cti/system/math/MathSin.csproj index faa0254..f133a98 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathSin.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathSin.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathSinh.csproj b/tests/src/CoreMangLib/cti/system/math/MathSinh.csproj index 16dd016..b8934fe 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathSinh.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathSinh.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathSqrt.csproj b/tests/src/CoreMangLib/cti/system/math/MathSqrt.csproj index fe1301c..6b4225a 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathSqrt.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathSqrt.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathTan.csproj b/tests/src/CoreMangLib/cti/system/math/MathTan.csproj index 563c4de..c575203 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathTan.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathTan.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/MathTanh.csproj b/tests/src/CoreMangLib/cti/system/math/MathTanh.csproj index f546997..fbe2853 100644 --- a/tests/src/CoreMangLib/cti/system/math/MathTanh.csproj +++ b/tests/src/CoreMangLib/cti/system/math/MathTanh.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/app.config b/tests/src/CoreMangLib/cti/system/math/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/math/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/math/mathRound1.csproj b/tests/src/CoreMangLib/cti/system/math/mathRound1.csproj index 3dbacea..ebbf272 100644 --- a/tests/src/CoreMangLib/cti/system/math/mathRound1.csproj +++ b/tests/src/CoreMangLib/cti/system/math/mathRound1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/math/project.json b/tests/src/CoreMangLib/cti/system/math/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/math/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor1.csproj index 02de2f0..6955bdd 100644 --- a/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor2.csproj index 502f3ed..3136b98 100644 --- a/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor3.csproj index 2e13872..f890ef6 100644 --- a/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/app.config b/tests/src/CoreMangLib/cti/system/memberaccessexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/memberaccessexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/project.json b/tests/src/CoreMangLib/cti/system/memberaccessexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/memberaccessexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor1.csproj index d075b25..3f790ba 100644 --- a/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor2.csproj index 589341d..9d272b0 100644 --- a/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor3.csproj index 4b68c11..ae89ec4 100644 --- a/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/methodaccessexception/MethodAccessExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/methodaccessexception/app.config b/tests/src/CoreMangLib/cti/system/methodaccessexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/methodaccessexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/methodaccessexception/project.json b/tests/src/CoreMangLib/cti/system/methodaccessexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/methodaccessexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor1.csproj index 892668b..4696cc7 100644 --- a/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor2.csproj index 8c57226..6249203 100644 --- a/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor3.csproj index 39e5499..888feef 100644 --- a/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionMessage.csproj b/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionMessage.csproj index dadce86..426e2d8 100644 --- a/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionMessage.csproj +++ b/tests/src/CoreMangLib/cti/system/missingfieldexception/MissingFieldExceptionMessage.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/missingfieldexception/app.config b/tests/src/CoreMangLib/cti/system/missingfieldexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/missingfieldexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/missingfieldexception/project.json b/tests/src/CoreMangLib/cti/system/missingfieldexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/missingfieldexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor1.csproj index f48a8ba..231d41b 100644 --- a/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor2.csproj index f778ee2..f6bc2c0 100644 --- a/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor3.csproj index a50b759..d9404a1 100644 --- a/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionMessage.csproj b/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionMessage.csproj index 2588d63..f5dce2e 100644 --- a/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionMessage.csproj +++ b/tests/src/CoreMangLib/cti/system/missingmemberexception/MissingMemberExceptionMessage.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/missingmemberexception/app.config b/tests/src/CoreMangLib/cti/system/missingmemberexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/missingmemberexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/missingmemberexception/project.json b/tests/src/CoreMangLib/cti/system/missingmemberexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/missingmemberexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor1.csproj index b2d872f..4390e50 100644 --- a/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor2.csproj index bb3272b..9f3fb5a 100644 --- a/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor3.csproj index ccf8283..3641bec 100644 --- a/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionMessage.csproj b/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionMessage.csproj index 8b418fa..2555272 100644 --- a/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionMessage.csproj +++ b/tests/src/CoreMangLib/cti/system/missingmethodexception/MissingMethodExceptionMessage.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/missingmethodexception/app.config b/tests/src/CoreMangLib/cti/system/missingmethodexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/missingmethodexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/missingmethodexception/project.json b/tests/src/CoreMangLib/cti/system/missingmethodexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/missingmethodexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateCombineImpl.csproj b/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateCombineImpl.csproj index 5cb3c40..2a8f4ee 100644 --- a/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateCombineImpl.csproj +++ b/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateCombineImpl.csproj @@ -35,10 +35,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateEquals.csproj b/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateEquals.csproj index 50206e4..eaecb92 100644 --- a/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateEquals.csproj @@ -35,10 +35,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetHashCode.csproj index 8a63ac4..dcd2602 100644 --- a/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetHashCode.csproj @@ -35,10 +35,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj b/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj index 832b99f..5d44c4f 100644 --- a/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj +++ b/tests/src/CoreMangLib/cti/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj @@ -35,10 +35,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/multicastdelegate/app.config b/tests/src/CoreMangLib/cti/system/multicastdelegate/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/multicastdelegate/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/multicastdelegate/project.json b/tests/src/CoreMangLib/cti/system/multicastdelegate/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/multicastdelegate/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor1.csproj index e430279..6fa4d7c 100644 --- a/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor2.csproj index 4652888..f37043b 100644 --- a/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor3.csproj index 93b3160..4d1817f 100644 --- a/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/app.config b/tests/src/CoreMangLib/cti/system/notimplementedexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/notimplementedexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/project.json b/tests/src/CoreMangLib/cti/system/notimplementedexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/notimplementedexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor1.csproj index 944e603..9cd219d 100644 --- a/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor2.csproj index caff468..734789f 100644 --- a/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor3.csproj index 0ef4cbf..348a97b 100644 --- a/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/app.config b/tests/src/CoreMangLib/cti/system/notsupportedexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/notsupportedexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/project.json b/tests/src/CoreMangLib/cti/system/notsupportedexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/notsupportedexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/nullable/NullableCompare.csproj b/tests/src/CoreMangLib/cti/system/nullable/NullableCompare.csproj index f6c7525..097aae5 100644 --- a/tests/src/CoreMangLib/cti/system/nullable/NullableCompare.csproj +++ b/tests/src/CoreMangLib/cti/system/nullable/NullableCompare.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/nullable/NullableCtor.csproj b/tests/src/CoreMangLib/cti/system/nullable/NullableCtor.csproj index d3faa79..269e2d7 100644 --- a/tests/src/CoreMangLib/cti/system/nullable/NullableCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/nullable/NullableCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/nullable/NullableEquals.csproj b/tests/src/CoreMangLib/cti/system/nullable/NullableEquals.csproj index 4485d07..2d21c29 100644 --- a/tests/src/CoreMangLib/cti/system/nullable/NullableEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/nullable/NullableEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/nullable/NullableEquals2.csproj b/tests/src/CoreMangLib/cti/system/nullable/NullableEquals2.csproj index a2aa2ad..21c78f7 100644 --- a/tests/src/CoreMangLib/cti/system/nullable/NullableEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/nullable/NullableEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/nullable/NullableGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/nullable/NullableGetHashCode.csproj index 32a0b51..04aad7f 100644 --- a/tests/src/CoreMangLib/cti/system/nullable/NullableGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/nullable/NullableGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/nullable/NullableGetUnderlyingType.csproj b/tests/src/CoreMangLib/cti/system/nullable/NullableGetUnderlyingType.csproj index 7cbaec3..9a84a6c 100644 --- a/tests/src/CoreMangLib/cti/system/nullable/NullableGetUnderlyingType.csproj +++ b/tests/src/CoreMangLib/cti/system/nullable/NullableGetUnderlyingType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault1.csproj b/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault1.csproj index 058f116..c4fe1a2 100644 --- a/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault1.csproj +++ b/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault2.csproj b/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault2.csproj index a34355e..4e87130 100644 --- a/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault2.csproj +++ b/tests/src/CoreMangLib/cti/system/nullable/NullableGetValueOrDefault2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/nullable/NullableHasValue.csproj b/tests/src/CoreMangLib/cti/system/nullable/NullableHasValue.csproj index 294df7b..fc4f887 100644 --- a/tests/src/CoreMangLib/cti/system/nullable/NullableHasValue.csproj +++ b/tests/src/CoreMangLib/cti/system/nullable/NullableHasValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/nullable/NullableToString.csproj b/tests/src/CoreMangLib/cti/system/nullable/NullableToString.csproj index 850a650..d85d2eb 100644 --- a/tests/src/CoreMangLib/cti/system/nullable/NullableToString.csproj +++ b/tests/src/CoreMangLib/cti/system/nullable/NullableToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/nullable/NullableValue.csproj b/tests/src/CoreMangLib/cti/system/nullable/NullableValue.csproj index 5919bd6..8169886 100644 --- a/tests/src/CoreMangLib/cti/system/nullable/NullableValue.csproj +++ b/tests/src/CoreMangLib/cti/system/nullable/NullableValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/nullable/app.config b/tests/src/CoreMangLib/cti/system/nullable/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/nullable/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/nullable/project.json b/tests/src/CoreMangLib/cti/system/nullable/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/nullable/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/nullreferenceexception/NullReferenceExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/nullreferenceexception/NullReferenceExceptionCtor1.csproj index 5041da4..5a0f4da 100644 --- a/tests/src/CoreMangLib/cti/system/nullreferenceexception/NullReferenceExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/nullreferenceexception/NullReferenceExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/nullreferenceexception/app.config b/tests/src/CoreMangLib/cti/system/nullreferenceexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/nullreferenceexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json b/tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/object/ObjectCtor.csproj b/tests/src/CoreMangLib/cti/system/object/ObjectCtor.csproj index 35d808e..39b1ab0 100644 --- a/tests/src/CoreMangLib/cti/system/object/ObjectCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/object/ObjectCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/object/ObjectEquals1.csproj b/tests/src/CoreMangLib/cti/system/object/ObjectEquals1.csproj index 83fdbe9..6ab0c74 100644 --- a/tests/src/CoreMangLib/cti/system/object/ObjectEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/object/ObjectEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/object/ObjectEquals2.csproj b/tests/src/CoreMangLib/cti/system/object/ObjectEquals2.csproj index 8d1c0b6..8feb4d2 100644 --- a/tests/src/CoreMangLib/cti/system/object/ObjectEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/object/ObjectEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/object/ObjectFinalize.csproj b/tests/src/CoreMangLib/cti/system/object/ObjectFinalize.csproj index af60ed6..b5e6e5b 100644 --- a/tests/src/CoreMangLib/cti/system/object/ObjectFinalize.csproj +++ b/tests/src/CoreMangLib/cti/system/object/ObjectFinalize.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/object/ObjectGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/object/ObjectGetHashCode.csproj index d333b1c..c9dc6a6 100644 --- a/tests/src/CoreMangLib/cti/system/object/ObjectGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/object/ObjectGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/object/ObjectMemberwiseClone.csproj b/tests/src/CoreMangLib/cti/system/object/ObjectMemberwiseClone.csproj index 92fbd08..0720d4b 100644 --- a/tests/src/CoreMangLib/cti/system/object/ObjectMemberwiseClone.csproj +++ b/tests/src/CoreMangLib/cti/system/object/ObjectMemberwiseClone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/object/ObjectReferenceEquals.csproj b/tests/src/CoreMangLib/cti/system/object/ObjectReferenceEquals.csproj index e61c59a..31b5e02 100644 --- a/tests/src/CoreMangLib/cti/system/object/ObjectReferenceEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/object/ObjectReferenceEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/object/ObjectToString.csproj b/tests/src/CoreMangLib/cti/system/object/ObjectToString.csproj index 44af1f7..ae45c27 100644 --- a/tests/src/CoreMangLib/cti/system/object/ObjectToString.csproj +++ b/tests/src/CoreMangLib/cti/system/object/ObjectToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/object/app.config b/tests/src/CoreMangLib/cti/system/object/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/object/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/object/project.json b/tests/src/CoreMangLib/cti/system/object/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/object/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionMessage.csproj b/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionMessage.csproj index 4e5e512..0955bfa 100644 --- a/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionMessage.csproj +++ b/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionMessage.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionObjectName.csproj b/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionObjectName.csproj index e6372d3..5e90e24 100644 --- a/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionObjectName.csproj +++ b/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionObjectName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/objectdisposedexception/app.config b/tests/src/CoreMangLib/cti/system/objectdisposedexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/objectdisposedexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json b/tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor1.csproj b/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor1.csproj index 83d8a64..87e8245 100644 --- a/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor2.csproj b/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor2.csproj index 29eb949..564ef03 100644 --- a/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor3.csproj b/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor3.csproj index 58cc6f7..a709dfd 100644 --- a/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeIsError.csproj b/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeIsError.csproj index 91eef83..5777927 100644 --- a/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeIsError.csproj +++ b/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeIsError.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeMessage.csproj b/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeMessage.csproj index a2b2f8d..46d79ea 100644 --- a/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeMessage.csproj +++ b/tests/src/CoreMangLib/cti/system/obsoleteattribute/ObsoleteAttributeMessage.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/obsoleteattribute/app.config b/tests/src/CoreMangLib/cti/system/obsoleteattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/obsoleteattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json b/tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj index 6430c6f..025e5fb 100644 --- a/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj index 262fac0..86624ee 100644 --- a/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj index 7e827c6..22e4ef0 100644 --- a/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/app.config b/tests/src/CoreMangLib/cti/system/outofmemoryexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/outofmemoryexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json b/tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor1.csproj index bbb76bb..3ef2f95 100644 --- a/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor2.csproj index f60b501..8c68382 100644 --- a/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor3.csproj index ced8c6a..14c8ddf 100644 --- a/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/app.config b/tests/src/CoreMangLib/cti/system/overflowexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/overflowexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/project.json b/tests/src/CoreMangLib/cti/system/overflowexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/overflowexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/paramarrayattribute/ParamArrayAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/paramarrayattribute/ParamArrayAttributeCtor.csproj index b93066a..497c5cb 100644 --- a/tests/src/CoreMangLib/cti/system/paramarrayattribute/ParamArrayAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/paramarrayattribute/ParamArrayAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/paramarrayattribute/app.config b/tests/src/CoreMangLib/cti/system/paramarrayattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/paramarrayattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json b/tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor1.csproj index 591f3ae..f89225a 100644 --- a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor2.csproj index 2a3f151..0aa3276 100644 --- a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor3.csproj index f100a11..a8e71e4 100644 --- a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/app.config b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj b/tests/src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj index a474b6b..04c0db2 100644 --- a/tests/src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj +++ b/tests/src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj b/tests/src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj index 1e2c0d5..fb5d5a5 100644 --- a/tests/src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj +++ b/tests/src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj b/tests/src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj index 225f234..234e0bd 100644 --- a/tests/src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj +++ b/tests/src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/predicate/app.config b/tests/src/CoreMangLib/cti/system/predicate/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/predicate/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/predicate/project.json b/tests/src/CoreMangLib/cti/system/predicate/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/predicate/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/random/RandomCtor1.csproj b/tests/src/CoreMangLib/cti/system/random/RandomCtor1.csproj index b3440f9..8a8b28c 100644 --- a/tests/src/CoreMangLib/cti/system/random/RandomCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/random/RandomCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/random/RandomCtor2.csproj b/tests/src/CoreMangLib/cti/system/random/RandomCtor2.csproj index 1ca3831..90fd4a2 100644 --- a/tests/src/CoreMangLib/cti/system/random/RandomCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/random/RandomCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/random/RandomNext1.csproj b/tests/src/CoreMangLib/cti/system/random/RandomNext1.csproj index 1bd425c..9164596 100644 --- a/tests/src/CoreMangLib/cti/system/random/RandomNext1.csproj +++ b/tests/src/CoreMangLib/cti/system/random/RandomNext1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/random/RandomNext2.csproj b/tests/src/CoreMangLib/cti/system/random/RandomNext2.csproj index 3e95b13..a197369 100644 --- a/tests/src/CoreMangLib/cti/system/random/RandomNext2.csproj +++ b/tests/src/CoreMangLib/cti/system/random/RandomNext2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/random/RandomNext3.csproj b/tests/src/CoreMangLib/cti/system/random/RandomNext3.csproj index 7c6d5c7..88842a2 100644 --- a/tests/src/CoreMangLib/cti/system/random/RandomNext3.csproj +++ b/tests/src/CoreMangLib/cti/system/random/RandomNext3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/random/RandomNextBytes.csproj b/tests/src/CoreMangLib/cti/system/random/RandomNextBytes.csproj index 8b6787d..17d9cef 100644 --- a/tests/src/CoreMangLib/cti/system/random/RandomNextBytes.csproj +++ b/tests/src/CoreMangLib/cti/system/random/RandomNextBytes.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/random/RandomNextDouble.csproj b/tests/src/CoreMangLib/cti/system/random/RandomNextDouble.csproj index b35724a..ac23c02 100644 --- a/tests/src/CoreMangLib/cti/system/random/RandomNextDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/random/RandomNextDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/random/RandomSample.csproj b/tests/src/CoreMangLib/cti/system/random/RandomSample.csproj index 3a1d8af..9a81345 100644 --- a/tests/src/CoreMangLib/cti/system/random/RandomSample.csproj +++ b/tests/src/CoreMangLib/cti/system/random/RandomSample.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/random/app.config b/tests/src/CoreMangLib/cti/system/random/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/random/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/random/project.json b/tests/src/CoreMangLib/cti/system/random/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/random/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj index f2712a7..45e105a 100644 --- a/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj index 476e602..0d3a80f 100644 --- a/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj index 24802bf..e0fa5b9 100644 --- a/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/rankexception/app.config b/tests/src/CoreMangLib/cti/system/rankexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/rankexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/rankexception/project.json b/tests/src/CoreMangLib/cti/system/rankexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/rankexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor1.csproj index 2f9f1ea..4e591bb 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor2.csproj index ab2c385..5fcf822 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor3.csproj index cfa290a..e09bfc3 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/AmbiguousMatchExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/app.config b/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json b/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/assembly/TestAssembly1.csproj b/tests/src/CoreMangLib/cti/system/reflection/assembly/TestAssembly1.csproj index f7f02c8..25435dd 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assembly/TestAssembly1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assembly/TestAssembly1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assembly/TestTarget2.csproj b/tests/src/CoreMangLib/cti/system/reflection/assembly/TestTarget2.csproj index 017e93d..3982d0f 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assembly/TestTarget2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assembly/TestTarget2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assembly/app.config b/tests/src/CoreMangLib/cti/system/reflection/assembly/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assembly/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/assembly/project.json b/tests/src/CoreMangLib/cti/system/reflection/assembly/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assembly/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttribute.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttribute.csproj index 7a2e8a0..8f7945b 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttribute.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttribute.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttributeCtor.csproj index 09f4229..5662bbd 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/AssemblyConfigurationAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/app.config b/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttribute.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttribute.csproj index e8a3501..74110b4 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttribute.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttribute.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttributeCtor.csproj index 9e00f6f..5ff1fef 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/AssemblyDefaultAliasAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/app.config b/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeCtor.csproj index cf6c515..1766719 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeDelaySign.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeDelaySign.csproj index 7fb070d..c30b8e5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeDelaySign.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/AssemblyDelaySignAttributeDelaySign.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/app.config b/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeCtor.csproj index 5efd7bc..2c5217e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeDescription.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeDescription.csproj index 68be57f..409c8c4 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeDescription.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/AssemblyDescriptionAttributeDescription.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/app.config b/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeCtor.csproj index 3dd733f..d2afba8 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeKeyFile.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeKeyFile.csproj index f3f213b..5acfa56 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeKeyFile.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/AssemblyKeyFileAttributeKeyFile.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/app.config b/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeCtor.csproj index 142cbaa..0028ebc 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeKeyName.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeKeyName.csproj index d8b2152..0e1c19c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeKeyName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/AssemblyKeyNameAttributeKeyName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/app.config b/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKey.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKey.csproj index 8097095..3d57f60 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKey.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKey.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKeyToken.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKeyToken.csproj index 359f05d..b88e717 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKeyToken.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameGetPublicKeyToken.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKey.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKey.csproj index e51482f..f45d1f7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKey.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKey.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKeyToken.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKeyToken.csproj index 33605ab..2d33216 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKeyToken.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameSetPublicKeyToken.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameVersion.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameVersion.csproj index 21776ab..0a4909b 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameVersion.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/AssemblyNameVersion.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/app.config b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj index 44f9fae..a7177b1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj index 2d2515e..41f85eb 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsRetargetable.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsRetargetable.csproj index 48ac11f..bedd209 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsRetargetable.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsRetargetable.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/app.config b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeCtor.csproj index 0a66185..738e0e1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeTitle.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeTitle.csproj index ed778cb..7b7e78d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeTitle.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/AssemblyTitleAttributeTitle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/app.config b/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsAny.csproj b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsAny.csproj index d84999e..7a2bee6 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsAny.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsAny.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsExplicitThis.csproj b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsExplicitThis.csproj index 52f1552..301b8bb 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsExplicitThis.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsExplicitThis.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsHasThis.csproj b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsHasThis.csproj index 4c4a875..96c9501 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsHasThis.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsHasThis.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsStandard.csproj b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsStandard.csproj index 63bd751..14e3694 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsStandard.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsStandard.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsVarArgs.csproj b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsVarArgs.csproj index ae1b9a9..7240c0b 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsVarArgs.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsVarArgs.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/app.config b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoConstructorName.csproj b/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoConstructorName.csproj index 53a6802..5823898 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoConstructorName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoConstructorName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoTypeConstructorName.csproj b/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoTypeConstructorName.csproj index 0a44b55..504f6f7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoTypeConstructorName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/ConstructorInfoTypeConstructorName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/app.config b/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json b/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeCtor.csproj index 037751b..ab6ca41 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeMemberName.csproj b/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeMemberName.csproj index a8c9042..c982ed5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeMemberName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/DefaultMemberAttributeMemberName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/app.config b/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/app.config b/tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj index 261a535..a32078f 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj index 2096693..1de002a 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj index d792b04..64ffc94 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj index a8c0ac0..503257f 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj index 2904e02..8fd6bdb 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj index 0da4a5c..7fbadb6 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj index 891b1ea..32f5706 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/app.config b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals1.csproj index b90fcc9..7015bbc 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals2.csproj index 7e277e3..efac612 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeFlowControl.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeFlowControl.csproj index e6bf5db..73cfd05 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeFlowControl.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeFlowControl.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeGetHashCode.csproj index b382d65..1f4cd51 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeName.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeName.csproj index 59037db..fb59554 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOpCodeType.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOpCodeType.csproj index 2d12fa8..734b96b 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOpCodeType.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOpCodeType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOperandType.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOperandType.csproj index 7fb651a..f53d7a2 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOperandType.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeOperandType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeSize.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeSize.csproj index 0260562..9d53d50 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeSize.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeSize.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPop.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPop.csproj index 85a59bc..3216fc2 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPop.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPop.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPush.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPush.csproj index bee3bed..75b916a 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPush.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeStackBehaviourPush.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeToString.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeToString.csproj index d416a7a..ef5db01 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeToString.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeValue.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeValue.csproj index 7c2ad76..e883f16 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeValue.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodeValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf.csproj index 699c984..55c1af1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf_Un.csproj index 1ef0037..cf0dd17 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAdd_Ovf_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAnd.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAnd.csproj index 74fffc9..208578f 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAnd.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesAnd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesArglist.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesArglist.csproj index bcb2664..690bb42 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesArglist.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesArglist.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq.csproj index 61d42b2..3d57b0c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq_S.csproj index 65513e6..6a3d64a 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBeq_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge.csproj index e9c1762..5e0b877 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_S.csproj index 7f2fc7a..3391adb 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un.csproj index 9f181a6..639ad11 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un_S.csproj index 228446e..a462f27 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBge_Un_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt.csproj index 9a271d7..515a115 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_S.csproj index e8a3645..2fec1e5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un.csproj index 6aa7702..dfec19d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un_S.csproj index 9db76e5..cb673dc 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBgt_Un_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle.csproj index 0198fd9..240ce5e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_S.csproj index 457fb11..81cc2a5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un.csproj index 92f43e9..b668e9c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un_S.csproj index 1faf609..b78ef4f 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBle_Un_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt.csproj index f4b2b67..c87ad16 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_S.csproj index c4209a8..efa8405 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un.csproj index 18485a8..8e782d1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un_S.csproj index 4e5d3f4..7e50539 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBlt_Un_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un.csproj index f6c9171..0bee82d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un_S.csproj index 399a4ed..d84e6b5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBne_Un_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBox.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBox.csproj index 9bb8a85..7c17f39 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBox.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBox.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr.csproj index b22b656..ca68026 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr_S.csproj index 5d7869e..6b31625 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBr_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBreak.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBreak.csproj index dc4f332..448aec4 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBreak.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBreak.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse.csproj index ff71cb0..6f26167 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse_S.csproj index 200844e..528b96e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrfalse_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue.csproj index ec93336..f0e7ff0 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue_S.csproj index e4c77ab..37d3251 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesBrtrue_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCall.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCall.csproj index 78b54cc..ead7451 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCall.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCall.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCalli.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCalli.csproj index f2d71e1..b209da4 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCalli.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCalli.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCallvirt.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCallvirt.csproj index 4a3740c..78e9175 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCallvirt.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCallvirt.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCastclass.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCastclass.csproj index 4d83b38..2b296e8 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCastclass.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCastclass.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCeq.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCeq.csproj index 90bacc1..1f8db33 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCeq.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCeq.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt.csproj index a32c492..216e111 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt_Un.csproj index 94791d6..22ff4f9 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCgt_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCkfinite.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCkfinite.csproj index eeb6f87..6e511dd 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCkfinite.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCkfinite.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt.csproj index 569db09..e9cbe66 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt_Un.csproj index 2a47c04..07a4b00 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesClt_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConstrained.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConstrained.csproj index 5c3fd08..37c82da 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConstrained.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConstrained.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I.csproj index aab223d..d4feda1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I1.csproj index 5bf33d9..badcf3b 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I2.csproj index 6cb7f6b..ec59e23 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I4.csproj index 7f0f973..d643ea3 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I8.csproj index 0eed9c9..194111d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_I8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I.csproj index e765fab..a76a54b 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1.csproj index eea2744..2fee57f 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1_Un.csproj index 9003850..1e4b152 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I1_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2.csproj index eb18858..f8b987f 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2_Un.csproj index 18616b9..de2b128 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I2_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4.csproj index 4894555..db23375 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4_Un.csproj index e64d32e..77c0ca5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I4_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8.csproj index db2e00a..ef6dd01 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8_Un.csproj index 7555df5..9a20100 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I8_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I_Un.csproj index c6d7a71..b82faf2 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_I_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U.csproj index a338501..b1a5ffe 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1.csproj index bc41b47..49d93cf 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1_Un.csproj index 290881b..d75f2c4 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U1_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2.csproj index f83228c..d1c9c1f 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2_Un.csproj index afeca89..44ad85c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U2_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4.csproj index 3f56efd..00f9ada 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4_Un.csproj index ffac37d..952a1e6 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U4_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8.csproj index aec769b..b936cd7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8_Un.csproj index bef40bc..eed2081 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U8_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U_Un.csproj index f76aa64..8be80ad 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_Ovf_U_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R4.csproj index 49e6ee0..df84165 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R8.csproj index dd121a4..362d7d1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R_Un.csproj index 028a758..b36efa1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_R_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U.csproj index a882c5c..b9848d1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U1.csproj index 2d9c563..4eb8ef6 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U2.csproj index 20334dc..2eb2089 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U4.csproj index 1b546e7..52742d1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U8.csproj index 69a1362..c05c604 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesConv_U8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpblk.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpblk.csproj index 129aa4c..2b9d534 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpblk.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpblk.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpobj.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpobj.csproj index 1e7760e..f3bdb90 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpobj.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesCpobj.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv.csproj index 4f9a0a4..dd8af49 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv_Un.csproj index 30083b0..6b3c3de 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDiv_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDup.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDup.csproj index 4e724ee..b623638 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDup.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesDup.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfilter.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfilter.csproj index 55eaa4f..2634b24 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfilter.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfilter.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfinally.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfinally.csproj index 595d5b7..a8d2f3a 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfinally.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesEndfinally.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitblk.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitblk.csproj index c9cf3f6..5154c74 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitblk.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitblk.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitobj.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitobj.csproj index db2185d..8f5d9d3 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitobj.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesInitobj.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesIsinst.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesIsinst.csproj index b21be40..6674be1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesIsinst.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesIsinst.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesJmp.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesJmp.csproj index 14f14a7..3e51fbf 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesJmp.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesJmp.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg.csproj index 848b720..aa8b46e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_0.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_0.csproj index cf62686..186d45e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_0.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_0.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_1.csproj index 4a51afd..3a98e29 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_2.csproj index bb93a7d..8c10400 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_3.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_3.csproj index 014ace3..3b7a145 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_3.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_S.csproj index 05a43b1..f97a206 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarg_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga.csproj index e6abe8e..bff752e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga_S.csproj index 48e9bd7..9a1555d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdarga_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4.csproj index 8f70f20..7dca2fe 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_0.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_0.csproj index a3fcb60..34b95e6 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_0.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_0.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_1.csproj index 14d591b..7c99c79 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_2.csproj index 63e4b76..63523a9 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_3.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_3.csproj index 5bc399f..62c23cc 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_3.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_4.csproj index e6cabe1..dcff653 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_5.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_5.csproj index 6f5daa2..f8a0767 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_5.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_6.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_6.csproj index 03cee21..19585f2 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_6.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_7.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_7.csproj index 29bc90c..015872e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_7.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_8.csproj index 11a5ea4..3e57778 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_M1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_M1.csproj index ed7223b..4c881bb 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_M1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_M1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_S.csproj index 2ac985a..a591167 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I4_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I8.csproj index a4c0077..f5664e9 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_I8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R4.csproj index 54548bb..63e860e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R8.csproj index b84509e..6ac882e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdc_R8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem.csproj index 66e282e..b8b5170 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I.csproj index 549858a..4817e76 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I1.csproj index 8ab59af..81792bf 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I2.csproj index d87aefd..3b462a9 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I4.csproj index 2b9abba..f069918 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I8.csproj index 201a63f..034683d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_I8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R4.csproj index 731b287..51d5f80 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R8.csproj index b9fe9e4..5b133ca 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_R8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_Ref.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_Ref.csproj index c539472..56981b5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_Ref.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_Ref.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U1.csproj index a9837dd..6d386c7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U2.csproj index 48b3b46..ab1fab3 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U4.csproj index 279b08c..902c8e6 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelem_U4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelema.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelema.csproj index c0639c8..841f661 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelema.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdelema.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdfld.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdfld.csproj index 1f1ace0..6cff1eb 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdfld.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdfld.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdflda.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdflda.csproj index d7dc424..2614471 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdflda.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdflda.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdftn.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdftn.csproj index a8f4cc5..894c494 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdftn.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdftn.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I.csproj index 08e29b5..a99cdab 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I1.csproj index 8d85c68..242c115 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I2.csproj index f47a241..47f3a90 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I4.csproj index 2e5fec9..93b9a63 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I8.csproj index 256f90e..4b1ea64 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_I8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R4.csproj index f7c1c20..40eb761 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R8.csproj index 0cef720..fd64e1c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_R8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_Ref.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_Ref.csproj index ac126e2..216f930 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_Ref.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_Ref.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U1.csproj index e2c7601..3b116d0 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U2.csproj index aaddee8..3d71e60 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U4.csproj index a9d4d56..14ceae7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdind_U4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdlen.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdlen.csproj index ec18438..4506ae7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdlen.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdlen.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc.csproj index f3c7605..f60351c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_0.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_0.csproj index dbc79ad..fef5319 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_0.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_0.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_1.csproj index c6d9aad..4e6e7e5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_2.csproj index afed3bc..9adaa3d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_3.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_3.csproj index 4055608..a68de74 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_3.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_S.csproj index bec7d27..c721615 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloc_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca.csproj index 99ad107..931535c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca_S.csproj index b744482..5d0a634 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdloca_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdnull.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdnull.csproj index 24ff0c5..cf415df 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdnull.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdnull.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdobj.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdobj.csproj index bebd6e4..29da95c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdobj.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdobj.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsfld.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsfld.csproj index 6d004b7..7a124bc 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsfld.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsfld.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsflda.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsflda.csproj index d85ab41..074d983 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsflda.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdsflda.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdstr.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdstr.csproj index 4b63f72..bae0a4b 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdstr.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdstr.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdtoken.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdtoken.csproj index a653cbd..97808ae 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdtoken.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdtoken.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdvirtftn.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdvirtftn.csproj index 61a397c..b9e89a6 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdvirtftn.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLdvirtftn.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave.csproj index d39c57b..efe1542 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave_S.csproj index 83e0050..15cf986 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLeave_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLocalloc.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLocalloc.csproj index 8bf4147..0afa156 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLocalloc.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesLocalloc.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMkrefany.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMkrefany.csproj index 3a9b95d..68fe761 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMkrefany.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMkrefany.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul.csproj index 04ccba9..a74dda3 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf.csproj index eeb6c34..41c05bf 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf_Un.csproj index 099a552..7e26af5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesMul_Ovf_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNeg.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNeg.csproj index 9ed3b55..8417f91 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNeg.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNeg.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewarr.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewarr.csproj index 37088d0..81c1be5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewarr.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewarr.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewobj.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewobj.csproj index eb40a6d..759cb06 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewobj.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNewobj.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNop.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNop.csproj index 5ace4b5..ebe9290 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNop.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNop.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNot.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNot.csproj index 296286c..b1f80a0 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNot.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesNot.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesOr.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesOr.csproj index d131ba7..bf9652b 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesOr.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesOr.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPop.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPop.csproj index 1bc019a..93791e7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPop.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPop.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix1.csproj index a6c4438..c011c51 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix2.csproj index 90d205d..ac3946a 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix3.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix3.csproj index d2fed6a..e6d8cb7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix3.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix4.csproj index 987c73e..e048599 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix5.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix5.csproj index 696b080..ee09110 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix5.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix6.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix6.csproj index 19fac54..3b1e81d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix6.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix7.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix7.csproj index 50716de..440dd00 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix7.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefix7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefixref.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefixref.csproj index 1052781..80ae24c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefixref.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesPrefixref.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesReadonly.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesReadonly.csproj index 4948cbd..bf0c407 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesReadonly.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesReadonly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanytype.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanytype.csproj index 141120a..74d3cc4 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanytype.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanytype.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanyval.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanyval.csproj index 387df22..4fff3f1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanyval.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRefanyval.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem.csproj index 09d3905..b3e7f37 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem_Un.csproj index 2590604..9335f22 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRem_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRet.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRet.csproj index ee6be5f..074bfdc 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRet.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRet.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRethrow.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRethrow.csproj index efd0109..9840b3a 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRethrow.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesRethrow.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShl.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShl.csproj index ec63743..8c67c50 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShl.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShl.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr.csproj index 8844d97..9032f28 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr_Un.csproj index 45ec769..32bf6af 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesShr_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSizeof.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSizeof.csproj index 1aec1ce..2741e6a 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSizeof.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSizeof.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg.csproj index 0a9e409..ccf43b6 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg_S.csproj index 6976b03..6013ae0 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStarg_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem.csproj index 5857756..5b85b69 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I.csproj index 4c07292..2441b10 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I1.csproj index b2940d7..2c147c1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I2.csproj index 95b0c81..d48a916 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I4.csproj index 75c38f8..517c1f5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I8.csproj index a565232..5020ce0 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_I8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R4.csproj index 861f968..ba8dfc8 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R8.csproj index d73e93d..8136c69 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_R8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_Ref.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_Ref.csproj index ef275de..08b02e6 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_Ref.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStelem_Ref.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStfld.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStfld.csproj index e15663c..2e3876f 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStfld.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStfld.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I.csproj index bafcbf9..5821f96 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I1.csproj index 35f30bb..6c12665 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I2.csproj index 4f7635c..d3e99b0 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I4.csproj index 3b87863..a834163 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I8.csproj index 0723a8a..a5f4539 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_I8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R4.csproj index 458c400..b7c5b8d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R8.csproj index 0c22e64..2e6749e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_R8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_Ref.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_Ref.csproj index e12a067..9fe5ace 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_Ref.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStind_Ref.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc.csproj index 08f3a57..a26f798 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_0.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_0.csproj index 7dd762e..db42358 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_0.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_0.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_1.csproj index 5a3bfa1..0c57376 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_2.csproj index 6a8694e..51da591 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_3.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_3.csproj index 4903b6d..e368805 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_3.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_S.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_S.csproj index 29d4f4b..9dd5c85 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_S.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStloc_S.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStobj.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStobj.csproj index 3dd81e7..09e9ba0 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStobj.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStobj.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStsfld.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStsfld.csproj index 7775e74..762f3fb 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStsfld.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesStsfld.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub.csproj index 3e1f2d2..44c1204 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf.csproj index 569539f..f3a3750 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf_Un.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf_Un.csproj index 86c9792..24fc590 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf_Un.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSub_Ovf_Un.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSwitch.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSwitch.csproj index a53bdf6..c0f658b 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSwitch.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesSwitch.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTailcall.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTailcall.csproj index 3ed70ec..032a221 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTailcall.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTailcall.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTakesSingleByteArgument.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTakesSingleByteArgument.csproj index 239a1ce..044fdc8 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTakesSingleByteArgument.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesTakesSingleByteArgument.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesThrow.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesThrow.csproj index d953f46..bf4c38f 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesThrow.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesThrow.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnaligned.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnaligned.csproj index 5443e3c..5a12326 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnaligned.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnaligned.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox.csproj index fd9c708..8108546 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox_Any.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox_Any.csproj index e8709ca..01220d8 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox_Any.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesUnbox_Any.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesVolatile.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesVolatile.csproj index 7c8a8c6..9e3c66e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesVolatile.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesVolatile.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesXor.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesXor.csproj index 74a8d30..8625c48 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesXor.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/OpCodesXor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/app.config b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj index 0c3d27c..7652e92 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj index 2e51f84..4a44695 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj index c617e30..82877b1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj index a934ad1..98c4657 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj index 52b6fa8..8a4bb1c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/app.config b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj index 1b707cf..0281394 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineField.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineField.csproj index cc24d79..21858c5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineField.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineField.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj index a169d5f..03d2230 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI8.csproj index e7e6a20..6b8d768 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineMethod.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineMethod.csproj index 7986982..8811ba7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineMethod.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineMethod.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineNone.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineNone.csproj index 016f166..2329ac0 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineNone.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineNone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj index 54338f9..adf75ec 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSig.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSig.csproj index cc44c81..4b76a90 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSig.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSig.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineString.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineString.csproj index fee171c..f8b3e64 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineString.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSwitch.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSwitch.csproj index 5d1c401..9c17804 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSwitch.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSwitch.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineTok.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineTok.csproj index 2a7d161..6de5db8 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineTok.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineTok.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineType.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineType.csproj index e2eced1..cb4d85c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineType.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineVar.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineVar.csproj index 12adbc9..39bce2a 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineVar.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineVar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineBrTarget.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineBrTarget.csproj index dbe9230..08a9cc9 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineBrTarget.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineBrTarget.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineI.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineI.csproj index dc28180..5375067 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineI.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineI.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineR.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineR.csproj index 8f63b11..c7bd0f2 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineR.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineR.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineVar.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineVar.csproj index 4132162..0e09c8d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineVar.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineVar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/app.config b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize16.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize16.csproj index 7fa8798..aa20fcf 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize16.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize2.csproj index 935b21e..77489a1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize4.csproj index 8f48fac..5d3d7a2 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj index 725ae21..4b75abe 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj index 6423ca4..88ade54 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj index 65d1be2..faaeaf9 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj index 6a55e92..6933d88 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj index 57dd1dd..c942fc1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeUnspecified.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeUnspecified.csproj index 8b61122..7684cc6 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeUnspecified.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeUnspecified.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/app.config b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj index 1872c5b..7e0fbaa 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj index fea9a4e..4d466b4 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj index 12762a4..1943ca1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj index e7d9ce5..331e7e7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj index 0b1f703..b58b98e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj index b589161..2f3a548 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj index 6dff174..33eb870 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj index 98f3734..f5e710b 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj index b522a94..30de505 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj index cf47606..0fc0385 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref.csproj index 600d75c..a7c2e38 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj index b251517..f86621d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj index 8f7c01f..b2f2e55 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj index 65cd298..4063593 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj index 27e745b..6eb3a97 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj index b93cf87..0150612 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj index a4f5130..73a8d78 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj index b3d66a7..0ce078c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj index e916b07..63051a7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj index 8d8fd5c..e12faf9 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj index 176c104..c51a8d3 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj index a1fd261..3494a98 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj index f4bfc0a..fa4b99b 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj index e9e85c7..3b6eab8 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj index 26e0045..ddc6beb 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj index 520a7da..8da46c0 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushref.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushref.csproj index 570b9c2..d9fa807 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushref.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushref.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj index 84c9d02..2d1907e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj index efc80ee..efda8c2 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/app.config b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesNone.csproj b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesNone.csproj index a00ebd9..3425ba8 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesNone.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesNone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesRTSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesRTSpecialName.csproj index 4c83c3c..92ed90c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesRTSpecialName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesRTSpecialName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesSpecialName.csproj index 787fecc..585831a 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesSpecialName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesSpecialName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/app.config b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesAssembly.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesAssembly.csproj index 731280b..bfa6e97 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesAssembly.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesAssembly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamANDAssem.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamANDAssem.csproj index 4dfb1d1..dba3692 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamANDAssem.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamANDAssem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamORAssem.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamORAssem.csproj index af34ef3..70ad655 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamORAssem.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamORAssem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamily.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamily.csproj index c222ae7..9bea932 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamily.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamily.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj index 29f7a3e..41f0ed0 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasDefault.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasDefault.csproj index e13bf31..9b35009 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasDefault.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasDefault.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj index fee3065..44bb48f 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesInitOnly.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesInitOnly.csproj index 99901e7..f85018c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesInitOnly.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesInitOnly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesLiteral.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesLiteral.csproj index 8d3d787..cf3f40e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesLiteral.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesLiteral.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesNotSerialized.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesNotSerialized.csproj index 5d0580a..75fd844 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesNotSerialized.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesNotSerialized.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj index e2e285c..30f8ca4 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivate.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivate.csproj index 778b017..633aca5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivate.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivate.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivateScope.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivateScope.csproj index d219c3f..8ece59d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivateScope.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivateScope.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPublic.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPublic.csproj index 6e56dcc..c7004ac 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPublic.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPublic.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesRTSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesRTSpecialName.csproj index 1a5bbc9..7c01bdb 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesRTSpecialName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesRTSpecialName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesSpecialName.csproj index 04fd5bb..a35dacb 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesSpecialName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesSpecialName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesStatic.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesStatic.csproj index 087d7dd..745cdd1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesStatic.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesStatic.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/app.config b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesAbstract.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesAbstract.csproj index 3037d44..ba1bdce 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesAbstract.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesAbstract.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamANDAssem.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamANDAssem.csproj index 1856919..42047b8 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamANDAssem.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamANDAssem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamORAssem.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamORAssem.csproj index 2bbb72a..e41b9bd 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamORAssem.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamORAssem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamily.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamily.csproj index 977eb47..00d8268 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamily.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamily.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFinal.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFinal.csproj index 8bf4d23..0a314da 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFinal.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFinal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHasSecurity.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHasSecurity.csproj index e554b48..39b64ef 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHasSecurity.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHasSecurity.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHideBySig.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHideBySig.csproj index 375e979..cfad3b8 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHideBySig.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHideBySig.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesMemberAccessMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesMemberAccessMask.csproj index 1cb0e77..81f3913 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesMemberAccessMask.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesMemberAccessMask.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesNewSlot.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesNewSlot.csproj index 6e65242..ce63e59 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesNewSlot.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesNewSlot.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPinvokeImpl.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPinvokeImpl.csproj index bf127f0..802eea0 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPinvokeImpl.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPinvokeImpl.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivate.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivate.csproj index 1fe2f4d..0cdfc06 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivate.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivate.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivateScope.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivateScope.csproj index e87cc7d..bde7c28 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivateScope.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivateScope.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPublic.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPublic.csproj index 3440403..4b2ddca 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPublic.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPublic.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRTSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRTSpecialName.csproj index 7f17594..5c28448 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRTSpecialName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRTSpecialName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRequireSecObject.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRequireSecObject.csproj index 8f81cad..52172a1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRequireSecObject.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRequireSecObject.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesReuseSlot.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesReuseSlot.csproj index 2e3ce7f..2ccec4d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesReuseSlot.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesReuseSlot.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesSpecialName.csproj index 1260c52..6b8eb78 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesSpecialName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesSpecialName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesStatic.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesStatic.csproj index 207368a..6d08ad1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesStatic.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesStatic.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesUnmanagedExport.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesUnmanagedExport.csproj index 188d8e6..681e31a 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesUnmanagedExport.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesUnmanagedExport.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVirtual.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVirtual.csproj index f494eb3..c31b170 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVirtual.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVirtual.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVtableLayoutMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVtableLayoutMask.csproj index 856bd99..535449a 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVtableLayoutMask.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVtableLayoutMask.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/app.config b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesCodeTypeMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesCodeTypeMask.csproj index cca01b4..dc7c27e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesCodeTypeMask.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesCodeTypeMask.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesForwardRef.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesForwardRef.csproj index ff20bf6..259b118 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesForwardRef.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesForwardRef.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesIL.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesIL.csproj index 1c255ea..75ede59 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesIL.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesIL.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesInternalCall.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesInternalCall.csproj index 5f54583..ac16127 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesInternalCall.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesInternalCall.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManaged.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManaged.csproj index c7756eb..aef7acc 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManaged.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManaged.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManagedMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManagedMask.csproj index dbd15bc..e4b7890 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManagedMask.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManagedMask.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNative.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNative.csproj index aeb7bbe..8de8611 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNative.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNative.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNoInlining.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNoInlining.csproj index 5b1ed98..7e976ef 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNoInlining.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNoInlining.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj index 3e7ad4e..d6030aa 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesPreserveSig.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesPreserveSig.csproj index 8b2608e..a014064 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesPreserveSig.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesPreserveSig.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesRuntime.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesRuntime.csproj index b732dab..9dcc114 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesRuntime.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesRuntime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesSynchronized.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesSynchronized.csproj index e2960d7..6ab5d93 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesSynchronized.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesSynchronized.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesUnmanaged.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesUnmanaged.csproj index c1aa7f1..7101d6c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesUnmanaged.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesUnmanaged.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/app.config b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesHasDefault.csproj b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesHasDefault.csproj index 1cb3d6b..d39d7f2 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesHasDefault.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesHasDefault.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesIn.csproj b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesIn.csproj index c2fcb65..1fedcd1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesIn.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesIn.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesNone.csproj b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesNone.csproj index 52bca6b..9d14c39 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesNone.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesNone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOptional.csproj b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOptional.csproj index 203559c..a64b47c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOptional.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOptional.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOut.csproj b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOut.csproj index 3c2428e..31fc2ec 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOut.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOut.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesRetval.csproj b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesRetval.csproj index 0e0882f..2606c8e 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesRetval.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesRetval.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/app.config b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesHasDefault.csproj b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesHasDefault.csproj index 18d6e69..9ff49f5 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesHasDefault.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesHasDefault.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesNone.csproj b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesNone.csproj index 0cd8690..9fb7362 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesNone.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesNone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesRTSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesRTSpecialName.csproj index e1f0933..3370b5d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesRTSpecialName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesRTSpecialName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesSpecialName.csproj index 9c186cc..1f1c209 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesSpecialName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesSpecialName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/app.config b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor1.csproj index 7bd5c78..96e6ff1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor2.csproj index ae1088d..9418174 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/TargetInvocationExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/app.config b/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json b/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor1.csproj index 65ae897..7847c10 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor2.csproj index 7a6f5aa..33d2557 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor3.csproj index f6b8ced..4742777 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/TargetParameterCountExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/app.config b/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json b/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAbstract.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAbstract.csproj index bd44a79..ccc03b2 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAbstract.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAbstract.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAnsiClass.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAnsiClass.csproj index 5f291ea..70eb395 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAnsiClass.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAnsiClass.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoClass.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoClass.csproj index 520dc5e..e2f6158 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoClass.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoClass.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoLayout.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoLayout.csproj index d2ee432..ae86d11 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoLayout.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoLayout.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj index cd970b2..85cf681 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClass.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClass.csproj index 5fa85d2..d445fb7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClass.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClass.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClassSemanticsMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClassSemanticsMask.csproj index 3da1892..203c01c 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClassSemanticsMask.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClassSemanticsMask.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesExplicitLayout.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesExplicitLayout.csproj index 31570c9..6081d0b 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesExplicitLayout.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesExplicitLayout.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesHasSecurity.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesHasSecurity.csproj index d2439a7..9b8cf95 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesHasSecurity.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesHasSecurity.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesImport.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesImport.csproj index bf6bc05..8296af0 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesImport.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesImport.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesInterface.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesInterface.csproj index 6336d22..4ea5cc3 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesInterface.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesInterface.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesLayoutMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesLayoutMask.csproj index 8cb0010..197379d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesLayoutMask.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesLayoutMask.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedAssembly.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedAssembly.csproj index ddb3c39..afe43c3 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedAssembly.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedAssembly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj index 1204042..3703998 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj index 45195f2..8b393cd 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamily.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamily.csproj index be6d948..7fb43f7 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamily.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamily.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPrivate.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPrivate.csproj index 0add8f4..ba780e8 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPrivate.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPrivate.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPublic.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPublic.csproj index aaba14c..2d68b50 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPublic.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPublic.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesPublic.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesPublic.csproj index 6d73d72..ee64dbd 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesPublic.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesPublic.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesRTSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesRTSpecialName.csproj index e97fb83..376f663 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesRTSpecialName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesRTSpecialName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSealed.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSealed.csproj index 7a96dfb..0e622ee 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSealed.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSealed.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSequentialLayout.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSequentialLayout.csproj index ccbd1ca..153f039 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSequentialLayout.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSequentialLayout.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSerializable.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSerializable.csproj index a375d4b..3aeb6f3 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSerializable.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSerializable.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSpecialName.csproj index bb287d9..89715d4 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSpecialName.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSpecialName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesStringFormatMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesStringFormatMask.csproj index 99a60f8..db03452 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesStringFormatMask.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesStringFormatMask.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesUnicodeClass.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesUnicodeClass.csproj index ab1b5f3..6c171b1 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesUnicodeClass.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesUnicodeClass.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesVisibilityMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesVisibilityMask.csproj index 2121dff..5f1fe5d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesVisibilityMask.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesVisibilityMask.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttribytesNotPublic.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttribytesNotPublic.csproj index e234d35..289c36d 100644 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttribytesNotPublic.csproj +++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttribytesNotPublic.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/app.config b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor1.csproj index a193b45..39816d2 100644 --- a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor2.csproj index 0352fb4..2d21682 100644 --- a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor3.csproj index 7da134b..14e0326 100644 --- a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/MissingManifestResourceExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/app.config b/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json b/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json deleted file mode 100644 index 0fa138a..0000000 --- a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Resources.ResourceManager": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/CultureName.csproj b/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/CultureName.csproj index 6127414..2e3aa12 100644 --- a/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/CultureName.csproj +++ b/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/CultureName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/NeutralResourcesLanguageAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/NeutralResourcesLanguageAttributeCtor.csproj index d838cd6..86b76f1 100644 --- a/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/NeutralResourcesLanguageAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/NeutralResourcesLanguageAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/app.config b/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json b/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json deleted file mode 100644 index 0fa138a..0000000 --- a/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Resources.ResourceManager": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/resources/resourcemanager/CustomCulture.csproj b/tests/src/CoreMangLib/cti/system/resources/resourcemanager/CustomCulture.csproj index 50a329a..224af9e 100644 --- a/tests/src/CoreMangLib/cti/system/resources/resourcemanager/CustomCulture.csproj +++ b/tests/src/CoreMangLib/cti/system/resources/resourcemanager/CustomCulture.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/resources/resourcemanager/app.config b/tests/src/CoreMangLib/cti/system/resources/resourcemanager/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/resources/resourcemanager/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json b/tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeCtor.csproj index e687a91..0ed15af 100644 --- a/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeVersion.csproj b/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeVersion.csproj index 61ed095..58a4ecc 100644 --- a/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeVersion.csproj +++ b/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/AttributeVersion.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/app.config b/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json b/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json deleted file mode 100644 index 0fa138a..0000000 --- a/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Resources.ResourceManager": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPACtor.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPACtor.csproj index 6253b15..f0eb260 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPACtor.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPACtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPAPropertyName.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPAPropertyName.csproj index ab1cbdc..caa0367 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPAPropertyName.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/ATPAPropertyName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/AttributeCtor1.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/AttributeCtor1.csproj index 8042b2d..fcb0c02 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/AttributeCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/AttributeCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/app.config b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/CompilerGeneratedAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/CompilerGeneratedAttributeCtor.csproj index 048cb09..2cc7105 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/CompilerGeneratedAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/CompilerGeneratedAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/CustomConstantAttributector.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/CustomConstantAttributector.csproj index 6667aaa..71c907e 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/CustomConstantAttributector.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/CustomConstantAttributector.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/IndexerNameAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/IndexerNameAttributeCtor.csproj index 17a71b7..63d8fc5 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/IndexerNameAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/IndexerNameAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTAAssemblyName.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTAAssemblyName.csproj index 0c41586..79bd5c6 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTAAssemblyName.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTAAssemblyName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTACtor.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTACtor.csproj index 2d9fdda..c83f1d2 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTACtor.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/IVTACtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsNoInlining.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsNoInlining.csproj index d0a750a..fb6bd2d 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsNoInlining.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsNoInlining.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsPreserveSig.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsPreserveSig.csproj index 8ed5b75..fe882bc 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsPreserveSig.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/MethodImplOptionsPreserveSig.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/app.config b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RCAttrWrapNEThrows.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RCAttrWrapNEThrows.csproj index 757d52a..456fdca 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RCAttrWrapNEThrows.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RCAttrWrapNEThrows.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RuntimeCompatAttrCtor.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RuntimeCompatAttrCtor.csproj index fda9745..4484091 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RuntimeCompatAttrCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/RuntimeCompatAttrCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/GetHashCode.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/GetHashCode.csproj index 65ce77d..1297fea 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/GetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/GetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/PlatformAssembly.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/PlatformAssembly.csproj index 026f17b..d6e6f2e 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/PlatformAssembly.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/PlatformAssembly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/UserAssembly.csproj b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/UserAssembly.csproj index 7b084cc..9bdd6bc 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/UserAssembly.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/UserAssembly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/app.config b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeCtor.csproj index 77d1cf5..708b7dd 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeValue.csproj b/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeValue.csproj index e5953fe..c786eee 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeValue.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/DecimalConstantAttributeValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeCtor.csproj index bd044da..248ed5e 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeElementType.csproj b/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeElementType.csproj index 526aec4..04e6bc5 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeElementType.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeElementType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeLength.csproj b/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeLength.csproj index 1bdbc67..6a79b72 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeLength.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/FixedBufferAttributeLength.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/CallingConventionWinapi.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/CallingConventionWinapi.csproj index 79a8849..8c11186 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/CallingConventionWinapi.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/CallingConventionWinapi.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/CharSetUnicode.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/CharSetUnicode.csproj index 506eef5..d9e1fc0 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/CharSetUnicode.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/CharSetUnicode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/DllImportTest.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/DllImportTest.csproj index 3894e7b..8170b45 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/DllImportTest.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/DllImportTest.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeCtor.csproj index 43a4f24..07e4214 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeValue.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeValue.csproj index 1d24872..74a0e2a 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeValue.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/FieldOffsetAttributeValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAddrOfPinnedObject_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAddrOfPinnedObject_PSC.csproj index 40c4c0c..f14599c 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAddrOfPinnedObject_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAddrOfPinnedObject_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAlloc1_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAlloc1_PSC.csproj index c4980eb..49b7fe2 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAlloc1_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleAlloc1_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleFree_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleFree_PSC.csproj index 756a64a..6ffd270 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleFree_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleFree_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleTarget_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleTarget_PSC.csproj index 9c586c3..12aa8d3 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleTarget_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/GCHandleTarget_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeNormal.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeNormal.csproj index 43abc1a..8044a90 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeNormal.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeNormal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypePinned.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypePinned.csproj index a94ce86..6628922 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypePinned.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypePinned.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeak.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeak.csproj index 2f581b8..fcb69d5 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeak.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeak.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeakTrackResurrection.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeakTrackResurrection.csproj index 1a19710..fbba32f 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeakTrackResurrection.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/GCHandleTypeWeakTrackResurrection.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/InAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/InAttributeCtor.csproj index c19508b..251be61 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/InAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/InAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindAuto.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindAuto.csproj index 0b1d054..521c92e 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindAuto.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindAuto.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindSequential.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindSequential.csproj index fd0e26d..012a81c 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindSequential.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/LayoutKindSequential.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj index 9638014..b3e5063 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj index d528f66..a127ac4 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/OleAut32.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/OleAut32.csproj index cb9f8f2..b1221d3 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/OleAut32.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/OleAut32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeArraySubType.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeArraySubType.csproj index 254ef2c..d2bcef0 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeArraySubType.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeArraySubType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor1.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor1.csproj index 55fd891..e8fce67 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor2.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor2.csproj index df378a7..3f526f4 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalCookie.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalCookie.csproj index 3dfc452..82f260c 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalCookie.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalCookie.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalType.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalType.csproj index 97b95b9..3d76da1 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalType.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalTypeRef.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalTypeRef.csproj index 72682cf..2ca16d2 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalTypeRef.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeMarshalTypeRef.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeConst.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeConst.csproj index df4526b..eef4687 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeConst.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeConst.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeParamIndex.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeParamIndex.csproj index 2508225..82a7b9e 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeParamIndex.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeSizeParamIndex.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeValue.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeValue.csproj index 493197f..6da49ac 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeValue.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/MarshalAsAttributeValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/OutAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/OutAttributeCtor.csproj index cf8a61b..c895446 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/OutAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/OutAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/PreserveSigAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/PreserveSigAttributeCtor.csproj index 3265d8a..e05b67a 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/PreserveSigAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/PreserveSigAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj index 1936c4c..35230c5 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj index 823d818..156b16b 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj index 4d85fc5..4852153 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj index 7b3a403..9fc0565 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj index df06f03..36c271d 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj index 4032025..d1e50f1 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj index d30051d..e2a020a 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj index 61206f0..0b3a7f9 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj index b26ebfe..8c4dca6 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj index 3aad245..943958f 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj index bf5be5d..010b4a6 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCharSet.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCharSet.csproj index a0aeb05..6c9b22c 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCharSet.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCharSet.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCtor.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCtor.csproj index 22b3e8b..c15b438 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributePack.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributePack.csproj index 0305914..55b0d8c 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributePack.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributePack.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeSize.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeSize.csproj index 8243ec3..ae7b963 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeSize.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeSize.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeValue.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeValue.csproj index a2ffc5b..f08db5b 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeValue.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/StructLayoutAttributeValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/UnmanagedType.csproj b/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/UnmanagedType.csproj index 48e8c0e..7cde284 100644 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/UnmanagedType.csproj +++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/UnmanagedType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/app.config b/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleEquals.csproj b/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleEquals.csproj index fdbeb91..d854a94 100644 --- a/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleGetHashCode.csproj index fcc0b16..88e7b15 100644 --- a/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/runtimefieldhandle/RuntimeFieldHandleGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtimefieldhandle/app.config b/tests/src/CoreMangLib/cti/system/runtimefieldhandle/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtimefieldhandle/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json b/tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHandleEquals.csproj b/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHandleEquals.csproj index adab2a6..cedbb6c 100644 --- a/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHandleEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHandleEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHanldeGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHanldeGetHashCode.csproj index 06f7620..b95bb5f 100644 --- a/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHanldeGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/runtimemethodhandle/RuntimeMethodHanldeGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtimemethodhandle/app.config b/tests/src/CoreMangLib/cti/system/runtimemethodhandle/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtimemethodhandle/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json b/tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleEquals.csproj b/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleEquals.csproj index d0b5fad..c507498 100644 --- a/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleGetHashCode.csproj index a117877..e091a34 100644 --- a/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/runtimetypehandle/RuntimeTypeHandleGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/runtimetypehandle/app.config b/tests/src/CoreMangLib/cti/system/runtimetypehandle/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/runtimetypehandle/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json b/tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteCompareTo2.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteCompareTo2.csproj index 7e39906..bbc9aa3 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteCompareTo2.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteCompareTo2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals1.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals1.csproj index 1427f90..beeac21 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals2.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals2.csproj index b243488..bdfc1aa 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteGetHashCode.csproj index c12a486..913bc50 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToBoolean.csproj index 30be9cf..63b8f08 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToByte.csproj index 8b0fb39..29848ba 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToChar.csproj index 6a82e0a..7b0e794 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDecimal.csproj index 9d6e0a9..4913347 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDouble.csproj index c805722..73978da 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt16.csproj index ff7d120..bf631aa 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt32.csproj index 4691c4d..37a2fe0 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt64.csproj index 3cbd35e..31716d0 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt16.csproj index d5b74a9..6138df9 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt32.csproj index 55d5a61..654f53f 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt64.csproj index f609256..210bfa2 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteIConvertibleToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteMaxValue.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteMaxValue.csproj index e871c3c..1343ce4 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteMaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteMaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteMinValue.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteMinValue.csproj index 16ab5d1..b7f7f0e 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteMinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteMinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteParse1.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteParse1.csproj index 057234b..7853b5d 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteParse1.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteParse1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteParse2.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteParse2.csproj index b3e677e..1f9c63b 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteParse2.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteParse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteParse3.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteParse3.csproj index 5335e77..f6f1801 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteParse3.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteParse3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/SByteTryParse.csproj b/tests/src/CoreMangLib/cti/system/sbyte/SByteTryParse.csproj index cb15fff..6b86872 100644 --- a/tests/src/CoreMangLib/cti/system/sbyte/SByteTryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/sbyte/SByteTryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/sbyte/app.config b/tests/src/CoreMangLib/cti/system/sbyte/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/sbyte/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/sbyte/project.json b/tests/src/CoreMangLib/cti/system/sbyte/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/sbyte/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor1.csproj index 89abee2..ddd7cf7 100644 --- a/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor2.csproj index 3f168bc..04cf0e9 100644 --- a/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor3.csproj index 6a66b8b..e7afd4c 100644 --- a/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionToString.csproj b/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionToString.csproj index c065d21..aa27571 100644 --- a/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionToString.csproj +++ b/tests/src/CoreMangLib/cti/system/security/securityexception/SecurityExceptionToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/security/securityexception/app.config b/tests/src/CoreMangLib/cti/system/security/securityexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/security/securityexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/security/securityexception/project.json b/tests/src/CoreMangLib/cti/system/security/securityexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/security/securityexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/single/SingleEpsilon.csproj b/tests/src/CoreMangLib/cti/system/single/SingleEpsilon.csproj index 667554b..87a8bbd 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleEpsilon.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleEpsilon.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/single/SingleGetHashCode.csproj index 0f6b126..1644ece 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleIsInfinity.csproj b/tests/src/CoreMangLib/cti/system/single/SingleIsInfinity.csproj index 403435a..9a823e8 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleIsInfinity.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleIsInfinity.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleIsNaN.csproj b/tests/src/CoreMangLib/cti/system/single/SingleIsNaN.csproj index 57478f2..cef10c9 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleIsNaN.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleIsNaN.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleIsNegativeInfinity.csproj b/tests/src/CoreMangLib/cti/system/single/SingleIsNegativeInfinity.csproj index 610b0bd..3ff6a9b 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleIsNegativeInfinity.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleIsNegativeInfinity.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleIsPositiveInfinity.csproj b/tests/src/CoreMangLib/cti/system/single/SingleIsPositiveInfinity.csproj index e408542..5536aa1 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleIsPositiveInfinity.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleIsPositiveInfinity.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleMaxValue.csproj b/tests/src/CoreMangLib/cti/system/single/SingleMaxValue.csproj index 8edd15e..7b5a7dc 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleMaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleMaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleMinValue.csproj b/tests/src/CoreMangLib/cti/system/single/SingleMinValue.csproj index 4e7fe08..2a2bcf2 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleMinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleMinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleNaN.csproj b/tests/src/CoreMangLib/cti/system/single/SingleNaN.csproj index bf7f0d3..eccaf66 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleNaN.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleNaN.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleParse1.csproj b/tests/src/CoreMangLib/cti/system/single/SingleParse1.csproj index 4dbf862..bc69c56 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleParse1.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleParse1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleParse2.csproj b/tests/src/CoreMangLib/cti/system/single/SingleParse2.csproj index 674f032..d97cc8c 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleParse2.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleParse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToBoolean.csproj index 2d8cecc..9a7b290 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToByte.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToByte.csproj index a25db17..5e1ac22 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToChar.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToChar.csproj index f717e22..45ce5a5 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToDateTime.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToDateTime.csproj index f45f5aa..f7515be 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToDecimal.csproj index 029fbd7..91813c4 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToDouble.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToDouble.csproj index 28d3ab8..d2d40a5 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToInt16.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToInt16.csproj index 5c07190..1183806 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToInt32.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToInt32.csproj index 66c55a4..50a5514 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToInt64.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToInt64.csproj index 68513dc..6ee3980 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToSByte.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToSByte.csproj index 7b81301..7f234e6 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToSingle.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToSingle.csproj index eb67c4d..f75287f 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToUInt16.csproj index 13e2a34..ef46e66 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToUInt32.csproj index 46aad0e..20cedf2 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/single/SingleToUInt64.csproj index 1c5c665..11b1bb4 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/SingleTryParse.csproj b/tests/src/CoreMangLib/cti/system/single/SingleTryParse.csproj index bc88652..71b6926 100644 --- a/tests/src/CoreMangLib/cti/system/single/SingleTryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/single/SingleTryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/single/app.config b/tests/src/CoreMangLib/cti/system/single/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/single/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/single/project.json b/tests/src/CoreMangLib/cti/system/single/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/single/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/string/StringChars.csproj b/tests/src/CoreMangLib/cti/system/string/StringChars.csproj index 2ba215f..b55c608 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringChars.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringChars.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringCompare1.csproj b/tests/src/CoreMangLib/cti/system/string/StringCompare1.csproj index b89e11d..9116145 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringCompare1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringCompare1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringCompare15.csproj b/tests/src/CoreMangLib/cti/system/string/StringCompare15.csproj index 8fe8a55..70cfc36 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringCompare15.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringCompare15.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringCompare2.csproj b/tests/src/CoreMangLib/cti/system/string/StringCompare2.csproj index 33158b6..31252d7 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringCompare2.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringCompare2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringCompare9.csproj b/tests/src/CoreMangLib/cti/system/string/StringCompare9.csproj index 2b103c8..1c37e35 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringCompare9.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringCompare9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal1.csproj b/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal1.csproj index e179737..c0f4d7b 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal2.csproj b/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal2.csproj index 01a65fe..df6cd4e 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal2.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringCompareOrdinal2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringConcat1.csproj b/tests/src/CoreMangLib/cti/system/string/StringConcat1.csproj index d723d0e..a1be2be 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringConcat1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringConcat1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringConcat2.csproj b/tests/src/CoreMangLib/cti/system/string/StringConcat2.csproj index 39f16d2..56aa097 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringConcat2.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringConcat2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringConcat3.csproj b/tests/src/CoreMangLib/cti/system/string/StringConcat3.csproj index 57af669..8ef833f 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringConcat3.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringConcat3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringConcat4.csproj b/tests/src/CoreMangLib/cti/system/string/StringConcat4.csproj index baebcc8..25a76ff 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringConcat4.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringConcat4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringConcat5.csproj b/tests/src/CoreMangLib/cti/system/string/StringConcat5.csproj index 2154610..8310db0 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringConcat5.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringConcat5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringConcat6.csproj b/tests/src/CoreMangLib/cti/system/string/StringConcat6.csproj index 439f72c..ed9553a 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringConcat6.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringConcat6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringConcat7.csproj b/tests/src/CoreMangLib/cti/system/string/StringConcat7.csproj index 4ac5989..7256a63 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringConcat7.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringConcat7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringConcat8.csproj b/tests/src/CoreMangLib/cti/system/string/StringConcat8.csproj index 15c928a..8640858 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringConcat8.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringConcat8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringCopyTo.csproj b/tests/src/CoreMangLib/cti/system/string/StringCopyTo.csproj index 791fcd6..8831cd5 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringCopyTo.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringCopyTo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringCtor5.csproj b/tests/src/CoreMangLib/cti/system/string/StringCtor5.csproj index 491e7a5..4974390 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringCtor5.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringCtor5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringCtorChar.csproj b/tests/src/CoreMangLib/cti/system/string/StringCtorChar.csproj index 8880623..ed19b7b 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringCtorChar.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringCtorChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringEmpty.csproj b/tests/src/CoreMangLib/cti/system/string/StringEmpty.csproj index a4e1f4a..99b3d23 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringEmpty.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringEmpty.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringEquals1.csproj b/tests/src/CoreMangLib/cti/system/string/StringEquals1.csproj index 9b060fd..e31952b 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringEquals2.csproj b/tests/src/CoreMangLib/cti/system/string/StringEquals2.csproj index 17bc922..578bdb2 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringEquals3.csproj b/tests/src/CoreMangLib/cti/system/string/StringEquals3.csproj index e7a6cf8..039f310 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringEquals3.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringEquals3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringEquals6.csproj b/tests/src/CoreMangLib/cti/system/string/StringEquals6.csproj index f1c47c9..66ba50e 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringEquals6.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringEquals6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringFormat1.csproj b/tests/src/CoreMangLib/cti/system/string/StringFormat1.csproj index cf96438..d997c62 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringFormat1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringFormat1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringFormat2.csproj b/tests/src/CoreMangLib/cti/system/string/StringFormat2.csproj index dec921c..e30bdf5 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringFormat2.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringFormat2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/string/StringGetEnumerator.csproj index ca70f17..f37ef9b 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/string/StringGetHashCode.csproj index db5658a..8bb3b5d 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToBoolean.csproj index 9ed4057..4f95af5 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToByte.csproj index d5bb37d..9f5b478 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToChar.csproj index 9056c8e..e019648 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt16.csproj index 4a405d2..af66f13 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt32.csproj index 46a6ecc..80efdca 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt64.csproj index f65501d..1a362de 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToSByte.csproj b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToSByte.csproj index 7d47c93..6573334 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt16.csproj index f1bcea8..c9a5910 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt32.csproj index b525a76..73e76bd 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt64.csproj index 7509b68..e5d82b7 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIConvertibleToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIEnumerableGetEnumerator.csproj b/tests/src/CoreMangLib/cti/system/string/StringIEnumerableGetEnumerator.csproj index edec56b..52d7238 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIEnumerableGetEnumerator.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIEnumerableGetEnumerator.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIndexOf10.csproj b/tests/src/CoreMangLib/cti/system/string/StringIndexOf10.csproj index 333c3b1..ad9de87 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIndexOf10.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIndexOf10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringInsert.csproj b/tests/src/CoreMangLib/cti/system/string/StringInsert.csproj index ceb218a..de6565c 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringInsert.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringInsert.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringIsNullOrEmpty.csproj b/tests/src/CoreMangLib/cti/system/string/StringIsNullOrEmpty.csproj index b04e549..40ffa09 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringIsNullOrEmpty.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringIsNullOrEmpty.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringJoin.csproj b/tests/src/CoreMangLib/cti/system/string/StringJoin.csproj index 95c4bd4..273e018 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringJoin.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringJoin.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringJoin1.csproj b/tests/src/CoreMangLib/cti/system/string/StringJoin1.csproj index 00de9c5..cd3cae2 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringJoin1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringJoin1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringJoin2.csproj b/tests/src/CoreMangLib/cti/system/string/StringJoin2.csproj index 1dbc51c..13c85e8 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringJoin2.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringJoin2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringLength.csproj b/tests/src/CoreMangLib/cti/system/string/StringLength.csproj index e83617f..9756239 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringLength.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringLength.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringPadLeft.csproj b/tests/src/CoreMangLib/cti/system/string/StringPadLeft.csproj index a4d3954..204b1a9 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringPadLeft.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringPadLeft.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringPadLeft1.csproj b/tests/src/CoreMangLib/cti/system/string/StringPadLeft1.csproj index bb81a52..c133fbf 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringPadLeft1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringPadLeft1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringPadLeft2.csproj b/tests/src/CoreMangLib/cti/system/string/StringPadLeft2.csproj index a8bf80c..d82452a 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringPadLeft2.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringPadLeft2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringPadRight.csproj b/tests/src/CoreMangLib/cti/system/string/StringPadRight.csproj index 17b80b1..1f117d6 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringPadRight.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringPadRight.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringPadRight1.csproj b/tests/src/CoreMangLib/cti/system/string/StringPadRight1.csproj index c0359a0..82d09a0 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringPadRight1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringPadRight1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringPadRight2.csproj b/tests/src/CoreMangLib/cti/system/string/StringPadRight2.csproj index a5f4ae8..25894ec 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringPadRight2.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringPadRight2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringRemove1.csproj b/tests/src/CoreMangLib/cti/system/string/StringRemove1.csproj index c8a183d..c8bbad4 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringRemove1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringRemove1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringRemove2.csproj b/tests/src/CoreMangLib/cti/system/string/StringRemove2.csproj index cc9fbc8..8250efc 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringRemove2.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringRemove2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringReplace1.csproj b/tests/src/CoreMangLib/cti/system/string/StringReplace1.csproj index f3fefca..50b5928 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringReplace1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringReplace1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringReplace2.csproj b/tests/src/CoreMangLib/cti/system/string/StringReplace2.csproj index 6327111..7824a2a 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringReplace2.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringReplace2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringSplit1.csproj b/tests/src/CoreMangLib/cti/system/string/StringSplit1.csproj index dc3c0c5..f0a6d5a 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringSplit1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringSplit1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringSubString1.csproj b/tests/src/CoreMangLib/cti/system/string/StringSubString1.csproj index 20e4fa1..ac680c1 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringSubString1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringSubString1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringSubString2.csproj b/tests/src/CoreMangLib/cti/system/string/StringSubString2.csproj index 0fce4d9..fe17002 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringSubString2.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringSubString2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringToCharArray.csproj b/tests/src/CoreMangLib/cti/system/string/StringToCharArray.csproj index 8f3fead..7de0166 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringToCharArray.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringToCharArray.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringToString1.csproj b/tests/src/CoreMangLib/cti/system/string/StringToString1.csproj index 7d4006c..91f2699 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringToString1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringToString1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringTrim1.csproj b/tests/src/CoreMangLib/cti/system/string/StringTrim1.csproj index c81e864..caba210 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringTrim1.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringTrim1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringTrim1b.csproj b/tests/src/CoreMangLib/cti/system/string/StringTrim1b.csproj index d76f3d2..fbf6dbb 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringTrim1b.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringTrim1b.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringTrim2.csproj b/tests/src/CoreMangLib/cti/system/string/StringTrim2.csproj index 78e1e29..d536208 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringTrim2.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringTrim2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringTrim3.csproj b/tests/src/CoreMangLib/cti/system/string/StringTrim3.csproj index 39ae8a4..9a64cfd 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringTrim3.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringTrim3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/StringTrim4.csproj b/tests/src/CoreMangLib/cti/system/string/StringTrim4.csproj index 7817198..4271a2c 100644 --- a/tests/src/CoreMangLib/cti/system/string/StringTrim4.csproj +++ b/tests/src/CoreMangLib/cti/system/string/StringTrim4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/string/app.config b/tests/src/CoreMangLib/cti/system/string/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/string/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/string/project.json b/tests/src/CoreMangLib/cti/system/string/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/string/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/stringcompare/StringComparerCtor.csproj b/tests/src/CoreMangLib/cti/system/stringcompare/StringComparerCtor.csproj index 8a7a173..3c160f0 100644 --- a/tests/src/CoreMangLib/cti/system/stringcompare/StringComparerCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/stringcompare/StringComparerCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/stringcompare/app.config b/tests/src/CoreMangLib/cti/system/stringcompare/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/stringcompare/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/stringcompare/project.json b/tests/src/CoreMangLib/cti/system/stringcompare/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/stringcompare/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerCompare2.csproj b/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerCompare2.csproj index bea72e2..773384c 100644 --- a/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerCompare2.csproj +++ b/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerCompare2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals1.csproj b/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals1.csproj index 2741d26..4d847b4 100644 --- a/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals3.csproj b/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals3.csproj index 66ee4fb..d217bd4 100644 --- a/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals3.csproj +++ b/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerGetType.csproj b/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerGetType.csproj index 941aac2..d0e0732 100644 --- a/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerGetType.csproj +++ b/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerGetType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/app.config b/tests/src/CoreMangLib/cti/system/stringcomparer/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/stringcomparer/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/project.json b/tests/src/CoreMangLib/cti/system/stringcomparer/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/stringcomparer/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCulture.csproj b/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCulture.csproj index 77c07cd..f1afe69 100644 --- a/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCulture.csproj +++ b/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCulture.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj b/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj index 5dc7312..92c9505 100644 --- a/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj +++ b/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinal.csproj b/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinal.csproj index fc89d72..9bc0f5c 100644 --- a/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinal.csproj +++ b/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj b/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj index 9f5d8d4..f33ce7b 100644 --- a/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj +++ b/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/app.config b/tests/src/CoreMangLib/cti/system/stringcomparison/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/stringcomparison/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/project.json b/tests/src/CoreMangLib/cti/system/stringcomparison/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/stringcomparison/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/szarrayhelper/SZArrayHelperSetItem.csproj b/tests/src/CoreMangLib/cti/system/szarrayhelper/SZArrayHelperSetItem.csproj index 4a6c46c..a2f87c2 100644 --- a/tests/src/CoreMangLib/cti/system/szarrayhelper/SZArrayHelperSetItem.csproj +++ b/tests/src/CoreMangLib/cti/system/szarrayhelper/SZArrayHelperSetItem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/szarrayhelper/app.config b/tests/src/CoreMangLib/cti/system/szarrayhelper/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/szarrayhelper/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/szarrayhelper/project.json b/tests/src/CoreMangLib/cti/system/szarrayhelper/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/szarrayhelper/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj b/tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj index c15c09d..38029f3 100644 --- a/tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj b/tests/src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj index 2f359d8..fc24095 100644 --- a/tests/src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj +++ b/tests/src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/decoder/app.config b/tests/src/CoreMangLib/cti/system/text/decoder/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/text/decoder/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/text/decoder/project.json b/tests/src/CoreMangLib/cti/system/text/decoder/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/text/decoder/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj b/tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj index f908b12..36214aa 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoder/app.config b/tests/src/CoreMangLib/cti/system/text/encoder/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/text/encoder/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/text/encoder/project.json b/tests/src/CoreMangLib/cti/system/text/encoder/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/text/encoder/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingBigEndianUnicode.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingBigEndianUnicode.csproj index b09999f..de38a17 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingBigEndianUnicode.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingBigEndianUnicode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj index f7f5adb..b2c795d 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj index 9488707..c527e0c 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj index 2c2baff..decdb22 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj index b134564..d233d9e 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj index 9ace661..16b79f0 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj index 7e3f92f..fa49aec 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount1.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount1.csproj index 7712a62..80b2290 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount2.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount2.csproj index e683bec..1664c5e 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount3.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount3.csproj index 0424ce1..eabec11 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount3.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj index 8b4a709..3aa91ed 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj index b36c132..2b5b3d6 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj index 092da34..4575839 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj index 41cf97d..ebb479a 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj index 212147c..3ec9b3b 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj index af2af66..88fcc54 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount1.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount1.csproj index 3d695b3..ac44837 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount2.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount2.csproj index ef44c7b..2cb3dbc 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj index 841ee61..d269590 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj index 8fddba6..1e6d122 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj index c1d00c4..26d8893 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj index 4f22ec9..93cbdf5a 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj index 76a43b4..3448a0c 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj index ce25856..544694a 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxByteCount.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxByteCount.csproj index 168fa53..17ea376 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxByteCount.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxByteCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxCharCount.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxCharCount.csproj index ca28e97..473731f 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxCharCount.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxCharCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj index 0ba5380..77644c9 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj index d54d630..17b19b8 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj index 62bf31a..5b07323 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj index 6dc28fe..a2fd3a0 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj index de904d3..00a1f70 100644 --- a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj +++ b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/app.config b/tests/src/CoreMangLib/cti/system/text/encoding/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/text/encoding/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/project.json b/tests/src/CoreMangLib/cti/system/text/encoding/project.json deleted file mode 100644 index 9a103f5..0000000 --- a/tests/src/CoreMangLib/cti/system/text/encoding/project.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Text.Encoding.Extensions": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend.csproj index a810a31..bdfb1a8 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend1.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend1.csproj index 715fd30..9145798 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend10.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend10.csproj index d93816a..5e6b55c 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend10.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend10.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend11.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend11.csproj index 2c71545..c7c4363 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend11.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend11.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend12.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend12.csproj index eccb0e9..7453acd 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend12.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend12.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend13.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend13.csproj index b407143..8758d6e 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend13.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend13.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend14.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend14.csproj index 576668d..5628211 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend14.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend14.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend15.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend15.csproj index 235bda4..e444003 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend15.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend15.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend16.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend16.csproj index ab04bbe..19a87a0 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend16.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend17.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend17.csproj index 3972619..2ed589e 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend17.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend17.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend18.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend18.csproj index 1375058..7547a64 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend18.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend18.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend19.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend19.csproj index e81f836..ad96b18 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend19.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend19.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend2.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend2.csproj index 131274f..d780323 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend3.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend3.csproj index e9ed957..d5e6f40 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend3.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend4.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend4.csproj index aee21b2..b20656e 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend4.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend5.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend5.csproj index 5abaa1b..b4f8d11 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend5.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend6.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend6.csproj index bc02a0c..c9dcb6d 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend6.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend7.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend7.csproj index f3c4c7f..a083eb3 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend7.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend8.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend8.csproj index ee39891..dc0aa3f 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend8.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend8.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend9.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend9.csproj index 6353ed1..4fe4d7a 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend9.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend9.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity.csproj index 46b310f..c85de5b 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj index 4c9e67e..e448ea2 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderChars.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderChars.csproj index 75c1590..949ce37 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderChars.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderChars.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert.csproj index 83d4ee5..efc2275 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert3.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert3.csproj index f38669a..217151c 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert3.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert4.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert4.csproj index 8dd9b7d..59d5696 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert4.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength.csproj index 147d511..63b8bd7 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength_cti.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength_cti.csproj index d4b6522..64dc05c 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength_cti.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength_cti.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderRemove.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderRemove.csproj index 09689d8..3d39d76 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderRemove.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderRemove.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace1.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace1.csproj index a09629c..d0263b9 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace2.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace2.csproj index cb39a7e..10dcca4 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace3.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace3.csproj index 872ed38..629c8c8 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace3.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace4.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace4.csproj index 6a4a606..d79d3ed 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace4.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString1.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString1.csproj index 447aeaf..5d67a4a 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString2.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString2.csproj index ac1c06f..a993b1e 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor1.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor1.csproj index 5c4c4e0..5789a87 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor2.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor2.csproj index 3bb4059..740395e 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor3.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor3.csproj index 2281323..f204e3e 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor3.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor4.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor4.csproj index a963a15..c95a927 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor4.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor5.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor5.csproj index 18ee133..9219b1c 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor5.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor6.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor6.csproj index bd65fc6..97eccf6 100644 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor6.csproj +++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/app.config b/tests/src/CoreMangLib/cti/system/text/stringbuilder/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json b/tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj index 69a5202..592beb8 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj index 1186b27..9ff5750 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj index e641a03..b12b1cb 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj index 3ba4abd..227918a 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj index 1bc30c2..d83d15f 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj index 853e864..ea8813b 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj index 984f404..97f9991 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj index ab97c1d..451089d 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj index 675901c..b54e6c4 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj index 562abb2..0074c87 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj index 9f62e63..33bbc9b 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj index 286c0e9..6798d02 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj index 47884d3..471c5a0 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj index b5e1650..911d008 100644 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj +++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/app.config b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json deleted file mode 100644 index 9a103f5..0000000 --- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Text.Encoding.Extensions": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj index 8579d57..d88ce25 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj index e913e41..51a7d9d 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj index 6a2bca8..fb5df3e 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingEquals.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingEquals.csproj index ae49106..d3c76a9 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj index 671d5b3..733fc93 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj index 231db7e..d8b844b 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj index 5002373..a456012 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj index c812896..c1d8362 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj index c806791..ba21cfa 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj index 8e1ccaa..fbe3d31 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj index 2eabda7..f0f5b34 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj index 3b219e4..c316305 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj index 064fa99..2d4ae14 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj index 14f34c5..d1fcaa9 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj index 5a18b8b..d5ef5ec 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj index 0c05ab3..da3751d 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetString.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetString.csproj index da7aa88..3e77979 100644 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetString.csproj +++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/app.config b/tests/src/CoreMangLib/cti/system/text/utf8encoding/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json b/tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json deleted file mode 100644 index 9a103f5..0000000 --- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Text.Encoding.Extensions": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventCtor.csproj b/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventCtor.csproj index a9ef730..aef0a8d 100644 --- a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventReSet.csproj b/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventReSet.csproj index 760808c..6805b93 100644 --- a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventReSet.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventReSet.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventSet.csproj b/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventSet.csproj index aba9660..36408d4 100644 --- a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventSet.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/autoresetevent/AutoResetEventSet.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/app.config b/tests/src/CoreMangLib/cti/system/threading/autoresetevent/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json b/tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd1.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd1.csproj index eb08fc9..962f1ef 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd1.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd2.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd2.csproj index f7099c09..4ee8578 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd2.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedAdd2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange1.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange1.csproj index 844aca7..e08bcbe 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange1.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange5.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange5.csproj index 81c5284..40dbaa7 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange5.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange6.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange6.csproj index de7c1ca..a7fe800 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange6.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange7.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange7.csproj index a89c14d..550baf9 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange7.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedCompareExchange7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement1.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement1.csproj index 509f36c..bf24dd7 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement1.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement2.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement2.csproj index 2d20a0d..4eb114b 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement2.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedDecrement2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange1.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange1.csproj index e580643..cf5566f 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange1.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange5.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange5.csproj index 85bbfc0..83ce4f5 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange5.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange5.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange6.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange6.csproj index f923e6f..b5451b2 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange6.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange6.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange7.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange7.csproj index 4a01f68..48545fd 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange7.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedExchange7.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement1.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement1.csproj index a32c076..860a761 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement1.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement2.csproj b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement2.csproj index 28854e8..54662d6 100644 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement2.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/InterlockedIncrement2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/app.config b/tests/src/CoreMangLib/cti/system/threading/interlocked/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/project.json b/tests/src/CoreMangLib/cti/system/threading/interlocked/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/threading/interlocked/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/threading/manualresetevent/ManualResetEventCtor.csproj b/tests/src/CoreMangLib/cti/system/threading/manualresetevent/ManualResetEventCtor.csproj index 7153942..b85bc60 100644 --- a/tests/src/CoreMangLib/cti/system/threading/manualresetevent/ManualResetEventCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/manualresetevent/ManualResetEventCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/manualresetevent/app.config b/tests/src/CoreMangLib/cti/system/threading/manualresetevent/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/threading/manualresetevent/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json b/tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/threading/timeout/TimeOutInfinite.csproj b/tests/src/CoreMangLib/cti/system/threading/timeout/TimeOutInfinite.csproj index e0de689..35721b8 100644 --- a/tests/src/CoreMangLib/cti/system/threading/timeout/TimeOutInfinite.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/timeout/TimeOutInfinite.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/timeout/app.config b/tests/src/CoreMangLib/cti/system/threading/timeout/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/threading/timeout/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/threading/timeout/project.json b/tests/src/CoreMangLib/cti/system/threading/timeout/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/threading/timeout/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleCtor.csproj b/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleCtor.csproj index 3bf8119..ddecd77 100644 --- a/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleCtor.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleCtor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose1.csproj b/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose1.csproj index 93a3c45..7908613 100644 --- a/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose1.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose3.csproj b/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose3.csproj index 66c937c..3351c72 100644 --- a/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose3.csproj +++ b/tests/src/CoreMangLib/cti/system/threading/waithandle/WaitHandleDispose3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/threading/waithandle/app.config b/tests/src/CoreMangLib/cti/system/threading/waithandle/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/threading/waithandle/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/threading/waithandle/project.json b/tests/src/CoreMangLib/cti/system/threading/waithandle/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/threading/waithandle/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor1.csproj index 4ae5535..4d9cc04 100644 --- a/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor2.csproj index 7f316aa..a654fdd 100644 --- a/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor3.csproj index 107e4a1..9017b72 100644 --- a/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/app.config b/tests/src/CoreMangLib/cti/system/timeoutexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/timeoutexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/project.json b/tests/src/CoreMangLib/cti/system/timeoutexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/timeoutexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanAdd.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanAdd.csproj index d50d33c..9b7052e 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanAdd.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanAdd.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompare1.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompare1.csproj index 861c0b7..13a4fac 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompare1.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompare1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompareTo2.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompareTo2.csproj index 3b09995..48bcbc9 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompareTo2.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCompareTo2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor1.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor1.csproj index f830eea..5789dae 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor2.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor2.csproj index 0a50f0b..e2fbca0 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor3.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor3.csproj index a9ec161..e4710a3 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor4.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor4.csproj index bc4caa0..c5e2d6d 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor4.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanCtor4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanDuration.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanDuration.csproj index fb029cf..1a8754a 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanDuration.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanDuration.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals1.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals1.csproj index 5e2154c..7d2d6e4 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals2.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals2.csproj index 60d58f0..d1f58a8 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals3.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals3.csproj index 35e1d14..b656709 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals3.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanEquals3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanFromTicks.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanFromTicks.csproj index ab5ef4e..f1284b7 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanFromTicks.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanFromTicks.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanGetHashCode.csproj index b874e84..e495091 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMaxValue.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMaxValue.csproj index 642bd7d..d28c5d0 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMinValue.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMinValue.csproj index 63291a1..58d1ed3 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanMinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanNegate.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanNegate.csproj index d8fb045..f5dd6cf 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanNegate.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanNegate.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicks.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicks.csproj index 82a12d2..2bbcbb7 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicks.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicks.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerDay.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerDay.csproj index 7ddfe6e..ce8a17e 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerDay.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerDay.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerHour.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerHour.csproj index db5edd9..13c5bfd 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerHour.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerHour.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerMinute.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerMinute.csproj index de936be..e4f69cb 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerMinute.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerMinute.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerSecond.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerSecond.csproj index ed3f26e..d91d2fb 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerSecond.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTicksPerSecond.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanToString_str.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanToString_str.csproj index 2de533c..8fb88df 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanToString_str.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanToString_str.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalDays.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalDays.csproj index aafd230..558e1c8 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalDays.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalDays.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalHours.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalHours.csproj index aca5bcd..4b34529 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalHours.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalHours.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMilliseconds.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMilliseconds.csproj index e56c201..ce7f75d 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMilliseconds.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMilliseconds.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMinutes.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMinutes.csproj index fbcaf59..149f478 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMinutes.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalMinutes.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalSeconds.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalSeconds.csproj index 449e635..1b1f657 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalSeconds.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanTotalSeconds.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanZero.csproj b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanZero.csproj index 7a9b2d4..5a6c8ce 100644 --- a/tests/src/CoreMangLib/cti/system/timespan/TimeSpanZero.csproj +++ b/tests/src/CoreMangLib/cti/system/timespan/TimeSpanZero.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/timespan/app.config b/tests/src/CoreMangLib/cti/system/timespan/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/timespan/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/timespan/project.json b/tests/src/CoreMangLib/cti/system/timespan/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/timespan/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/type/TypeEquals1.csproj b/tests/src/CoreMangLib/cti/system/type/TypeEquals1.csproj index 600c0e9..e0fb1d5 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeEquals2.csproj b/tests/src/CoreMangLib/cti/system/type/TypeEquals2.csproj index e378cf7..11c949e 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeGetArrayRank.csproj b/tests/src/CoreMangLib/cti/system/type/TypeGetArrayRank.csproj index 9059af2..85a404e 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeGetArrayRank.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeGetArrayRank.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeGetElementType.csproj b/tests/src/CoreMangLib/cti/system/type/TypeGetElementType.csproj index 9d72f2e..45d2d55 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeGetElementType.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeGetElementType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeGetGenericTypeDefinition.csproj b/tests/src/CoreMangLib/cti/system/type/TypeGetGenericTypeDefinition.csproj index 7ca324c..558042e 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeGetGenericTypeDefinition.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeGetGenericTypeDefinition.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/type/TypeGetHashCode.csproj index 666bb9e..2e62142 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeGetType1.csproj b/tests/src/CoreMangLib/cti/system/type/TypeGetType1.csproj index ee64ed6..928823a 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeGetType1.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeGetType1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeGetType2.csproj b/tests/src/CoreMangLib/cti/system/type/TypeGetType2.csproj index 15e3572..1d35b2a 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeGetType2.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeGetType2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeGetTypeFromHandle.csproj b/tests/src/CoreMangLib/cti/system/type/TypeGetTypeFromHandle.csproj index 5640280..b083ec8 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeGetTypeFromHandle.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeGetTypeFromHandle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeHasElementTypeImpl.csproj b/tests/src/CoreMangLib/cti/system/type/TypeHasElementTypeImpl.csproj index 680e666..e9962d2 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeHasElementTypeImpl.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeHasElementTypeImpl.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeIsByRefImpl.csproj b/tests/src/CoreMangLib/cti/system/type/TypeIsByRefImpl.csproj index 4f38e6b..9c4f870 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeIsByRefImpl.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeIsByRefImpl.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeIsPointerImpl.csproj b/tests/src/CoreMangLib/cti/system/type/TypeIsPointerImpl.csproj index 527e25c..e39cab3 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeIsPointerImpl.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeIsPointerImpl.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType1.csproj b/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType1.csproj index 941c318..d591120 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType1.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType2.csproj b/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType2.csproj index 62fb0cc..a9b5e21 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType2.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeMakeArrayType2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeMakeByRefType.csproj b/tests/src/CoreMangLib/cti/system/type/TypeMakeByRefType.csproj index 8ac8389..666ab8e 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeMakeByRefType.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeMakeByRefType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeMakePointerType.csproj b/tests/src/CoreMangLib/cti/system/type/TypeMakePointerType.csproj index 74d7730..83375b4 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeMakePointerType.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeMakePointerType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/TypeToString.csproj b/tests/src/CoreMangLib/cti/system/type/TypeToString.csproj index 9bd12c8..4341bb3 100644 --- a/tests/src/CoreMangLib/cti/system/type/TypeToString.csproj +++ b/tests/src/CoreMangLib/cti/system/type/TypeToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/type/app.config b/tests/src/CoreMangLib/cti/system/type/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/type/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/type/project.json b/tests/src/CoreMangLib/cti/system/type/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/type/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj index 59989b6..0ce68ff 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj index 368724b..e70641a 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj index b17186e..3dc0453 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj index a4f660e..1029198 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj index 19c081e..6930d85 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj index 5fd3567..a5a51bc 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj index f6f3df7..e0c4a13 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj index 12ab8b3..8f5024e 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj index 2feeaae..5611e15 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj index a8217a2..ac6cabf 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj index 95c6d68..f3575eb 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj index 6630ef2..74e0ac7 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj index c4e0650..b0b6d57 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj index e390c54..85c92fd 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj index eb8f6d4..478d6f3 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj index af4e8e9..23fb488 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj index 82ec6b2..701e766 100644 --- a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typecode/app.config b/tests/src/CoreMangLib/cti/system/typecode/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/typecode/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/typecode/project.json b/tests/src/CoreMangLib/cti/system/typecode/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/typecode/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor1.csproj index 90f701d..a29abac 100644 --- a/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor1.csproj +++ b/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor2.csproj index bf450c9..f968a0e 100644 --- a/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor2.csproj +++ b/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor3.csproj index d7f60dd..6da5512 100644 --- a/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor3.csproj +++ b/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionCtor3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionMessage.csproj b/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionMessage.csproj index 63f15e1..482d8b1 100644 --- a/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionMessage.csproj +++ b/tests/src/CoreMangLib/cti/system/typeloadexception/TypeLoadExceptionMessage.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/typeloadexception/app.config b/tests/src/CoreMangLib/cti/system/typeloadexception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/typeloadexception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/typeloadexception/project.json b/tests/src/CoreMangLib/cti/system/typeloadexception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/typeloadexception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16CompareTo1.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16CompareTo1.csproj index cfd0b5f..80fdb88 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16CompareTo1.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16CompareTo1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals1.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals1.csproj index bab7578..cbf572a 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals1.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals2.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals2.csproj index 39a8235..2f898f6 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals2.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16Equals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToBoolean.csproj index f49a33f..6837fdd 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToByte.csproj index 211f8ac..91115a7 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToChar.csproj index 84c1b1a..44f4642 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDateTime.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDateTime.csproj index 70ea869..32e8641 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDecimal.csproj index 354bbbe..ea526d5 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDouble.csproj index ceccd20..57754ec 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt16.csproj index 63162a6..b666541 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt32.csproj index 6a6acc0..4b57290 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt64.csproj index 63092bc..093fc54 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSByte.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSByte.csproj index f3255b5..1638229 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSingle.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSingle.csproj index 3023cf7..ec6e979 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToType.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToType.csproj index 9939103..58d03cf 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToType.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt16.csproj index df4295e..5b2fbf7 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt32.csproj index 122759b..be43858 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt64.csproj index e00ea7a..c88b39d 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16IConvertibleToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse1.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse1.csproj index c8284f2..2ce7d80 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse1.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse2.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse2.csproj index 72e39b6..6b9d7bd 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse2.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse3.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse3.csproj index d682ec0..1504221 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse3.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16Parse3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString3.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString3.csproj index 8e76601..950af6b 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString3.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString4.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString4.csproj index 87c71dc..ca683ba 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString4.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16ToString4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/UInt16TryParse.csproj b/tests/src/CoreMangLib/cti/system/uint16/UInt16TryParse.csproj index d840b6d..a6ac8cd 100644 --- a/tests/src/CoreMangLib/cti/system/uint16/UInt16TryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/uint16/UInt16TryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint16/app.config b/tests/src/CoreMangLib/cti/system/uint16/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/uint16/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/uint16/project.json b/tests/src/CoreMangLib/cti/system/uint16/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/uint16/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32CompareTo2.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32CompareTo2.csproj index e052149..48c082e 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32CompareTo2.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32CompareTo2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals1.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals1.csproj index 1be972e..3e831d0 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals1.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals2.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals2.csproj index 4e0fa71..8d6aa0b 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals2.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32Equals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32GetHashCode.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32GetHashCode.csproj index eed54f5..85ab6d2 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32GetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32GetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToBoolean.csproj index 4a000f8..c5efb91 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToByte.csproj index 345e7e1..438f892 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToChar.csproj index eafd7ee..43cfa74 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDecimal.csproj index 05689eb..77032a1 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDouble.csproj index 2fd0578..9bbba71 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt16.csproj index 562c660..89734d2 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt32.csproj index 0472323..a47f65c 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt64.csproj index 2386177..2a93838 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSByte.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSByte.csproj index c489fd5..d0d5d50 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSingle.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSingle.csproj index dbb4cf3..5d9a3e2 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToType.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToType.csproj index f87c4fd..ed0d595 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToType.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt16.csproj index 36cdf9d..a9f4b74 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt32.csproj index e522766..e56a57a 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt64.csproj index 630f133..25f0978 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32IConvertibleToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32MaxValue.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32MaxValue.csproj index 859677e..c7a31e3 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32MaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32MaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32MinValue.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32MinValue.csproj index c5a70c9..91ccf18 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32MinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32MinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse1.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse1.csproj index 1056c35..b3f74d4 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse1.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse2.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse2.csproj index 9438761..36e22ee 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse2.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse3.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse3.csproj index f5a0064..dc29f3b 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse3.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32Parse3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32ToString2.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32ToString2.csproj index 6947349..69f919e 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32ToString2.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32ToString2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/UInt32TryParse.csproj b/tests/src/CoreMangLib/cti/system/uint32/UInt32TryParse.csproj index e88b990..e3d7864 100644 --- a/tests/src/CoreMangLib/cti/system/uint32/UInt32TryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/uint32/UInt32TryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint32/app.config b/tests/src/CoreMangLib/cti/system/uint32/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/uint32/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/uint32/project.json b/tests/src/CoreMangLib/cti/system/uint32/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/uint32/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64GetHashCode.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64GetHashCode.csproj index 773fb3d..19d821d 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64GetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64GetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToBoolean.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToBoolean.csproj index 21baf0a..adc08df 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToBoolean.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToBoolean.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToByte.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToByte.csproj index 37a5c1c..a07a48a 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToByte.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToChar.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToChar.csproj index fbb318f..165f25c 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToChar.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToChar.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDateTime.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDateTime.csproj index 4d6fda5..84f8043 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDateTime.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDateTime.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDecimal.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDecimal.csproj index 2c6cce3..0eef200 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDecimal.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDecimal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDouble.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDouble.csproj index e2c5381..a19cce6 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDouble.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToDouble.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt16.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt16.csproj index f2f31c3..2be022a 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt32.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt32.csproj index db9932b..a2d05cd 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt64.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt64.csproj index adc9ed4..cafec99 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSByte.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSByte.csproj index 27a96ee..7095a84 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSByte.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSByte.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSingle.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSingle.csproj index 7657f26..5cbd0d9 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSingle.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToSingle.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToType.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToType.csproj index 600715e..abe509a 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToType.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToType.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt16.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt16.csproj index bcef563..5fa0dff 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt16.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt16.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt32.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt32.csproj index 60ae216..087328f 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt64.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt64.csproj index 89a0f77..f6be59d 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64IConvertibleToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64MaxValue.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64MaxValue.csproj index 608ab4b..f36ae03 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64MaxValue.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64MaxValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64MinValue.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64MinValue.csproj index 1a0d52d..28b995e 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64MinValue.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64MinValue.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse1.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse1.csproj index 47011a4..dd33407 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse1.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse2.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse2.csproj index 204ffe4..238fc30 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse2.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse3.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse3.csproj index ff781f6..4ef7bc1 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse3.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64Parse3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64ToString2.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64ToString2.csproj index a5badb8..094aeb2 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64ToString2.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64ToString2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/UInt64TryParse.csproj b/tests/src/CoreMangLib/cti/system/uint64/UInt64TryParse.csproj index 4fba804..1c268ba 100644 --- a/tests/src/CoreMangLib/cti/system/uint64/UInt64TryParse.csproj +++ b/tests/src/CoreMangLib/cti/system/uint64/UInt64TryParse.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uint64/app.config b/tests/src/CoreMangLib/cti/system/uint64/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/uint64/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/uint64/project.json b/tests/src/CoreMangLib/cti/system/uint64/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/uint64/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt32.csproj b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt32.csproj index 8848989..5581805 100644 --- a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt64.csproj b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt64.csproj index 16ed36d..84673c8 100644 --- a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_UInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_VoidPtr.csproj b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_VoidPtr.csproj index e9f21b9..131278c 100644 --- a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_VoidPtr.csproj +++ b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrCtor_VoidPtr.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrEquals.csproj b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrEquals.csproj index d70bdf8..6b0ce0a 100644 --- a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrGetHashCode.csproj index 5f932e3..e913321 100644 --- a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrSize.csproj b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrSize.csproj index 579ae8a..69050ee 100644 --- a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrSize.csproj +++ b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrSize.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToPointer.csproj b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToPointer.csproj index 1c48807..7d7f1dd 100644 --- a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToPointer.csproj +++ b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToPointer.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToString.csproj b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToString.csproj index 3144bdc..4d87714 100644 --- a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToString.csproj +++ b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToString.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt32.csproj b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt32.csproj index cd59fcb..b0d9a1d 100644 --- a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt32.csproj +++ b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt32.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt64.csproj b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt64.csproj index dfb94a5..d8023e5 100644 --- a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt64.csproj +++ b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrToUInt64.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrZero.csproj b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrZero.csproj index a04fa12..3707a4d 100644 --- a/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrZero.csproj +++ b/tests/src/CoreMangLib/cti/system/uintptr/UIntPtrZero.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/uintptr/app.config b/tests/src/CoreMangLib/cti/system/uintptr/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/uintptr/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/uintptr/project.json b/tests/src/CoreMangLib/cti/system/uintptr/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/uintptr/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals.csproj b/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals.csproj index 15237c9..7f70a7f 100644 --- a/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals.csproj +++ b/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals2.csproj b/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals2.csproj index 2f5c496..119130c 100644 --- a/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/valuetype/ValueTypeEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/valuetype/app.config b/tests/src/CoreMangLib/cti/system/valuetype/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/valuetype/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/valuetype/project.json b/tests/src/CoreMangLib/cti/system/valuetype/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/valuetype/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/version/VersionBuild.csproj b/tests/src/CoreMangLib/cti/system/version/VersionBuild.csproj index 2b4dcf5..976a13b 100644 --- a/tests/src/CoreMangLib/cti/system/version/VersionBuild.csproj +++ b/tests/src/CoreMangLib/cti/system/version/VersionBuild.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/version/VersionCompareTo2.csproj b/tests/src/CoreMangLib/cti/system/version/VersionCompareTo2.csproj index 3603938..3ff809f 100644 --- a/tests/src/CoreMangLib/cti/system/version/VersionCompareTo2.csproj +++ b/tests/src/CoreMangLib/cti/system/version/VersionCompareTo2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/version/VersionCtor4.csproj b/tests/src/CoreMangLib/cti/system/version/VersionCtor4.csproj index baee758..8de3ac3 100644 --- a/tests/src/CoreMangLib/cti/system/version/VersionCtor4.csproj +++ b/tests/src/CoreMangLib/cti/system/version/VersionCtor4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/version/VersionEquals1.csproj b/tests/src/CoreMangLib/cti/system/version/VersionEquals1.csproj index bd4bf34..5e346c4 100644 --- a/tests/src/CoreMangLib/cti/system/version/VersionEquals1.csproj +++ b/tests/src/CoreMangLib/cti/system/version/VersionEquals1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/version/VersionEquals2.csproj b/tests/src/CoreMangLib/cti/system/version/VersionEquals2.csproj index 418911c..6686abc 100644 --- a/tests/src/CoreMangLib/cti/system/version/VersionEquals2.csproj +++ b/tests/src/CoreMangLib/cti/system/version/VersionEquals2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/version/VersionGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/version/VersionGetHashCode.csproj index 6c0f3cd..5d5fc18 100644 --- a/tests/src/CoreMangLib/cti/system/version/VersionGetHashCode.csproj +++ b/tests/src/CoreMangLib/cti/system/version/VersionGetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/version/VersionMajor.csproj b/tests/src/CoreMangLib/cti/system/version/VersionMajor.csproj index a1e6d0c..0b9f8c1 100644 --- a/tests/src/CoreMangLib/cti/system/version/VersionMajor.csproj +++ b/tests/src/CoreMangLib/cti/system/version/VersionMajor.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/version/VersionRevision.csproj b/tests/src/CoreMangLib/cti/system/version/VersionRevision.csproj index 767cad6..e6de823 100644 --- a/tests/src/CoreMangLib/cti/system/version/VersionRevision.csproj +++ b/tests/src/CoreMangLib/cti/system/version/VersionRevision.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/version/VersionToString1.csproj b/tests/src/CoreMangLib/cti/system/version/VersionToString1.csproj index 78efa87..11d48dc 100644 --- a/tests/src/CoreMangLib/cti/system/version/VersionToString1.csproj +++ b/tests/src/CoreMangLib/cti/system/version/VersionToString1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/version/VersionToString2.csproj b/tests/src/CoreMangLib/cti/system/version/VersionToString2.csproj index 4e032cd..eb529bb 100644 --- a/tests/src/CoreMangLib/cti/system/version/VersionToString2.csproj +++ b/tests/src/CoreMangLib/cti/system/version/VersionToString2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/version/app.config b/tests/src/CoreMangLib/cti/system/version/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/version/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/version/project.json b/tests/src/CoreMangLib/cti/system/version/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/version/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj index d2841ea..a99692d 100644 --- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor1_PSC.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj index 4964785..d59c450 100644 --- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2_PSC.csproj @@ -35,10 +35,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj index 788176d..306e7f6 100644 --- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceCtor2b_PSC.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj index e5573be..db5e08d 100644 --- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAlive_PSC.csproj @@ -35,10 +35,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj index 7eb6493..565e47c 100644 --- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceIsAliveb_PSC.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj index 055dc1a..7d2b543 100644 --- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTargetb_PSC.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj index 1cb1c7b..1cbf48d 100644 --- a/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj +++ b/tests/src/CoreMangLib/cti/system/weakreference/WeakReferenceTrackResurrection_cti_PSC.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/cti/system/weakreference/app.config b/tests/src/CoreMangLib/cti/system/weakreference/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/cti/system/weakreference/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/cti/system/weakreference/project.json b/tests/src/CoreMangLib/cti/system/weakreference/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/cti/system/weakreference/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/reflection/assembly/TestAssemblyAppBase.csproj b/tests/src/CoreMangLib/reflection/assembly/TestAssemblyAppBase.csproj index f640ccc..a8a3c35 100644 --- a/tests/src/CoreMangLib/reflection/assembly/TestAssemblyAppBase.csproj +++ b/tests/src/CoreMangLib/reflection/assembly/TestAssemblyAppBase.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/reflection/assembly/TestAssemblyNotAppBase.csproj b/tests/src/CoreMangLib/reflection/assembly/TestAssemblyNotAppBase.csproj index f640ccc..a8a3c35 100644 --- a/tests/src/CoreMangLib/reflection/assembly/TestAssemblyNotAppBase.csproj +++ b/tests/src/CoreMangLib/reflection/assembly/TestAssemblyNotAppBase.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/reflection/assembly/app.config b/tests/src/CoreMangLib/reflection/assembly/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/reflection/assembly/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/reflection/assembly/project.json b/tests/src/CoreMangLib/reflection/assembly/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/reflection/assembly/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj b/tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj index be7937c..ca33dcd 100644 --- a/tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj +++ b/tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/buffer/app.config b/tests/src/CoreMangLib/system/buffer/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/buffer/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/buffer/project.json b/tests/src/CoreMangLib/system/buffer/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/buffer/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_609271.csproj b/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_609271.csproj index c38a547..cc2941e 100644 --- a/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_609271.csproj +++ b/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_609271.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_624201.csproj b/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_624201.csproj index a98eef5..4e883b9 100644 --- a/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_624201.csproj +++ b/tests/src/CoreMangLib/system/collections/generic/hashset/Regression_Dev10_624201.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/collections/generic/hashset/app.config b/tests/src/CoreMangLib/system/collections/generic/hashset/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/collections/generic/hashset/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/collections/generic/hashset/project.json b/tests/src/CoreMangLib/system/collections/generic/hashset/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/collections/generic/hashset/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/datetime/Co7510ParseExact_formatarray.csproj b/tests/src/CoreMangLib/system/datetime/Co7510ParseExact_formatarray.csproj index 6d3efc9..6475443 100644 --- a/tests/src/CoreMangLib/system/datetime/Co7510ParseExact_formatarray.csproj +++ b/tests/src/CoreMangLib/system/datetime/Co7510ParseExact_formatarray.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/datetime/app.config b/tests/src/CoreMangLib/system/datetime/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/datetime/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/datetime/project.json b/tests/src/CoreMangLib/system/datetime/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/datetime/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.csproj b/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.csproj index 0e7544e..5a39b75 100644 --- a/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.csproj +++ b/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.csproj @@ -31,10 +31,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/VSD/app.config b/tests/src/CoreMangLib/system/delegate/VSD/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/delegate/VSD/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/delegate/VSD/project.json b/tests/src/CoreMangLib/system/delegate/VSD/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/delegate/VSD/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/delegate/generics/NG_Standard.csproj b/tests/src/CoreMangLib/system/delegate/generics/NG_Standard.csproj index f2db1d0..dd18b75 100644 --- a/tests/src/CoreMangLib/system/delegate/generics/NG_Standard.csproj +++ b/tests/src/CoreMangLib/system/delegate/generics/NG_Standard.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj b/tests/src/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj index af4c401..6e2506a 100644 --- a/tests/src/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj +++ b/tests/src/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/generics/NullableTypes.csproj b/tests/src/CoreMangLib/system/delegate/generics/NullableTypes.csproj index d0ac9bb..8765fd8 100644 --- a/tests/src/CoreMangLib/system/delegate/generics/NullableTypes.csproj +++ b/tests/src/CoreMangLib/system/delegate/generics/NullableTypes.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/generics/app.config b/tests/src/CoreMangLib/system/delegate/generics/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/delegate/generics/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/delegate/generics/project.json b/tests/src/CoreMangLib/system/delegate/generics/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/delegate/generics/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/delegate/miscellaneous/Central.csproj b/tests/src/CoreMangLib/system/delegate/miscellaneous/Central.csproj index 69f0f04..5ccec93 100644 --- a/tests/src/CoreMangLib/system/delegate/miscellaneous/Central.csproj +++ b/tests/src/CoreMangLib/system/delegate/miscellaneous/Central.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj b/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj index 59b1c83..bc95b07 100644 --- a/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj +++ b/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj @@ -32,10 +32,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj b/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj index 0f513b6..8e548b6 100644 --- a/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj +++ b/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj b/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj index 9cb3474..f64d30c 100644 --- a/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj +++ b/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/miscellaneous/app.config b/tests/src/CoreMangLib/system/delegate/miscellaneous/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/delegate/miscellaneous/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/delegate/miscellaneous/project.json b/tests/src/CoreMangLib/system/delegate/miscellaneous/project.json deleted file mode 100644 index 78dd7e0..0000000 --- a/tests/src/CoreMangLib/system/delegate/miscellaneous/project.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj b/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj index 11f9d32..741ee6c 100644 --- a/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj +++ b/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/app.config b/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/project.json b/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClass.csproj b/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClass.csproj index 40e25f6..9ddf319 100644 --- a/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClass.csproj +++ b/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClass.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClassFrameworkInternal.csproj b/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClassFrameworkInternal.csproj index f6eefc3..b43b589 100644 --- a/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClassFrameworkInternal.csproj +++ b/tests/src/CoreMangLib/system/delegate/threatmodel/public/TestClassFrameworkInternal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/public/app.config b/tests/src/CoreMangLib/system/delegate/threatmodel/public/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/delegate/threatmodel/public/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json b/tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/BindingTarget.csproj b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/BindingTarget.csproj index 20085e1..e785333 100644 --- a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/BindingTarget.csproj +++ b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/BindingTarget.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/CritConstructorClass.csproj b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/CritConstructorClass.csproj index 6fac868..6c6c1b7 100644 --- a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/CritConstructorClass.csproj +++ b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/CritConstructorClass.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClass.csproj b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClass.csproj index 40e25f6..9ddf319 100644 --- a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClass.csproj +++ b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClass.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClassFrameworkInternal.csproj b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClassFrameworkInternal.csproj index f6eefc3..b43b589 100644 --- a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClassFrameworkInternal.csproj +++ b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/TestClassFrameworkInternal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/app.config b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/exception/Data_Helper.csproj b/tests/src/CoreMangLib/system/exception/Data_Helper.csproj index d8528c5..5680c52 100644 --- a/tests/src/CoreMangLib/system/exception/Data_Helper.csproj +++ b/tests/src/CoreMangLib/system/exception/Data_Helper.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/exception/app.config b/tests/src/CoreMangLib/system/exception/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/exception/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/exception/project.json b/tests/src/CoreMangLib/system/exception/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/exception/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/guid/Guid_Parsing.csproj b/tests/src/CoreMangLib/system/guid/Guid_Parsing.csproj index d75fab2..a81db8d 100644 --- a/tests/src/CoreMangLib/system/guid/Guid_Parsing.csproj +++ b/tests/src/CoreMangLib/system/guid/Guid_Parsing.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/guid/app.config b/tests/src/CoreMangLib/system/guid/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/guid/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/guid/project.json b/tests/src/CoreMangLib/system/guid/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/guid/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/lazyt/LazyTTF.csproj b/tests/src/CoreMangLib/system/lazyt/LazyTTF.csproj index 5c1e5b3..a06f618 100644 --- a/tests/src/CoreMangLib/system/lazyt/LazyTTF.csproj +++ b/tests/src/CoreMangLib/system/lazyt/LazyTTF.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/lazyt/app.config b/tests/src/CoreMangLib/system/lazyt/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/lazyt/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/lazyt/project.json b/tests/src/CoreMangLib/system/lazyt/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/lazyt/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/reflection/assembly/app.config b/tests/src/CoreMangLib/system/reflection/assembly/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/reflection/assembly/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/reflection/assembly/project.json b/tests/src/CoreMangLib/system/reflection/assembly/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/reflection/assembly/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/reflection/assembly/server1.csproj b/tests/src/CoreMangLib/system/reflection/assembly/server1.csproj index fc603a1..6c72c4b 100644 --- a/tests/src/CoreMangLib/system/reflection/assembly/server1.csproj +++ b/tests/src/CoreMangLib/system/reflection/assembly/server1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/reflection/assembly/server2.csproj b/tests/src/CoreMangLib/system/reflection/assembly/server2.csproj index 88e2a91..8005b04 100644 --- a/tests/src/CoreMangLib/system/reflection/assembly/server2.csproj +++ b/tests/src/CoreMangLib/system/reflection/assembly/server2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/reflection/assembly/server3.csproj b/tests/src/CoreMangLib/system/reflection/assembly/server3.csproj index 4f6be8f..5fda00a 100644 --- a/tests/src/CoreMangLib/system/reflection/assembly/server3.csproj +++ b/tests/src/CoreMangLib/system/reflection/assembly/server3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/reflection/assembly/server4.csproj b/tests/src/CoreMangLib/system/reflection/assembly/server4.csproj index 7b93fdb..3851801 100644 --- a/tests/src/CoreMangLib/system/reflection/assembly/server4.csproj +++ b/tests/src/CoreMangLib/system/reflection/assembly/server4.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/resources/resourcemanager/CustomCulture.csproj b/tests/src/CoreMangLib/system/resources/resourcemanager/CustomCulture.csproj index bd34dbe..224a75d 100644 --- a/tests/src/CoreMangLib/system/resources/resourcemanager/CustomCulture.csproj +++ b/tests/src/CoreMangLib/system/resources/resourcemanager/CustomCulture.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/resources/resourcemanager/app.config b/tests/src/CoreMangLib/system/resources/resourcemanager/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/resources/resourcemanager/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/resources/resourcemanager/project.json b/tests/src/CoreMangLib/system/resources/resourcemanager/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/resources/resourcemanager/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/text/encoding/Shift_Jis.csproj b/tests/src/CoreMangLib/system/text/encoding/Shift_Jis.csproj index 40d01b7..3b9cd94 100644 --- a/tests/src/CoreMangLib/system/text/encoding/Shift_Jis.csproj +++ b/tests/src/CoreMangLib/system/text/encoding/Shift_Jis.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/text/encoding/app.config b/tests/src/CoreMangLib/system/text/encoding/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/text/encoding/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/text/encoding/project.json b/tests/src/CoreMangLib/system/text/encoding/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/text/encoding/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/type/app.config b/tests/src/CoreMangLib/system/type/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/type/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/type/project.json b/tests/src/CoreMangLib/system/type/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/type/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/CoreMangLib/system/version/Version_Parsing.csproj b/tests/src/CoreMangLib/system/version/Version_Parsing.csproj index db955f5..128ab0f 100644 --- a/tests/src/CoreMangLib/system/version/Version_Parsing.csproj +++ b/tests/src/CoreMangLib/system/version/Version_Parsing.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/CoreMangLib/system/version/app.config b/tests/src/CoreMangLib/system/version/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/CoreMangLib/system/version/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/CoreMangLib/system/version/project.json b/tests/src/CoreMangLib/system/version/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/CoreMangLib/system/version/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Exceptions/Finalization/Finalizer.csproj b/tests/src/Exceptions/Finalization/Finalizer.csproj index c7f722f..e16a943 100644 --- a/tests/src/Exceptions/Finalization/Finalizer.csproj +++ b/tests/src/Exceptions/Finalization/Finalizer.csproj @@ -31,9 +31,6 @@ - - - diff --git a/tests/src/Exceptions/Finalization/project.json b/tests/src/Exceptions/Finalization/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Exceptions/Finalization/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj b/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj index 9b624fc..382de1b 100644 --- a/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj +++ b/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj @@ -31,9 +31,6 @@ - - - diff --git a/tests/src/Exceptions/ForeignThread/project.json b/tests/src/Exceptions/ForeignThread/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Exceptions/ForeignThread/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj b/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj index 7d62022..06452f1 100644 --- a/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj +++ b/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj @@ -31,9 +31,6 @@ - - - diff --git a/tests/src/Interop/ArrayMarshalling/BoolArray/project.json b/tests/src/Interop/ArrayMarshalling/BoolArray/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/ArrayMarshalling/BoolArray/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj b/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj index ac78c7b..8584c0d 100644 --- a/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj +++ b/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/ArrayMarshalling/ByValArray/project.json b/tests/src/Interop/ArrayMarshalling/ByValArray/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/ArrayMarshalling/ByValArray/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/BestFitMapping/BestFitMapping.csproj b/tests/src/Interop/BestFitMapping/BestFitMapping.csproj index d0b0a4a..531665d 100755 --- a/tests/src/Interop/BestFitMapping/BestFitMapping.csproj +++ b/tests/src/Interop/BestFitMapping/BestFitMapping.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/BestFitMapping/project.json b/tests/src/Interop/BestFitMapping/project.json deleted file mode 100755 index 3734242..0000000 --- a/tests/src/Interop/BestFitMapping/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj b/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj index f5c95fa..96a3eac 100644 --- a/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj +++ b/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/FuncPtrAsDelegateParam/project.json b/tests/src/Interop/FuncPtrAsDelegateParam/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/FuncPtrAsDelegateParam/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/ICastable/Castable.csproj b/tests/src/Interop/ICastable/Castable.csproj index 8ddad48..874e35d 100644 --- a/tests/src/Interop/ICastable/Castable.csproj +++ b/tests/src/Interop/ICastable/Castable.csproj @@ -32,10 +32,6 @@ - - - - diff --git a/tests/src/Interop/ICastable/app.config b/tests/src/Interop/ICastable/app.config deleted file mode 100644 index 58c0121..0000000 --- a/tests/src/Interop/ICastable/app.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/tests/src/Interop/ICastable/project.json b/tests/src/Interop/ICastable/project.json deleted file mode 100644 index 9b1e4b8..0000000 --- a/tests/src/Interop/ICastable/project.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "dependencies": { - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj index 5fa4c00..c16125a 100644 --- a/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj +++ b/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj index 9238d5c..926e25d 100644 --- a/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj +++ b/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj index 264498b..aa385cf 100644 --- a/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj +++ b/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj index 19b6146..9dae762 100644 --- a/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj +++ b/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj index 5adbd72..4682f80 100644 --- a/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj +++ b/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj index e6e7575..dbd61a2 100644 --- a/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj +++ b/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj index 260783c..3b585b3 100644 --- a/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj +++ b/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj b/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj index d9c40c0..4c4b732 100644 --- a/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj +++ b/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/Copy/project.json b/tests/src/Interop/MarshalAPI/Copy/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/MarshalAPI/Copy/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj b/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj index 68c3351..3c77080 100644 --- a/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj +++ b/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/FunctionPointer/project.json b/tests/src/Interop/MarshalAPI/FunctionPointer/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/MarshalAPI/FunctionPointer/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj b/tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj index 6984080..6c67da2 100644 --- a/tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj +++ b/tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json b/tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj b/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj index 8d1987a..a8ef547 100644 --- a/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj +++ b/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj @@ -33,9 +33,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/project.json b/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj b/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj index edce7d7..73db4a6 100644 --- a/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj +++ b/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/project.json b/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj b/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj index 13560bd..56c7142 100644 --- a/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj +++ b/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/project.json b/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj b/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj index 391f5ed..e30592d 100644 --- a/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj +++ b/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/IUnknown/project.json b/tests/src/Interop/MarshalAPI/IUnknown/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/MarshalAPI/IUnknown/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/MarshalStructure/MarshalStructure.csproj b/tests/src/Interop/MarshalAPI/MarshalStructure/MarshalStructure.csproj index 6146e27..bf039d1 100644 --- a/tests/src/Interop/MarshalAPI/MarshalStructure/MarshalStructure.csproj +++ b/tests/src/Interop/MarshalAPI/MarshalStructure/MarshalStructure.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/MarshalStructure/project.json b/tests/src/Interop/MarshalAPI/MarshalStructure/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/MarshalAPI/MarshalStructure/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj b/tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj index e925543..b784a94 100644 --- a/tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj +++ b/tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj b/tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj index 0a01282..8a4bfcf 100644 --- a/tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj +++ b/tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj @@ -33,9 +33,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/Miscellaneous/project.json b/tests/src/Interop/MarshalAPI/Miscellaneous/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/MarshalAPI/Miscellaneous/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj b/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj index 4eb1473..01f07a9 100644 --- a/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj +++ b/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj @@ -33,9 +33,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/OffsetOf/project.json b/tests/src/Interop/MarshalAPI/OffsetOf/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/MarshalAPI/OffsetOf/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj index 2e4d243..3218653 100644 --- a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj +++ b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj index edc29b8..b03737a 100644 --- a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj +++ b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj index 45312d8..f1ba3aa 100644 --- a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj +++ b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj index dc9efe2..3bf2520 100644 --- a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj +++ b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj index 5080c02..34b6fc0 100644 --- a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj +++ b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/project.json b/tests/src/Interop/MarshalAPI/ReadWrite/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/MarshalAPI/ReadWrite/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj b/tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj index af3dfa0..e823f7a 100644 --- a/tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj +++ b/tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj @@ -33,9 +33,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/String/project.json b/tests/src/Interop/MarshalAPI/String/project.json deleted file mode 100644 index 9b1e4b8..0000000 --- a/tests/src/Interop/MarshalAPI/String/project.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "dependencies": { - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj b/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj index 5f1140e..5b8e3c4 100644 --- a/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj +++ b/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj @@ -33,9 +33,6 @@ - - - diff --git a/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json b/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/NativeCallable/NativeCallableTest.csproj b/tests/src/Interop/NativeCallable/NativeCallableTest.csproj index 744d8a9..a4e9018 100644 --- a/tests/src/Interop/NativeCallable/NativeCallableTest.csproj +++ b/tests/src/Interop/NativeCallable/NativeCallableTest.csproj @@ -28,10 +28,6 @@ - - - - diff --git a/tests/src/Interop/NativeCallable/app.config b/tests/src/Interop/NativeCallable/app.config deleted file mode 100644 index 58c0121..0000000 --- a/tests/src/Interop/NativeCallable/app.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/tests/src/Interop/NativeCallable/project.json b/tests/src/Interop/NativeCallable/project.json deleted file mode 100644 index 9b1e4b8..0000000 --- a/tests/src/Interop/NativeCallable/project.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "dependencies": { - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj b/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj index 29c96ad..09853fe 100644 --- a/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj +++ b/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/PrimitiveMarshalling/Bool/project.json b/tests/src/Interop/PrimitiveMarshalling/Bool/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/PrimitiveMarshalling/Bool/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj index 8ee089f..16c628a 100644 --- a/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj +++ b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json b/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj b/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj index 0f41315..7d35b16 100644 --- a/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj +++ b/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json b/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj b/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj index 03e06b2..426573d 100644 --- a/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj +++ b/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/RefCharArray/project.json b/tests/src/Interop/RefCharArray/project.json deleted file mode 100755 index 3734242..0000000 --- a/tests/src/Interop/RefCharArray/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/RefInt/RefIntTest.csproj b/tests/src/Interop/RefInt/RefIntTest.csproj index ec4d0e8..7a8c649 100644 --- a/tests/src/Interop/RefInt/RefIntTest.csproj +++ b/tests/src/Interop/RefInt/RefIntTest.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/RefInt/project.json b/tests/src/Interop/RefInt/project.json deleted file mode 100755 index 3734242..0000000 --- a/tests/src/Interop/RefInt/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/SimpleStruct/SimpleStruct.csproj b/tests/src/Interop/SimpleStruct/SimpleStruct.csproj index f564b64..205c8a1 100644 --- a/tests/src/Interop/SimpleStruct/SimpleStruct.csproj +++ b/tests/src/Interop/SimpleStruct/SimpleStruct.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/SimpleStruct/project.json b/tests/src/Interop/SimpleStruct/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/SimpleStruct/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/SizeConst/SizeConstTest.csproj b/tests/src/Interop/SizeConst/SizeConstTest.csproj index 03806a1..70c1fa7 100644 --- a/tests/src/Interop/SizeConst/SizeConstTest.csproj +++ b/tests/src/Interop/SizeConst/SizeConstTest.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/SizeConst/project.json b/tests/src/Interop/SizeConst/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/SizeConst/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj b/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj index d27b482..6ff6c46 100755 --- a/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj +++ b/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/StringMarshalling/LPSTR/project.json b/tests/src/Interop/StringMarshalling/LPSTR/project.json deleted file mode 100755 index 3734242..0000000 --- a/tests/src/Interop/StringMarshalling/LPSTR/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj b/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj index ed9f53f..d7151e3 100644 --- a/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj +++ b/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj @@ -32,9 +32,6 @@ - - - diff --git a/tests/src/Interop/StringMarshalling/LPTSTR/project.json b/tests/src/Interop/StringMarshalling/LPTSTR/project.json deleted file mode 100755 index 3734242..0000000 --- a/tests/src/Interop/StringMarshalling/LPTSTR/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj b/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj index 8884419..32f4317 100644 --- a/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj +++ b/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj @@ -33,9 +33,6 @@ - - - diff --git a/tests/src/Interop/StringMarshalling/UTF8/project.json b/tests/src/Interop/StringMarshalling/UTF8/project.json deleted file mode 100644 index 9b1e4b8..0000000 --- a/tests/src/Interop/StringMarshalling/UTF8/project.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "dependencies": { - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj b/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj index a7da67f..47729f3 100644 --- a/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj +++ b/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj @@ -33,9 +33,6 @@ - - - diff --git a/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj b/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj index 868a701..426ef5b 100644 --- a/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj +++ b/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj @@ -33,9 +33,6 @@ - - - diff --git a/tests/src/Interop/StructMarshalling/PInvoke/project.json b/tests/src/Interop/StructMarshalling/PInvoke/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Interop/StructMarshalling/PInvoke/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/NativeLibs/FromNativePaths.csproj b/tests/src/Loader/NativeLibs/FromNativePaths.csproj index ebfbdb3..3b5d3ed 100644 --- a/tests/src/Loader/NativeLibs/FromNativePaths.csproj +++ b/tests/src/Loader/NativeLibs/FromNativePaths.csproj @@ -18,7 +18,6 @@ - diff --git a/tests/src/Loader/NativeLibs/project.json b/tests/src/Loader/NativeLibs/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/NativeLibs/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/102140/app.config b/tests/src/Loader/binding/assemblies/assemblybugs/102140/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Loader/binding/assemblies/assemblybugs/102140/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json b/tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json deleted file mode 100644 index 60adc1e..0000000 --- a/tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/102140/test.csproj b/tests/src/Loader/binding/assemblies/assemblybugs/102140/test.csproj index 120398a..07824d1 100644 --- a/tests/src/Loader/binding/assemblies/assemblybugs/102140/test.csproj +++ b/tests/src/Loader/binding/assemblies/assemblybugs/102140/test.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/177066w/app.config b/tests/src/Loader/binding/assemblies/assemblybugs/177066w/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Loader/binding/assemblies/assemblybugs/177066w/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json b/tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json deleted file mode 100644 index 60adc1e..0000000 --- a/tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/177066w/repro177066.csproj b/tests/src/Loader/binding/assemblies/assemblybugs/177066w/repro177066.csproj index 985b026..9fe819b 100644 --- a/tests/src/Loader/binding/assemblies/assemblybugs/177066w/repro177066.csproj +++ b/tests/src/Loader/binding/assemblies/assemblybugs/177066w/repro177066.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/203962w/app.config b/tests/src/Loader/binding/assemblies/assemblybugs/203962w/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Loader/binding/assemblies/assemblybugs/203962w/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/203962w/client.csproj b/tests/src/Loader/binding/assemblies/assemblybugs/203962w/client.csproj index b73ab50..64f67b8 100644 --- a/tests/src/Loader/binding/assemblies/assemblybugs/203962w/client.csproj +++ b/tests/src/Loader/binding/assemblies/assemblybugs/203962w/client.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json b/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json deleted file mode 100644 index 60adc1e..0000000 --- a/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj b/tests/src/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj index 791e624..67b9c97 100644 --- a/tests/src/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj +++ b/tests/src/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Loader/binding/assemblies/assemblyversion/app.config b/tests/src/Loader/binding/assemblies/assemblyversion/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Loader/binding/assemblies/assemblyversion/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Loader/binding/assemblies/assemblyversion/project.json b/tests/src/Loader/binding/assemblies/assemblyversion/project.json deleted file mode 100644 index ea84b07..0000000 --- a/tests/src/Loader/binding/assemblies/assemblyversion/project.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/app.config b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json deleted file mode 100644 index 60adc1e..0000000 --- a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/properties.csproj b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/properties.csproj index 16adaba..89302c5 100644 --- a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/properties.csproj +++ b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/properties.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server1.csproj b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server1.csproj index fbadfd1..143d470 100644 --- a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server1.csproj +++ b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server2.csproj b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server2.csproj index d80e9b7..7eefa41 100644 --- a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server2.csproj +++ b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server3.csproj b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server3.csproj index 431c149..c45d14d 100644 --- a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server3.csproj +++ b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/app.config b/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj b/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj index 8658699..093e7dc 100644 --- a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj +++ b/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj b/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj index ec8ed1a..e0ec93f 100644 --- a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj +++ b/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json b/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json deleted file mode 100644 index ea84b07..0000000 --- a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj b/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj index 3638b8a..19ed06c 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj index 26a879d..e1cf9cb 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj index af95ff0..c1caddc 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj index 7f43044..f2a3f8f 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj index 3a47da4..2a64e02 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj index 20bf0e5..f8ea1e4 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj index 0eff846..ecf0387 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj index 45fd690..11d17c3 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj index debbe57..8392d3e 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj index 2b307d0..932c2e3 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj index fe2e8cc..ea76135 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj index c11fb52..4c3d02e 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj index f253dbf..2fd0f29 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj index f612053..40dd9a4 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj index 5e6dff5..fdde595 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj index 88725bd..64f1bc7 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj index 63f1345..7596228 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj index 2d5ea49..24856be 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj index 4eb6c16..c9820e6 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj index 248aae7..7647328 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj index e56748c..8308b41 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj index 8c76aac..74b1550 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj index 10a03fc..c38970d 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj index a33e17f..8abc53c 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj index 1a41641..7c3cd8c 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj index 3f3e0ae..1d3ae5a 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj index 257c376..886c243 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj index d2b78b1..90d3fc7 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj index 0c8ad90..2854a2e 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj index f5a7139..c31739b 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj index 3886af4..5e92720 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj index 67d5fd9..b6d9703 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj index e68619c..f81c513 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj index d87e4c7..0fd988f 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj index bfebed4..29ad473 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj index 53c84ba..49149d6 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj b/tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj index d447961..428885d 100644 --- a/tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj +++ b/tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/InterfaceFolding/app.config b/tests/src/Loader/classloader/InterfaceFolding/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/InterfaceFolding/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/MethodImpl/app.config b/tests/src/Loader/classloader/MethodImpl/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/MethodImpl/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/MethodImpl/override_override1.ilproj b/tests/src/Loader/classloader/MethodImpl/override_override1.ilproj index dfae601..b588bd4 100644 --- a/tests/src/Loader/classloader/MethodImpl/override_override1.ilproj +++ b/tests/src/Loader/classloader/MethodImpl/override_override1.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/MethodImpl/self_override1.ilproj b/tests/src/Loader/classloader/MethodImpl/self_override1.ilproj index 6909703..a383c04 100644 --- a/tests/src/Loader/classloader/MethodImpl/self_override1.ilproj +++ b/tests/src/Loader/classloader/MethodImpl/self_override1.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/MethodImpl/self_override2.ilproj b/tests/src/Loader/classloader/MethodImpl/self_override2.ilproj index a629a90..32c420b 100644 --- a/tests/src/Loader/classloader/MethodImpl/self_override2.ilproj +++ b/tests/src/Loader/classloader/MethodImpl/self_override2.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/MethodImpl/self_override3.ilproj b/tests/src/Loader/classloader/MethodImpl/self_override3.ilproj index 8e40466..c1b9eec 100644 --- a/tests/src/Loader/classloader/MethodImpl/self_override3.ilproj +++ b/tests/src/Loader/classloader/MethodImpl/self_override3.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/MethodImpl/self_override5.ilproj b/tests/src/Loader/classloader/MethodImpl/self_override5.ilproj index 757f8d8..723c4dc 100644 --- a/tests/src/Loader/classloader/MethodImpl/self_override5.ilproj +++ b/tests/src/Loader/classloader/MethodImpl/self_override5.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/MethodTable/Types101.ilproj b/tests/src/Loader/classloader/MethodTable/Types101.ilproj index f59d68e..f88973f 100644 --- a/tests/src/Loader/classloader/MethodTable/Types101.ilproj +++ b/tests/src/Loader/classloader/MethodTable/Types101.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/MethodTable/Types680.ilproj b/tests/src/Loader/classloader/MethodTable/Types680.ilproj index 3cfb085..2523e57 100644 --- a/tests/src/Loader/classloader/MethodTable/Types680.ilproj +++ b/tests/src/Loader/classloader/MethodTable/Types680.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/MethodTable/Types958.ilproj b/tests/src/Loader/classloader/MethodTable/Types958.ilproj index 8f4f210..df444f1 100644 --- a/tests/src/Loader/classloader/MethodTable/Types958.ilproj +++ b/tests/src/Loader/classloader/MethodTable/Types958.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/MethodTable/Types983.ilproj b/tests/src/Loader/classloader/MethodTable/Types983.ilproj index 2c8faec..8a94b11 100644 --- a/tests/src/Loader/classloader/MethodTable/Types983.ilproj +++ b/tests/src/Loader/classloader/MethodTable/Types983.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/MethodTable/app.config b/tests/src/Loader/classloader/MethodTable/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/MethodTable/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.csproj b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.csproj index 0c4c9f2..5c75304 100644 --- a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.csproj +++ b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.ilproj b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.ilproj index 5f06568..67158a5 100644 --- a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.ilproj +++ b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj index 19544aa..89eaaac 100644 --- a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj +++ b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj index eb21b94..eaad0b4 100644 --- a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj +++ b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj index ee8f5f4..514bc49 100644 --- a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj +++ b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj index 2165a3f..864d8c1 100644 --- a/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj +++ b/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/PrivateInterfaceImpl/app.config b/tests/src/Loader/classloader/PrivateInterfaceImpl/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/PrivateInterfaceImpl/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/PrivateInterfaceImpl/project.json b/tests/src/Loader/classloader/PrivateInterfaceImpl/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/PrivateInterfaceImpl/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/SequentialLayout/Regress/217070/app.config b/tests/src/Loader/classloader/SequentialLayout/Regress/217070/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/SequentialLayout/Regress/217070/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj b/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj index 2cd0847..33166a4 100644 --- a/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj +++ b/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj b/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj index 3b15501..76fb8b8 100644 --- a/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj +++ b/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_GenericClasses.csproj b/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_GenericClasses.csproj index a05cbce..6b3892b 100644 --- a/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_GenericClasses.csproj +++ b/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_GenericClasses.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.csproj b/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.csproj index dddcb87..249226d 100644 --- a/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.csproj +++ b/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/Statics/ComplexScenarios/app.config b/tests/src/Loader/classloader/Statics/ComplexScenarios/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/Statics/ComplexScenarios/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/Statics/ComplexScenarios/project.json b/tests/src/Loader/classloader/Statics/ComplexScenarios/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/Statics/ComplexScenarios/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.ilproj b/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.ilproj index f2a788b..1a410ca 100644 --- a/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.ilproj +++ b/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.ilproj b/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.ilproj index efe3bc7..e24084d 100644 --- a/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.ilproj +++ b/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/Statics/Misc/app.config b/tests/src/Loader/classloader/Statics/Misc/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/Statics/Misc/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/Statics/Misc/project.json b/tests/src/Loader/classloader/Statics/Misc/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/Statics/Misc/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj b/tests/src/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj index 9192d12..630bf9c 100644 --- a/tests/src/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj +++ b/tests/src/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/Statics/Regressions/484837/app.config b/tests/src/Loader/classloader/Statics/Regressions/484837/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/Statics/Regressions/484837/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj b/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj index 3729914..c7631ad 100644 --- a/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj +++ b/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/app.config b/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj b/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj index 3729914..c7631ad 100644 --- a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj +++ b/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/app.config b/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj b/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj index ff917ca..e663605 100644 --- a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj +++ b/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/app.config b/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/project.json b/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj b/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj index 3729914..c7631ad 100644 --- a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj +++ b/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/app.config b/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj b/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj index 3729914..c7631ad 100644 --- a/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj +++ b/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/app.config b/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj b/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj index 3729914..c7631ad 100644 --- a/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj +++ b/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/app.config b/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj b/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj index 3729914..c7631ad 100644 --- a/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj +++ b/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/app.config b/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj b/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj index 3729914..c7631ad 100644 --- a/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj +++ b/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/app.config b/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj b/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj index 3729914..c7631ad 100644 --- a/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj +++ b/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/app.config b/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj b/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj index 3729914..c7631ad 100644 --- a/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj +++ b/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/app.config b/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj b/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj index 1fe352e..ed071c4 100644 --- a/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj +++ b/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj @@ -26,9 +26,6 @@ - - - True diff --git a/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj b/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj index ce056e8..efdd913 100644 --- a/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj +++ b/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj b/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj index 4914c1c..9b90acc 100644 --- a/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj +++ b/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj b/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj index 03f481c..3d97bdf 100644 --- a/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj +++ b/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeForwarding/UnitTest/app.config b/tests/src/Loader/classloader/TypeForwarding/UnitTest/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TypeForwarding/UnitTest/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TypeForwarding/UnitTest/project.json b/tests/src/Loader/classloader/TypeForwarding/UnitTest/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/TypeForwarding/UnitTest/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.csproj b/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.csproj index b655cde..53e62f8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.csproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.csproj @@ -20,10 +20,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj index 2a2ebfa..d7cb2e9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj index 45f7a51..be3392a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj index 5e0a9c6..ed60b68 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj index efaa2f9..d6647a4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj index 47b66b7..cc37186 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj index 2a66ad6..f0934b4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj index 372ca8c..418f5b0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj index 55f7aba..e807eed 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj index 4254a93..366d92c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj index eccc632..58723f7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj index f3e46a0..383453e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj index 3679e20..ba3fb7e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj index 8e0470b..ed2487a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj index 4774be3..2e6027a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj index c0d5c4c..f7320c4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj index 3e58b4f..d8ce8fa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj index c2a7ff9..49cf48d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj index 40ee5d9..5f12484 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj index aa929d2..4060ce9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj index 3986bc4..8206c3e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj index 93bdedc..52663e7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj index 52b53b5..a422b04 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj index 8ba314b..d7aef8e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj index 01b6077..e2afcd7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj index d004d48..8498039 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj index 0656994..d6bc84d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj index 72227f1..3cddb6d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj index cbe2398..1d6d464 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj index d9d9727..71163e2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj index 1ff7f7b..5e34fde 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj index 849fddc..37c6fb6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj index 8274d84..951e989 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj index ffd96ff..0eafb98 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj index 514318f..6c80c7c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj index 4d08388..f59ff11 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj index c677e2d..8529fc3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj index 3545a61..395e98e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj index 59cf4a9..0397cc9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj index b95ced7..77228c9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj index 9c47e8d..ac4b47e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj index f7a8af3..a7ec67a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj index d0b721c..ad3c9f8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj index 620a731..ad50d2e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj index bfbdce5..d67f287 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj index a8427ca..e4cf073 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj index 421f219..3f9c999 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj index 1a6660a..3d5fb1a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj index a572865..d56ea47 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj index b612889..6b139b4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj index 45fd575..a83d623 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj index 0da87d4..2907f2e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj index 3666fd1..b3302b1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj index abb9c46..bfe7a44 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj index 13f340e..792928e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj index 18cae06..b971779 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj index e4f402f..1dc0cb7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj index 9065831..1b4906a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj index d4b19c9..f9729ad 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj index 4072802..832fe2e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj index dfc08ff..a1eb1df 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj index 00152b9..3e09b50 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj index a05f2ed..5b0e923 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj index 0efd8bb..644cd3b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj index 1fe74a7..6b9397f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj index f1470d8..b2924fc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj index 7e50bc2..add0b90 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj index 11bb407..d044f50 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj index 7f30e49..ee4b0e4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj index 5a7a381..90cf865 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj index b585671..641f064 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj index 47f6e89..99fb69a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj index 7d6eeff..512e33d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj index 3e97898..4319eec 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj index 8f423fd..cbda4b9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj index 4799f86..918adb3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj index 381f3eb..5a5fd5c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj index f86f8b5..9304057 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj index c97785c..e840fd6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj index 4e21602..cd9dc6f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj index 1c6c0c8..652df1a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj index 158647d..28f19e2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj index 9dc1f11..8974917 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj index 8d4c48a..651d40e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj index 064cb75..c2f2c59 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj index a738d8d..779008a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj index 4ba12c6..5ff2664 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj index 3b8bda2..6471a3c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj index 876ea40..2845301 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj index d5546a9..ed99c2e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj index 93a08f6..2b76e2b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj index 21e6122..01d2a02 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj index 2c9cb99..48cbc5a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj index 2d1cfb7..5166f83 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj index 1f7de80..4b8b9a6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj index b5f68cc..4eb6439 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj index 10ff45a..ed17628 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj index 4688079..f9124b3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj index 8cb12e6..03c1ae7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj index 8f48c61..820afb6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj index 025d3a8..5af0a94 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj index 6e6ced9..de4e705 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj index 73a6cee..aaf4a00 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj index 6745cb6..f7b2497 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj index 426dce6..53f9896 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj index 9a72ce4..cb0ef84 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj index 1ab87ff..d16bb99 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj index 8eb9fbc..aa4f23b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj index 70e5633..7d4410b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj index ed46965..f0d2d66 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj index dfd196d..c81b26d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj index 6b5b860..c8d156f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj index 62e483f..13f76f6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj index 9a67658..d1fab7d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj index 23635cf..58a25c4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj index 2cc736e..1f9f1ba 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj index f92807d..90fcab4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj index 9ec1453..476212e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj index 6a2adb5..c81320f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj index 24ad0bd..2b9621f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj index 03bc0e7..94a28e5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj index 05d0a91..2ea826f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj index 31b04be..86d8089 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj index 4642fb1..ff6c832 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj index 5a4f03e..05c69ea 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj index 742c55c..cb6bb4b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj index c6a7ea7..48e36af 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj index ec0c1e2..aec9ee3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj index a66876a..1f11c54 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj index 3a5529c..5111a1b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj index 90740e3..2ea1eb1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj index 5e5c148..54f0c55 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj index ee57dba..6b55244 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj index f1c42a3..3b3d229 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj index 9c565e5..02ee6db 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj index 820d8ae..134049e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj index 10c81d1..a32288e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj index 8437f11..d2613f7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj index 23a7a18..459d953 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj index 05d1eb2..e6df80e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj index ec7d4f1..50666b6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj index 0a22727..f18502a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj index 59eb79e..bddade4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj index c2b6b44..7282001 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj index 51c8a95..4d599bf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj index 9d3a6b7..1067c3f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj index 3f2bf2c..1936a21 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj index 360ea62..e8219dc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj index ab9c034..ed2e067 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj index 13b92a7..07352e0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj index 4d9efff..fb4527b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj index 9ad7fb2..bb2b876 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj index a1f4d26..ec0fc9c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj index 82ff9c8..1fb0f1e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj index 3499c66..db6eacb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj index f427c12..85ae949 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj index 0a77f99..a09b4eb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj index 6682171..f735654 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj index 49b7a68..6e0f166 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj index 94b57bd..d13b33d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj index 49e5973..ddcfa3d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj index 6a12f48..85398ad 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj index a354829..4f5f33c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj index 914679b..4668627 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj index f331245..a4d1abf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj index 295b09b..71e4da7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj index c1f0f4e..9095f80 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj index e8b1b8c..f3ab098 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj index c1b12de..97561b6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj index 44b02e5..4806193 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj index cd1a349..2ec24b0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj index b4da9cc..d583e37 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj index 2224530..74f74ba 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj index 4a7bb23..045bcaf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj index 6b580e6..64f5751 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj index f2f22d1..40804dc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj index d799ede..4886d44 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj index 58364ca..216b6c3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj index f9e7e4c..1d75597 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj index e9b8245..e3a11fd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj index 6d3d15a..a82e6da 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj index e9519a6..40bb02a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj index d617b84..e1184d0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj index f585a67..db9d47e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj index 38fbeef..0a4a150 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj index 67d3ca7..657cfd8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj index ba2d4fb..3f97619 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj index f6f6d45..8d4bd85 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj index 98f25c5..d3988c3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj index ce41fad..0076b00 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj index 0054c80..3c3167a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj index 221785e..0d2faa5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj index 96e5a42..e793786 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj index 0493103..456f7ae 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj index a644afe..2c65443 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj index 2ec3765..366868d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj index 58ee0f8..65b9228 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj index b598b61..472e897 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj index 728715d..804d551 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj index f5b83bb..ff193b3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj index b003aa1..f63e3eb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj index 7a2b18c..59f1793 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj index cf74c8d..13e1284 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj index 597494d..82bac6e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj index 002233c..0bc436c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj index 90b16c8..11031e1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj index 25e59fa..23d703e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj index baaefd9..4c448ad 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj index e5c2cd4..20f2a9a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj index 3566b05..c45e7a8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj index 6e09d52..b49d018 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj index dce05c2..68c45fe 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj index ee17cd7..5f522df 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj index 17d3b28..9f24de0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj index 95478e8..a2fe3f0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj index fe257c6..ac582c8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj index 102f199..a3ef306 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj index 15271de..b231e60 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj index c837ad2..a6815d6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj index 4c931e0..d154bac 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj index bead945..346b10c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj index b36e66c..73e2a9b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj index 84594f0..18b6680 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj index 5e8158f..d0328c5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj index 99b6ca9..f3418f1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj index 2e659f1..b4b1a9a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj index 127fe57..d4fc011 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj index 2e37eb2..233358a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj index 715da82..3ba1da7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj index e6ea608..0b86699 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj index 94c2692..c74bbaf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj index 16b8312..81338b0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj index e5fb7d7..c5a52ed 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj index 28a8423..bf3b412 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj index 3b76bec..3f98312 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj index 25d2e84..784aaa1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj index 860c67b..40df533 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj index c2ee952..f68daed 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj index bdef6b6..66c96fc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj index bdc518c..e57b0c4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj index 8fea5a6..87588d9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj index 5eb63a6..22a3454 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj index daa8cb8..57e11fe 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj index 7277572..ba4d3c4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj index a0a075b..26bdb8e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj index 8f9330c..0a363ff 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj index 8a4face..ff398d1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj index f4cff48..0d0d672 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj index 43dcc26..29337f7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj index d00541a..6b78ae0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj index 2f18cea..2f496ff 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj index 44e61ee..d20ed53 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj index a26ba16..7117695 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj index 90f34f9..7843cd3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj index 956aeca..d40a73b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj index 2ce9bf6..2b127f4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj index a7d1110..96b2668 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj index ab32aeb..53f58d9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj index 215a862..da5fe88 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj index 4548bca..4274b3a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj index 3eb812f..eb2e91a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj index 74f4a18..91f1e1c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj index 70feb8d..8d5df2e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj index 237153b..559779a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj index 4a07794..4910c3d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj index 1be95c4..9c081d6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj index 731545e..04f951a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj index 67ef107..40db733 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj index 5112e10..36946d1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj index faacecc..0e2c4d2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj index f59a6b0..413c12e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj index cff54a4..66afb5f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj index 618f5e9..43b0f1e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj index 73c5ff2..a5a5c3c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj index 77951cf..20d5019 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj index 500b533..1794800 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj index 3a10c19..3f1b910 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj index fee89f1..8b1b0b8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj index c229f93..42c4be7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj index e9be117..ff47a34 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj index 0f166a8..f28d5b8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj index 9cad55a..c3a7a35 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj index 67add40..3139e91 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj index 466de94..61702ea 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj index 99bad15..a73cf0d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj index d6bcd90..8d46d6f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj index ec8f6e1..1cfc2b9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj index 6d56bec..2671b8a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj index 0e59e49..af97cb6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj index 2c424b7..be4765c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj index f6702ab..56e89ba 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj index f6e752b..8b1dc68 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj index 3165346..22bdbab 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj index 3080ede..24f1463 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj index 9a0381c..964faa0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj index 7cdd910..04652a2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj index 9547a00..839647a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj index 89f2d9c..10726fd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj index ab38ce6..2910c31 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj index 0ea8826..31ba0cb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj index 70da664..842a593 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj index f8e8d72..928a9ed 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj index 63fa22b..7500839 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj index 41f9cd0..613fceb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj index 215d1f3..8e50571 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj index 0e901b0..ba57dba 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj index c4cc1c1..3e9380c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj index b44b2d7..5745900 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj index b8d5318..e510de7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj index 0efe344..ce87e7c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj index 1bb2947..98a80e2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj index 57f84f6..7d923a2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj index c599e51..acdeec2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj index c3add6f..e68d429 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj index e0b7f4b..7a25410 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj index 9d6c6ea..653ce76 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj index 9f47c40..6bcb78a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj index b3f10c6..d5c966b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj index 1e3b6da..235ef81 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj index 18f3c94..fbb1f49 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj index 653fc9a..12d93bd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj index 2996ddb..0f418b6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj index 661b54a..44d1f5f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj index 5287d4e..d40a37d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj index a989831..c4695a9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj index 28f0de9..cd533c9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj index 05a1b45..5483890 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj index 60d519c..1a73031 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj index f14c5fa..cdd6e00 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj index f1cbbb7..51ec469 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj index 9fd0c3d..2e18a34 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj index 9e1d2b2..132ae22 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj index 8121fe8..dfff235 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj index efdfe0e..98c5d49 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj index eada8fe..7e1dcfb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj index 2ccc8d0..b9209b6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj index 27a8496..31a878f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj index a062bfc..db1422a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj index b5f424a..48e0e8f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj index b8e1310..30bf60d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj index a865e96..d5c1832 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj index 4a55c58..f8a5cae 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj index 002a477..f65520a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj index 867c451..61f5ef8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj index b08138d..87230e9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj index 4375669..256ed56 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj index ed0bef8..40f378b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj index b393f44..5e3ead5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj index 88cea05..9fb02d2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj index 1718130..fb401d8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj index 9676990..f37b73c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj index ec595d1..6685fb5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj index 1dfd6b2..dd24881 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj index 9040fa9..5dce219 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj index 1db8700..c17f8f3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj index ffb7749..2ce2e14 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj index 21ff1c6..6d281c4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj index e83f163..26d58bb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj index 6ea0cec..744278d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj index 030b745..8e09f3b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj index 2c27790..1b0eced 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj index a4d910c..00e603f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj index f489da4..be8c103 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj index f8da02e..d0e7ae5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj index d709ead..ad54d25 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj index cf22031..8743df5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj index bd62695..efb31cc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj index 5b2c222..b3282b8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj index fe8e807..a3b49c9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj index cd40ed1..7f4cacb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj index 9528455..8c65da0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj index af2ce0a..bfaf1ee 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj index 7530804..5a845e6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj index 8021957..e036e28 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj index 889b2dd..b176585 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj index 2d10cc2..49c7df2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj index 58c5cc9..bec3e73 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj index 00a4cb7..372852b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj index 23cfd60..5789973 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj index 3d38540..85ed5cd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj index 0fb0bfe..69adebf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj index 068e0e1..37cbd47 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj index c5b4eac..a202665 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj index 29f6230..ed428cc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj index 7fd274f..360886d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj index b2666b8..b7ca6ee 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj index 3ed27c8..4c5c261 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj index 66fce5b..e28ce63 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj index 63a4f18..93309a1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj index 2f9c26c..b0607a3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj index 269ef72..eb96d6a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj index 5d132dc..fdce6dc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj index a815d9c..6792fe9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj index 375f99c..9eebd39 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj index 592ad22..1f4b03d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj index 740d638..f231e7f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj index 3fe8872..5e6cda0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj index 1321a36..3e2dc00 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj index 5ebdc85..3efdb92 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj index 83fd197..3a5bb95 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj index 6e271e7..9e6846b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj index a4a4455..9f8a598 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj index ce2d806..023d178 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj index f263969..7bb953e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj index 1588a82..80ec393 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj index 7e36b3d..7044661 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj index 7690d63..859820a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj index 2472f4f..0dedb14 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj index 694421d..96afb64 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj index 7f0454e..7ffbd5f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj index 3c0f0e2..86e13ba 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj index 34250d5..3ab84ef 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj index 5de008b..425499d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj index ecfe680..f57ba1d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj index e7c0e08..1415124 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj index 270dd5d..00e5524 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj index b5ad089..32099f9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj index 172026f..114aa86 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj index 5731007..abdae29 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj index 6dcfa2f..8fc1332 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj index 44eccb4..8b83606 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj index d0429ff..7bd13bc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj index ddc9129..460e107 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj index c025126..58a65f2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj index 2fdb940..e6fd314 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj index 55f9cd9..79212fd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj index 5bfde5c..587830b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj index 7a252dd..4fe0540 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj index 736205e..9f84abd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj index 56c40b8..9a63ade 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj index e59e397..3608573 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj index e7fa2c9..488bdaf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj index 39db4ee..3a177d8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj index 8e577b3..dc17db1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj index 1aaa8d0..9c22c83 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj index a0ebfcd..b117cbb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj index 971131a..d41880a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj index bcd3a12..267e879 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj index c1c2150..965c8d4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj index 3e89401..1f5b9a9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj index e184811..776cd1c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj index 28495dc..2b172b6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj index 6fbd69f..5ff4eeb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj index 29fd9b7..88ddbd4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj index 9708adf..2cf89b0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj index 6d17992..e9c096c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj index a3f5c2c..33e145a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj index bbe8c19..089c411 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj index f95b4c4..583b182 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj index d15b567..9d66d72 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj index 94dc7c3..0408d48 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj index 798399a..abdf434 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj index 48b0670..ce1f536 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj index 301b437..d007820 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj index c39a01a..a23c6a9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj index 2edd74e..6b0520a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj index 97c0da7..baf84b9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj index 822da95..21d8e16 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj index 8a8824f..b51bd75 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj index 7c925f9..87f7557 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj index 67828b4..a7bcd4f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj index ce1568b..cd73108 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj index 5a7d5d9..02199ff 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj index fba3b4c..4cb4b60 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj index 22d25fd..cda27c8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj index e167dfb..b8e15b7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj index 1f1181f..8c270a5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj index c0cb835..75db30e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj index 0f599c2..41c4630 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj index 123b56d..a02f33b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj index 77ce833..f8595c4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj index 1ddd09f..6478571 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj index 27c074b..835c825 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj index 0fb6d97..b058dbc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj index c372068..776a7cf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj index bf621c4..7548087 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj index 46548dc..0ec57fb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj index 6c40e6a..050ba3b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj index a7cc234..dff224a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj index aed7996..4060c54 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj index 58556d3..443a63a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj index 83cd68d..dda6c4c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj index c1f6c2b..453c773 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj index bb20e33..0e0dc71 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj index fb3f353..5459bc3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj index bb48e67..c5aec79 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj index cf4572f..069edd5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj index 434737e..f29c994 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj index 63b742b..ea72402 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj index 8b033c6..dc3dcfc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj index cc525ec..4aa59d6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj index a663b32..39d2518 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj index 89a2d35..df592b1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj index d8ed1cb..34aa9ec 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj index 7effda8..6fe6445 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj index b2177ed..d4f5362 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj index 0f88307..9d52e3a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj index 049b197..42ceabf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj index 23163cd..fa41116 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj index 08f264d..e33de32 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj index 87274d4..b9eed83 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj index 39d8e75..41faf58 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj index f17618b..5f9f59e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj index 7157e38..9e2448d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj index 7036850..8ba129c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj index f474335..3ec16d4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj index 7bb2967..9632749 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj index 6d5e58a..4894798 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj index c80a258..d180d46 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj index 35ba7fe..ae71aea 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj index a4c75d1..e9a9f7d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj index 4ba11dc..06ecab5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj index 29f1a45..176587f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj index ab407bd..4c53829 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj index b6978dd..eec633b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj index 79db03d..5c086ad 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj index 5e30533..4895be5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj index b214a42..f1f3707 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj index c524225..2fe8cfe 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj index db6e5ab..ed9261a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj index 1f5f40f..5b1a716 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj index 9881aa9..265f246 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj index 6c3796a..4b656b0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj index ca9226a..e173606 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj index e538fb8..00c5543 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj index 63779d8..ce086a9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj index 1849558..6372654 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj index 82abc25..294f5b3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj index a9b36e8..694f32a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj index c2dd006..5c35df4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj index 9dbf1d3..9135c19 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj index 5cdd72b..7d79082 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj index 12c5b7a..02a4a8b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj index 1472491..8ead9ba 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj index 207571e..d1d66d6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj index 4e73926..2de7437 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj index fc9d81e..9690a94 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj index 3585e30..05a2c9b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj index d3779e7..4dcb76c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj index 59c36f7..bd2906a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj index cf7ca96..379a697 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj index 50ab132..54b4f1d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj index 5cfad7e..96b67a5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj index 8aab2fd..6b781e2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj index bde291e..493bf83 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj index 9534d64..4ee21d3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj index 3ce117e..8e26015 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj index 58734dc..3222fa0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj index 339629b..23b197a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj index 13636f4..d484ffa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj index c039d75..1ae03ed 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj index a77bac9..2442ec8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj index 39d55de..af9b625 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj index 4313f19..f95f32e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj index 23ebdb4..0e742b6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj index 8cad04f..233b5e6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj index 2082253..412e88c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj index 4b5d7d0..b85c84d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj index 912605c..e34e851 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj index 503a8bd..5a7d417 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj index a4cc4c2..98b7708 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj index e28b110..1253138 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj index 9fccca8..4bb7466 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj index 1aa7a87..e22bc68 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj index b746094..b2ed251 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj index ec92c98..e8f02eb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj index eff1ebe..6ffce96 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj index a334a4b..30e5643 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj index fd95d50..63f9a0b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj index 8d6a427..35a3c59 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj index 537a220..7dfe107 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj index 0685f36..28d6e92 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj index 2c56714..75305a4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj index d5e3bfc..bb0bfe3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj index 24977bd..1f35613 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj index 3d4a7d1..56d2c37 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj index bcb4a7c..77ef53d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj index cb11e97..2334f9e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj index 60a668c..6cbb97f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj index c3e34bd..7fe869d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj index bf24beb..6fc7a6d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj index 8254bc2..1410139 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj index 0587131..41dc80e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj index 8fc4230..014574c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj index cee3863..2329f87 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj index 5b44b8b..2b013ab 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj index a55ecdd..4e7d97a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj index 0ed9def..11a711f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj index 593ed15..98a9d86 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj index f5c5b3a..e0114f0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj index 18021e7..f40ec0d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj index e4d4d1e..09670c4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj index fa7a856..64e5175 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj index 197b23a..94d04a3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj index 210319b..35377be 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj index 2c806e9..db72504 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj index bc3fc0e..62643e1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj index af27028..c7f7e1f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj index 993e631..df5417e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj index 63d909e..6afffcb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj index 500a2ab..0065671 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj index 920c9dd..20fa39f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj index e7aa3c7..a7b725a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj index f6d8001..65543c3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj index ba22e6e..b7aa8b4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj index b16954b..fdb99ac 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj index f71e8e8..efb0c4a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj index dbcf598..7dc63c2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj index 53c4171..d19598c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj index 4e26e62..7d5a49d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj index 56e2bcc..a5bc2dc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj index 42c463a..336d86d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj index a920955..69e1cb5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj index 3dcc65d..9165fc8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj index d00c6d8..65ef2f4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj index 59bae2b..a4e82c5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj index a1c4802..0982afc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj index 0a3bfe9..1514ef7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj index e09ccc8..2ec4a0c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj index dc1b5c1..cc55679 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj index 01bd94c..f90610f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj index 01f5608..0772937 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj index bf0e4d9..ae6c8db 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj index eb1c884..c4b1e05 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj index 93f256b..bd1423456 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj index ddf65a3..9aa6109 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj index acf87b9..f802826 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj index ac004f6..021b44d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj index 6cafc04..5bbb589 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj index 7a17100..ca45a22 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj index 95e1602..20ed8f9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj index 11302cb..bc6c76d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj index 484acb2..951f158 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj index 99c41c1..5622fa4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj index a8c264e..4cd6907 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj index 46a33df..47790f1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj index 73bf89e..5138ad9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj index 10b3397..9c960f5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj index 7f81532..a9c1bce 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj index 62729eb..e0d691b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj index 8dde3dd..e9299bd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj index 778490c..f65699a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj index 4d6dc92..a51dd8c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj index fe1f5f4..5019e14 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj index 79adc93..103c5d0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj index aa2d6c4..eb71bb6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj index 9eb9849..f6913a1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj index 0592492..ff7b4b0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj index e63f4b6..a558dec 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj index 74f3686..739153f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj index eb9560c..dc39c7f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj index ee0b319..e099680 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj index ba04777..cc616f9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj index be9a4ea..38472b8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj index 7e9298e..39873ec 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj index 0e5ffc6..c5b3e42 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj index c6d6ff1..ba90b37 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj index 8dedcce..fdf9266 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj index dd7ceb4..008e474 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj index acb0499..c0e0313 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj index 72b0f1f..27f56ec 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj index 04ea1da..81a754a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj index c346a68..65d9ca5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj index 0b63fa2..51eeaed 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj index 1cac029..9d3c929 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj index 6ac803b..ef245fa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj index 9f08bf6..6ad7710 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj index e7b14da..5efb771 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj index 34f67f1..c28a4e8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj index 821fe45..01cd287 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj index e580c66..24d4385 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj index c977431..9c5a4cf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj index 27c7a6a..ea9ce36 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj index be29bc9..299e5f7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj index 7f6449d..3c92ec9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj index 7a0cf64..60ae966 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj index 4d5d2f7..9d7a437 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj index d21ccbc..c8587dc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj index f25a9eb..3f28768 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj index 312ec24..3b0e9ee 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj index 515bb84..9dd6131 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj index 0ee5e31..3d85275 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj index 2e57216..dc32c5a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj index 7b9fef6..ab52fce 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj index 49571ab..93b1898 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj index ecc113f..3b950c0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj index c788aa0..594f28c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj index 28e4f87..f0f2d22 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj index dc9b555..4f00427 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj index 2585b18..41eb897 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj index b3406c9..ba47fa8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj index 719ad95..0ef8c72 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj index 5e7ba7e..39d4527 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj index 656e2bc..eebc9a0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj index a8e60fd..02faf8d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj index ccceeaf..267641d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj index 161d96a..ad1b88e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj index 305ddcb..41b3f6c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj index e7819e4..7e5eb56 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj index 975b82d..e5448d2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj index 5e1f2d3..5a8fe19 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj index b7ade86..206ff98 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj index ebca068..c3bcc92 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj index 75dcd74..07c1209 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj index 831f40d..6ebb5fc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj index 90cec35..b8bb45c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj index 3819ba9..4d217c8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj index 7e55099..42e15d0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj index c4e6009..4cfa8be 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj index cb883df..2257b8f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj index 7c0c467..ee623d2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj index 472248a..c5b80e1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj index 2b4367f..b16aef3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj index 3c2df32..79c9d2a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj index f1ee36c..0616922 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj index b8e0653..16b107a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj index 1d604c1..2583026 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj index df08f6e..20ab9d4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj index be7aa6f..d47c219 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj index da4e1f6..fbc5c03 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj index 54871d2..4d23ca0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj index 5a2a968..8b3388e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj index de8e8a5..b8dabae 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj index 20a611d..93ede2c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj index b6b267d..dfff3ec 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj index a06eb40..081d4f1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj index 33571bf..b2c4273 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj index 0bcaa91..d34acc4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj index 2480f74..984c55b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj index eb21487..ea24f13 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj index 59baa2a..191b877 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj index 7427e68..0b0635b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj index 816b27a..b36a578 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj index 914d686..c74a7dc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj index 3c291d7..8996188 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj index b6a0504..9545122 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj index 04d03f4..c0b6681 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj index 3c88cff..f9012f0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj index bf129cc..6a23a53 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj index b9d29d0..e1c8759 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj index a5da4c6..1098e78 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj index fe74c59..8e4c138 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj index 073ea37..d8f3479 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj index e3264f7..27f32c8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj index f504118..56aa09f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj index 3b5a0ea..935bda5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj index 5f97963..f3e535f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj index 63bb7d3..4d6f840 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj index 29d6bbf..274018d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj index 4903619..d52cc24 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj index 3553da2..90e0fbe 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj index ea71a90..ffeb880 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj index 998d465..fd6dd51 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj index d7cdd12..78aa5f0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj index ee27f75..a045c50 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj index 17623b7..be20718 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj index dbc5c0e..4e4cb9e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj index 54ddf09..b5a4b81 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj index 09420b5..f3ff8f8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj index b96c2d5..4bf3457 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj index 67913ae..2fa40ee 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj index 7579662..fcaecb6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj index 37362ad..67f66c3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj index 2a05e5c..051836f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj index 79d042a..5749e80 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj index 7bd6b92..d15bfe7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj index 6a5c18d..c9df51a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj index 314c4c9..044751b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj index fc08d8e..65c335d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj index 226f54a..2a732c3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj index bee3b4e..2a715fa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj index c3908ad..ffd0dda 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj index 8de9b4c..bc66728 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj index c74de07..e7e3d34 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj index 9316dc8..a108f5a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj index 0ac00a4..5790041 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj index d280b2e..dcb7fed 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj index 6c84c5d..4954f69 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj index 401bb1d..89fc4e3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj index eaaea0e..3154a29 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj index 2664d83..e24a3a7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj index 8370d04..1a43685 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj index 260c369..36c92d1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj index eb7b89f..06a1068 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj index 346fdb7..2f9631d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj index b18acc6..20b9c7c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj index 9f83975..864af55 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj index 61475c3..b8028f5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj index 8823435..ed8d7a9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj index ed1b16f..6652d42 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj index bd472c1..ec85d6c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj index 0924066..39040b6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj index dede74a..2913eca 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj index 1d26388..d705f98 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj index 5c533ae..7024b25 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj index 90fb78c..0079eb5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj index 0f7572c..cdc3daa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj index aca51e0..3ca7f50 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj index 2ecbfca..7c6b1ad 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj index 1c7f437..dc0bf13 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj index 8146af4..affbf82 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj index df9bc30..9f17be7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj index 696c4a9..a167593 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj index 041cbe9..5df1705 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj index 5fd1c04..9743f0a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj index 89ec714..f8d47da 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj index cc4ae78..ce13150 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj index 787c03f..15f3512 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj index a3ce2ed..719ccaf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj index 1d7ce18..551adb1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj index 744797f..efc25c8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj index 1619e1b..43ec4a0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj index 3582782..0dae738 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj index 547b5f4..c359373 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj index eda055d..5b7e656 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj index fa53f9c..df0ffa0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj index 597c684..ae78925 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj index 92b5f8b..218a0a8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj index ae377fe..13a69a2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj index 4cd5099..862fe9a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj index e81c920..778c728 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj index ec5ef70..fae9f9d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj index 55f3bcd..cf656bd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj index 310a5c4..82c6c19 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj index c1cc606..a6365cf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj index 860479e..efbff76 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj index 2b60d65..7ac3ca2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj index 927649e..6493d0b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj index c152593..b2254a9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj index 00c2991..803890d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj index a73105e..99842d9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj index a5f6b2b..40e0b78 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj index d3041cd..3e5a069 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj index 590a4ea..9d02fad 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj index 13eef6c..c7ad331 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj index c9c0038..c845eb3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj index 4729556..e3b19a6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj index ba04968..e61aea0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj index 5141cf8..b294981 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj index 9971e36..79d46a5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj index ccefd8a..0edd9e7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj index 9c3c4ac..22fc9be 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj index b23610e..c552fa7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj index 41f2c4e..c7e32ed 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj index f80dd70..f61525f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj index 1935261..318538d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj index 6f053ed..d7e20a6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj index 5e505a0..b4ba206 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj index 551d1a3..90d4d6b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj index 27189245..0bd6ddb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj index a196858..4898f37 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj index 4f62d01..c20c602 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj index 66f58d7..1934113 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj index 1b016cb..97c396c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj index 791d7c9..2a215a7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj index 9df8daf..550b3d7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj index 8c73a1d..cc9aca9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj index 249eb2e..199ad23 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj index a14f46d..54bf75b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj index 5b70052..d2cd938 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj index a32c343..3f4de1d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj index b6b0a90..549e754 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj index e708a44..839a1cc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj index 38ec9e7..6a65b89 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj index 9b0dcca..9ae9510 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj index 3750296..052d0f6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj index 1368495..ab0cf4f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj index 8adece3..d064c27 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj index cb72295..e054ee9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj index f6f8b9c..4e07416 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj index 44c8e22..4ea3949 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj index 1f1bbba..b3bfbb1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj index 91c6eb5..abcd46a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj index 7aa522d..6893c83 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj index c5676e3..931bcba 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj index dbcb59c..0fd9463 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj index d88f59d..f3fc938 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj index 21cf7b8..923b69f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj index 768986c..abf10b1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj index 3a334f0..7839aaf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj index 9337819..5209fc3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj index a3c38a0..1d7793e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj index 908dfef..a520e12 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj index e903855..e61c623 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj index b9644d1..ee25933 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj index 51b64e9..ed00ddc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj index 0386c21..80f2b84 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj index 48bc146..6f12d36 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj index bd48dbc..f8674b4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj index 5a9d6e4..5f63a5b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj index 5c0dcd2..9dfc3d2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj index b1ea739..16f4b92 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj index 78e3a15..1efd659 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj index 0867818..7bd8122 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj index c71dbae..c311a87 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj index 1ccafee..cb49457 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj index 0a4994b..e69c7ce 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj index fd2bedb..3ea883d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj index b1544b0..16900db 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj index b50abe3..6ee7362 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj index 5cb8dff..351645c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj index 6fb1703..0b64425 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj index a4fd6a3..75fa8e8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj index cc170d8..f29f8e8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj index 2ee23b6..3ebcccd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj index 06c4f86..ed6cd1a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj index fed5ba7..e7cd846 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj index 4a3012f..003c8dc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj index be504d3..1d4c037 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj index e983573..643443b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj index fc4d292..2f6c404 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj index 81ee963..5fd7769 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj index 89db3b9..67a2cb9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj index b304216..360bc76 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj index 7258a38..295eced 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj index 0b00436..3363f52 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj index 2201169..4094e75 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj index 5597c02..5f4c6ac 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj index ee71f0f..eaa063a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj index eb9582e..1d881a1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj index 562b1c0..b799461 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj index c40c974..f53203a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj index 0c22c85..6979960 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj index 10e1d20..1b7919c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj index 637fae7..660e2ec 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj index 63d8416..ed45a80 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj index fe88e57..56ecb41 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj index 5b8f603..57bba50 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj index c03396e..240213a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj index ef402bb..1127f97 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj index 8356c97..be7bb80 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj index 57cda68..e329bce 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj index 7d0b5b9..7e1be1f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj index ad46760..777d319 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj index 3818a3e..83bf770 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj index bced244..61b3eaf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj index 711dd04..f8a3515 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj index f8a478f..de7f930 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj index 9f4bc70..d024c1d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj index 7c3568f..a415a62 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj index de2930c..5d61f53 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj index f7d1247..09ff8e5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj index c73dab3..821e408 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj index af4438b..9fd7177 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj index 3bff3d8..4e723ed 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj index af30ea7..fee075b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj index afa8a72..c143ba7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj index b777b92..75e5783 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj index 3e9b6cc..5c2e0ee 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj index 3b763e4..6a4dae3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj index e5d106a..9c0d129 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj index 6098622..ba0de52 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj index 1436dd4..201c10c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj index 1908dee..9eafef1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj index b3381c9..68d3c01 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj index 354b194..95b1dc1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj index d126e7e..0cd725b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj index a131c1c..dd0dc2f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj index fe5fa81..6284fe7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj index 02a2fd4..1cd27ac 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj index 96886d9..825611a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj index 31f76a9..817dd8b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj index ba889a9..1bf4128 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj index f449c81..dac8906 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj index 220ab06..b452dec 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj index c3b07e6..497fe62 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj index a594158..b443767 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj index 163e79b..b1f6a45 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj index c0bdff8..8689989 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj index 78a2651..c8102cd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj index bb3afa3..b90f31a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj index df7948d..1c2ae75 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj index 41c348b..4c9f731 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj index e0de768..1974b7c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj index ae5e499..34ca200 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj index e185a14..68f7985 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj index 1e300f0..005e1fd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj index 142c48b..c39864b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj index e5879d2..4ecec5c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj index a44f262..6a90e2b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj index 20667ca..6c02962 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj index c7364f4..7441c9e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj index 7d7418e..228d8b7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj index f8dc627..66fd636 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj index 7fbb1dd..10252b3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj index 0315d1e..320f7ff 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj index 0ecea17..920df1e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj index 9a57792..34d701f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj index 08585e5..f711ad1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj index d7165dc..1357c4f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj index c9061bb..1ab3a30 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj index 0d869f4..5658561 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj index a8db2a5..e760b6d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj index 7e0c44a..fdb1074 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj index 132bb9e..1c78d75 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj index 71f54e2..55b0b27 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj index a5f6c11..4f9c51e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj index 3ed231f..2465f4a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj index 9ec911d..1b9e93b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj index 1fd4997..aee7691 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj index ce98aa0..2796047 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj index 4df1060..0a01cb2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj index 9b03adc..cc94d85 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj index 0426e63..6af0811 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj index a412785..cf93883 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj index d0fe75d..523178b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj index e5a73a9..48d5b1f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj index d03fb09..15e48ed 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj index 9e9972f..fc9ad99 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj index aa9735b..1c2a5a3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj index edf7918..a3bdf42 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj index e6679ac..2a7063e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj index a270c16..61ee510 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj index c9bcd39..57c7ee5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj index b53da65..abafbf7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj index db08c21..26f1996 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj index 429071a..c40df81 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj index 84dbd2e..a83c938 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj index 27b152c..92f7749 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj index 28c13c9..c077b9f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj index 40b4ef4..7691289 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj index c9f5c44..655d3ef 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj index 0b5bc5b..20a608d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj index 3a2e27b..28094c7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj index 88afe17..33acabc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj index be33359..a4398e8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj index 5341f4e..2aee0bf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj index 66cfbd2..edcbd6c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj index 397fd51..3d645e8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj index 6443c2f..48ec340 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj index 7b2dd49..a0f5d98 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj index 10079be..1e1d3ae 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj index 6f84591..28585b3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj index 5a081f8..06329cb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj index ae3e2a1..3eda113 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj index b0c196d..f3b9a4e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj index edb5f35..3e0294d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj index b3ba250..c69148e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj index 1aaa242..b029e4f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj index ab63d16..a2f9a23 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj index 8e6fd8a..4320711 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj index 6444b88..95794ad 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj index 392b9a7..57d1a51 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj index 8054c65..ca23361 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj index fcc0c77..7f36ef8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj index eb67ec9..bdfbaf1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj index 84f5ec4..d8350f1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj index cd3761c..2e2f53c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj index 3da2620..5183a83 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj index c3b380e..614e17f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj index ef3e2a2..a73d871 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj index daa511f..d5e19b0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj index 3ff2529..ab77a5c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj index c882e53..c6253b0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj index ae6b8bb..596abee 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj index b86f436..12ef98a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj index d8d88fd..ec66038 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj index e12e26e..5df7126 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj index 8745bae..59ec49e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj index e093f09..1539392 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj index b3b2e89..9893938 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj index e73afd6..9c1c5a1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj index e905af4..cfe9729 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj index dc029a7..a0bd903 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj index 34aa117..ef2d618 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj index 7b52713..360e139 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj index 67d6fae..1af7b28 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj index 508d34b..44d78c3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj index 3bba954..ea0a529 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj index 4092877..763c22e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj index c0deae7..6e4bdab 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj index 92888da..b453d9a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj index 420dfcf..e8c36f7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj index d3a7ae1..85496c2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj index 6d6bf6e..1100e46 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj index 24494e9..373efc9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj index 917bf6e..88e9a6c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj index 3fc48df..ee39296 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj index a1e69d1..8ada9a5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj index a899104..70e77f4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj index be5f577..2b83779 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj index 3c71139..0dfbea7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj index e17895b..80e58ac 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj index e252d1f..82530ca 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj index ead4072..32628db 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj index 9c85125..0e49398 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj index f9a3494..542dfe6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj index f485b50..cd60f52 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj index ca905e6..1ffb9be 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj index 4222c94..acc805a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj index fb40a86..8535955 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj index 3dced60..a5ec42a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj index c2876a4..abf0e4c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj index 1fc0620..0e83359 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj index 6bafde9..62a6885 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj index 6c4d1f7..1eb73bb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj index c244d2c..a84ba68 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj index 51ef39e..aaa2e7f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj index 64e4880..5be009b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj index 3d9dacb..1353127 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj index e71d13b..1d49382 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj index ec3f6fd..c3e24d5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj index 1fc41e8..3e60410 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj index bd59db8..f835629 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj index 57f10a0..3663060 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj index 8854502..1aba87e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj index 4ff7ff0..1d4d81c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj index 54315d5..ceef6eb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj index 61aff3e..de51c03 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj index 2500ee8..48d9b4c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj index 8ae06c7..a590ceb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj index c4b8678..566684b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj index 69fd6de..b10fab4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj index b23e1ba..a5024dd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj index b4b0af0..dcc72e2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj index f8cec88..e75568f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj index aa2de5d..9f0ce41 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj index bfd54b4..c3498d5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj index 98f9fc4..cb5aa2b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj index 6e843b5..3cae803 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj index a25f25d..fbcb2bc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj index 6c55fe5..5d1abdb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj index 86c10ae..b68655c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj index 3a1b1e5..f7738e9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj index 8e315f7..4c57e3a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj index 8769fc5..0244c60 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj index 000df87..8547cf5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj index fb3774c..5d8a634 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj index be34cd6..b105ebf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj index 57868f3..05c1595 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj index c1e35be..53552d2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj index 5dc659b..49c1b1f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj index ea2ba16..d9b6785 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj index 452b5f1..8bbd7b3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj index c89f06d..3f4f79c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj index 99dfebb..262c6f9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj index aae99e5..78831b2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj index 5711228..3565405 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj index a995375..cf0895b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj index fb8f02b..3db50b5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj index 09f14ca..dc50710 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj index 3ee54b5..ecd053c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj index af43cdd..039787e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj index f37d736..47078f8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj index afb0440..60e6366 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj index 913ad89..777ee0c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj index 770e020..722172f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj index c9fe9ee..8217f82 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj index a0cde3c..2bf6760 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj index 4c0e08f..79b8998 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj index 29a8d9a..28b0e38 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj index ef147bd..3f30be0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj index c9060f9..31d1672 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj index 0b8b61f..b9e289e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj index ccd56e1..c709140 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj index 4f0ad29..39bd0d6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj index 0a516a7..94d34e3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj index a45b153..3d44d79 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj index aff8df7..f79ed3a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj index b157150..9a777aa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj index 51ac969..6e5d5f6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj index 5a61267..dd5b7d1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj index aaffedf..4af797f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj index 30a586a..ff3b70c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj index 11d3710..c9a0119 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj index 941c2fa..005c8c5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj index 2bb3b0e..565a41a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj index 21ec7f4..fe6666e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj index ff64617..ba70f80 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj index 46ee68e..cace9fa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj index 5cf2056..f6cb6d9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj index e631b16..eee64b9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj index 8315b2e..06cae97 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj index eb7c87f..de826fb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj index 69cefd8..3c511fa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj index ae8de9b..9117396 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj index e2b5a4c..c8d88ae 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj index eb524c7..1208ecd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj index efa1ece..43d62a9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj index cdd01cf..4cbb44b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj index 6bb6c5e..46ffe4a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj index b5fed7e..2965596 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj index 6eea7a8..a488679 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj index 615a800..480d86c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj index c4576ec..48ded8d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj index d36109e..d1e9fd1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj index a3416f4..feceb77 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj index deb1511..fa399e3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj index 9d719ee..6eb6ae1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj index 7397c50..b240fcc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj index c126580..20febfa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj index 055c4d8..2f79094 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj index d46a36d..b495cf2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj index 8928ad0..4e08a58 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj index c4b4486..aad60df 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj index 0196448..df04bf8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj index a59ac93..6f86b8f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj index 15c6f4a..a233f18 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj index 98d4195..179031d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj index 5313274..f809c32 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj index 4ce15f3..d5655ef 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj index 78b202b..994350a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj index 9fab8d0..0a6efdd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj index 837d43d..325d6d9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj index ff205bf..c08ef81 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj index 166a958..022e7c8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj index f4e983a..2193ed6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj index d4990d3..cea8321 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj index 09794e0..43f9488 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj index ce043f5..35cef9a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj index 7ab3178..19f6a03 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj index 21c3a80..6bbc811 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj index 37592db..7b2328e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj index 9999866..43cc1b0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj index b9b6887..0e117ae 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj index 38c17bc..43f5e69 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj index 6b5c1ca..f6a6a87 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj index 9d9ddd0..8f81d09 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj index af7a407..80f9688 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj index 9490e18..d657573 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj index 2088af6..165fa29 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj index ac06be7..a389437 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj index 1d0a01c..b5f283b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj index 58e76c3..cfae87a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj index 562f536..e52026f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj index e061e07..fe9ec3d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj index fb2846e..62ae333 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj index 59baf96..245e08d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj index 112e703..fc72bb9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj index 7ea06a2..9d17c68 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj index 682c57e..dc94895 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj index 59cb6e9..1c9a8b3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj index bb0eb75..edc5ffb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj index fdb886e..84c8015 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj index d16ea0f..879c3eb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj index 7f49e70..2d67282 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj index c192f8d..51e174f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj index 7229da8..72c8f61 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj index d108bee..49af5d9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj index b2c3ef8..6da2b93 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj index f5b4a24..0bbef13 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj index 5085072..d71cd5d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj index ac041d4..4c6d04a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj index 180155a..20bcb14 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj index 924745c..7eb8893 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj index a020fc6..8c8fbe8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj index 952a2a8..11a4281 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj index f0dd01d..74b8085 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj index 4e805c9..e3f0bef 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj index e9b3070..3cd8b2b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj index d38ebb3..0c52004 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj index 769a355..334c700 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj index 5249eaf..7154390 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj index c51b80a..719eff1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj index a922173..5687ae7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj index af5e1c3..15cf2c7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj index 4ddcbe4..41a8728 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj index 202e408..9617d44 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj index 568e662..01c6957 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj index 3405224..32d772e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj index 7cef520..9dd93b7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj index 54c8abc..bd587af 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj index 1e99411..9b9f5b3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj index 7c822a0..2077d94 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj index 99099f1..8ee4ed8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj index a5973e9..63b2bc9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj index e68d1c0..29ecaab 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj index aecee95..e38213d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj index 6be6c25..ea0b796 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj index d75ffb8..1f20e79 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj index 8942814..0de742e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj index ca372d0..7bae71d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj index a5890b7..52d231a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj index 066b419..249d3b3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj index c0caa9f..725fef3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj index d461102..a7854a6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj index 4a0a576..27b5f2b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj index e725540..3bf8361 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj index 83b9048..ce1a95f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj index 4b1f655..1811d0f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj index dae3128..6cb4e36 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj index 34f1cc5..7e693e0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj index aeaf019..bad7fdb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj index fdcb196..b2d9d0b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj index c3e69a1..ecc51d3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj index 2042d66..8ce235e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj index e916aba..2a2a267 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj index ad8975b..f501405 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj index 270d92d..ad69baf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj index 66b7a95..644fe6e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj index 035f9ca..8b2dad7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj index f335bb5..859b0a8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj index a8089e8..c075ed5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj index 7a885d3..b3f2cec 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj index b11f524..2c68167 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj index ae0bfac..26fb070 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj index 6b415e2..3d4a770 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj index a960821..12e02f2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj index 9a4ef7f..a9b3ad9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj index d701061..c0b1d97 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj index 9eeea62..affe46b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj index 3864563..af196fb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj index 4785da3..61d3ec4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj index b68a1ca..d1bfdc4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj index c46e70a..74a00d6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj index 541da7b..76b6d98 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj index 734f74f..fa4cb84 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj index 6389774..df43004 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj index 8453efb..e4e66ff 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj index bd8141e..f2383d4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj index 1b3a96e..d932b63 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj index 34a7808..345301a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj index c2f45e7..512b4f1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj index e931deb..625a44a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj index c9c9e74..a726ca2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj index 5c2c8f3..8cdeac8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj index 8ed4a62..b9e43cb 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj index b93207c..35e8a87 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj index b630ca0..704c55b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj index 85c4d41..0bdef76 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj index 808f997..bfff94c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj index fc13d98..21dd65f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj index 438aaeb..167903a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj index 7364046..a2ea1d1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj index 7edaf07..9967b64 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj index 32d78d9..c2b7a02 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj index cfe1e5a..b1e91a4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj index 919b86b..c190952 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj index fe488d1..899f57c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj index 158c8cf..bb9c9e4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj index 62ea521..2530705 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj index 5d93986..d93a74a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj index 1b2ac31..12cea43 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj index ce954f1..9f0ecce 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj index 7aa7919..32bc4ca 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj index aba191f..cdff18f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj index 457542b..64e9af3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj index 5e7781e..a88f76d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj index e889824..4214ec3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj index b874f54..08fe76a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj index 4edf74f..ff4fa97 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj index b006091..2bf8795 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj index a2d364e..52e7da8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj index 5159f56..af5f6d2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj index b143a52..3894a04 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj index 7f229e0..d25c0bd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj index 61fd92e..297755e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj index a39a273..478ef1b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj index a6455c7..9735fed 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj index ccd43e2..f2f39a0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj index 5ad6733..c5d32b7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj index d126515..b88ef5d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj index c7bf67b..5d15a31 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj index f19a66f..ea1b28e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj index ecf1d41..f6fa646 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj index 4224263..81527c4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj index cb765fd..cf8a600 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj index ad1d11b..fb59581 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj index 319f9a7..461bbaa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj index ab6dc79..f572e50 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj index d742360..4e47c95 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj index 468bb72..98042c2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj index 6046c94..2c434b7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj index 87d1e62..d3bf39d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj index 8342456..9c8255f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj index 711f9f8..1929f3d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj index 67fb520..1bcb4fe 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj index db5ec99..3c21468 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj index bde0bda..feb85ab 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj index a45a416..0bbb0d4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj index d5d334b..ce5e0d0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj index 94b6c64..f68814e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj index d6de10d..291f00b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj index c6746c3..ed9b7cf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj index 46e1535..442ecc3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj index ab8f1c4..d4b9c8f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj index e7c02e2..f8e3862 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj index e6e13c0..fa44c94 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj index 7b5860d..67e9e81 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj index 6732c53..ca78e53 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj index bc88b46..1904bf7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj index 44ea5eb..e8e8779 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj index 7f83d12..556cd95 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj index 26eca1e..e48ab61 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj index 7e5cb71..8b3a46c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj index f07a6aa..9f74a9a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj index f2cf2e7..c2bfee7 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj index c14cb53..fc6a5ff 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj index 38d1e70..a483cb5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj index 19b6ab1..dfc2533 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj index 774e50b..cc0a8ee 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj index d27f58d..941e5bd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj index 19eb011..300e57b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj index 5d791d0..c99e336 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj index ea1e6d8..4dc1cb3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj index 3bd1ed8..f18a4e6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj index 54c2868..8d7e441 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj index 2881b56..f3d2683 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj index 8acb734..bf3545c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj index 0cdd09e..3ea33df 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj index 1bcabd4..45f46d0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj index ebf8a9f..7137cdd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj index f88cc05..adcf85c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj index ca767e6..8853c63 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj index 68325f0..8ce5e8c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj index 4778fc0..d5e07cf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj index 00da3bd..0040939 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj index 010132f..4ff6ac8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj index a849b1a..f4e9674 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj index eaf31af..254e47f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj index d08d10b..63b8416 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj index f8aed0b..a220922 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj index efebde8..cc8f480 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj index 3c38de8..caa8d6d 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj index a22ac35..d782bfe 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj index 50646bc..5c7d754 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj index be93afe..529211e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj index 1a23734..b8886aa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj index 611218c..5b39793 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj index 7ed95a0..6b06aea 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj index e41841b..b5ce64b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj index ea635a3..cbcbe02 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj index a6cef66..b702c88 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj index 480b036..39d6452 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj index e630d98..441258b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj index d1a1156..2db5956 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj index 2e63756..18eef09 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj index 0a43e4f..fa761cd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj index c7d83bd..102cfe8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj index f5a46e0..26183aa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj index 102a07d..1893ac5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj index bab1023..0fbaada 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj index 6601db3..391c04f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj index dc737de..855e843 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj index 06d785c..9c2041c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj index 3afa158..90837bc 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj index 28fdc15..fb34987 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj index 2ce697c..f46719b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj index 533b3e2..3bd6191 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj index cc12e3a..738f4e9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj index e72e914..f0ad18f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj index d22da35..1062dc2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj index 860660b..020e387 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj index 2cbc6b5..8688abf 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj index 7274c75..9c3d4a4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj index 6fe048960..3e981c2 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj index b416345..f3c9c46 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj index 61e61f0..ef2ff13 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj index f7da0b0..a81aa1c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj index 293d5e1..01ea499 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj index 95d2993..01df6e4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj index 2633866..0dff69a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj index 3af1ad2..a0162f3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj index f38de3a..36be39a 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj index 6011d03..807ff0c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj index 485109d..7733285 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj index c58642e..dbc4ffd 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj index cd27038..09e4ff4 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj index ed25084..81b1579 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj index 758455c..5dc286f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj index 681810f..d9f59ae 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj index a631bf5..cc47697 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj index 5046530..c7bb12f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj index ab31529..b9fb9b1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj index 7b47696..7842fc0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj index 5246882..531f494 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj index ba9713f..a8e55a0 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj index 5f43658..801b3c3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj index b0221c6..f3a4b39 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj index ec2d0a9..b563d16 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj index ebda899..1ca290c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj index 1a5c086..4f20a82 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj index e07dfa4..b0c73e5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj index 40b3a80..c8e6880 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj index a52688a..ea651a6 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj index 0305ca4..ce495b3 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj index 2d4e397..8c77c2c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj index ef3a6b5..c58094b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj index 4291f52..04c489e 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj index b691d9f..6bb9e59 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj index 7e5bf6f..11fd030 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj index f7e0630..563fc23 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj index 39ce720..2167777 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj index d82462b..fd7806c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj index 7c777c9..b390d59 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj index 7dc5937..4a6bae9 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj index 53c2e70..6115686 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj index 8ffd19c..beb744b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj index 85ab3cc..7595623 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj index 5cb0f15..a803dc1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj index 7f69164..2721887 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj index a1e8430..043c185 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj index 7818763..da0d02c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj index 3d5b8f8..0d4e9c8 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj index 7a0051f..0dd92aa 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj index aa67da5..5a4bdb1 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj index 0acb577..6c2736f 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj index 1750fbd..a19eb0b 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj index 60b01e2..58349ef 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj index e5c5a67..7bae664 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj index 183b0e0..67aff9c 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj index 248cff0..6183ce5 100644 --- a/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj +++ b/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj @@ -20,9 +20,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/app.config b/tests/src/Loader/classloader/TypeGeneratorTests/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Loader/classloader/TypeGeneratorTests/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Loader/classloader/TypeGeneratorTests/project.json b/tests/src/Loader/classloader/TypeGeneratorTests/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/TypeGeneratorTests/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj index 7b73adf..1bb9538 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj index 503d666..8a8532f 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj index 2806744..11263ec 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj +++ b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj index dd875e2..e658a4b 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj index e38b238..a735115 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj index a4da803..cbc1a6d 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj +++ b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj index 31e9c85..197a707 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj +++ b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj index 4063ef5..0c57bcc 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj index 0f595c6..18907ec 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj +++ b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj index 53327a9..f4549a9 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj +++ b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/app.config b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/project.json b/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj index 4bf998c..f2222b9 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj index 7c1c2df..0ed96ea 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj +++ b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj index 1b61083..516157a 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj index 0cec84e..a4173de 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj +++ b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj index dbc05d5..e183363 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj index 4607cad..2f5fa4e 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj +++ b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj index d6d7447..3aed420 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj index 53f3c3e..130a046 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj +++ b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/app.config b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/project.json b/tests/src/Loader/classloader/TypeInitialization/CircularCctors/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/TypeInitialization/CircularCctors/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj b/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj index a4da803..cbc1a6d 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj +++ b/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj b/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj index d6d7447..3aed420 100644 --- a/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CoreCLR/app.config b/tests/src/Loader/classloader/TypeInitialization/CoreCLR/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TypeInitialization/CoreCLR/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/CoreCLR/project.json b/tests/src/Loader/classloader/TypeInitialization/CoreCLR/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/TypeInitialization/CoreCLR/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj b/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj index 5c46374..ddf22dc 100644 --- a/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj b/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj index c541594..e4d45e1 100644 --- a/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj b/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj index 0314a84..5a4a476 100644 --- a/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj b/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj index e776b19..fd9dbe4 100644 --- a/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj b/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj index 46d088b..1648bce 100644 --- a/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj b/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj index 77bb024..18e87f0 100644 --- a/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/Inlining/app.config b/tests/src/Loader/classloader/TypeInitialization/Inlining/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TypeInitialization/Inlining/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/Inlining/project.json b/tests/src/Loader/classloader/TypeInitialization/Inlining/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/TypeInitialization/Inlining/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj b/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj index 0857ef3..93d3d27 100644 --- a/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj b/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj index 3a7bf57..0b37ba9 100644 --- a/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj b/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj index 0e3f6de..0eb2ec7 100644 --- a/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/app.config b/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/project.json b/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/TypeInitialization/backpatching/app.config b/tests/src/Loader/classloader/TypeInitialization/backpatching/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/TypeInitialization/backpatching/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/TypeInitialization/backpatching/project.json b/tests/src/Loader/classloader/TypeInitialization/backpatching/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/TypeInitialization/backpatching/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.csproj b/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.csproj index 2319faf..59b7322 100644 --- a/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.csproj +++ b/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/298006/app.config b/tests/src/Loader/classloader/explicitlayout/Regressions/298006/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/298006/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj b/tests/src/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj index 6d9ba64..f7c2929 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/298006/project.json b/tests/src/Loader/classloader/explicitlayout/Regressions/298006/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/298006/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/369794/app.config b/tests/src/Loader/classloader/explicitlayout/Regressions/369794/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/369794/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/369794/project.json b/tests/src/Loader/classloader/explicitlayout/Regressions/369794/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/369794/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj b/tests/src/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj index 6493719..42bc309 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/app.config b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj index 7a51b5d..aa71cac 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj index f6d9d4b..b2aec1a 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj index 818b443..a1b3333 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj index 01ad44f..be1e9c7 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj index 434c38e..c4e9d94 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj index d58ef03..1fba48a 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj index 9d5b45d..d6c5d6b 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj index 4eb2b3b..55d28ee 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj index 38fa8aa..d45d30b 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj index 250af5c..7742c3e 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj index 54de5b6..aadc030 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj index 2142b2f..c25f993 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj index c252413..946d6a0 100644 --- a/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj +++ b/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/explicitlayout/misc/app.config b/tests/src/Loader/classloader/explicitlayout/misc/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/explicitlayout/misc/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/misc/case10.csproj b/tests/src/Loader/classloader/explicitlayout/misc/case10.csproj index 4fbabf5..5f9bd28 100644 --- a/tests/src/Loader/classloader/explicitlayout/misc/case10.csproj +++ b/tests/src/Loader/classloader/explicitlayout/misc/case10.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj b/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj index a9f7368..32b7668 100644 --- a/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj +++ b/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/misc/project.json b/tests/src/Loader/classloader/explicitlayout/misc/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/explicitlayout/misc/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/app.config b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj index 996d93a..8dbd788 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj index 5880c6e..d670087 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj index 15b8dac..0ab766b 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj index ce31373..51c6141 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj index fea7a1c..00615b5 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj index 6b2a7b6..3183119 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj index dd11853..2022402 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj index fbd51db..bc8989a 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj index d44f0b5..cd4c00b 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj index 0a2479a..1da5be1 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj index b670692..ac77629 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj index cfee95a..4eb3c16 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj index 58d5774..486fef0 100644 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj +++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj b/tests/src/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj index 9976da0..3194fa3 100644 --- a/tests/src/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj +++ b/tests/src/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Constraints/General/app.config b/tests/src/Loader/classloader/generics/Constraints/General/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Constraints/General/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Constraints/General/project.json b/tests/src/Loader/classloader/generics/Constraints/General/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Constraints/General/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj b/tests/src/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj index 819d134..1a2f50b 100644 --- a/tests/src/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj +++ b/tests/src/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Constraints/Recursion/app.config b/tests/src/Loader/classloader/generics/Constraints/Recursion/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Constraints/Recursion/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Constraints/Recursion/project.json b/tests/src/Loader/classloader/generics/Constraints/Recursion/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Constraints/Recursion/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj b/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj index 16e91e6..211b423 100644 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj +++ b/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/app.config b/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/project.json b/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/app.config b/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj b/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj index fede291..c223b9e 100644 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj +++ b/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/project.json b/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/app.config b/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj b/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj index 325527c..9e302d2 100644 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj +++ b/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/project.json b/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/app.config b/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/project.json b/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj b/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj index ac3d96b..3e4f209 100644 --- a/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj +++ b/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.csproj b/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.csproj index e9642c4..18fe03c 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.ilproj b/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.ilproj index 24017ca..4641730 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.ilproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/app.config b/tests/src/Loader/classloader/generics/GenericMethods/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/GenericMethods/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/arity01.ilproj b/tests/src/Loader/classloader/generics/GenericMethods/arity01.ilproj index 6a3952d..21e046a 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/arity01.ilproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/arity01.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method001.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method001.csproj index b801a2f..1da4329 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method001.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method001.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method001a.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method001a.csproj index d9646b2..e8e06c7 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method001a.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method001a.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method001b.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method001b.csproj index 5b7161d..2e49227 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method001b.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method001b.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method001c.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method001c.csproj index b1588c0..1f5fa06 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method001c.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method001c.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method001d.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method001d.csproj index 2c3ece6..4f89936 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method001d.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method001d.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method001e.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method001e.csproj index fb7d7fa..58f0974 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method001e.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method001e.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method001f.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method001f.csproj index 9cd31d9..7a07491 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method001f.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method001f.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method001g.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method001g.csproj index c3234e8..f9d42c2 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method001g.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method001g.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method001h.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method001h.csproj index 1825615..f3b9ef0 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method001h.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method001h.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method001i.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method001i.csproj index fa3fdee..78d4b92 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method001i.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method001i.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method001j.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method001j.csproj index 6a3cfa1..1eb0c80 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method001j.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method001j.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method002.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method002.csproj index de4d35f..9ebfb31 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method002.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method002.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method003.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method003.csproj index 57f999d..8f525a4 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method003.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method003.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method004.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method004.csproj index 5b079f1..85b3605 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method004.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method004.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method005.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method005.csproj index 306a7d8..d52a314 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method005.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method005.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method006.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method006.csproj index bb10536..5771503 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method006.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method006.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method007.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method007.csproj index a4cdd6f..dcc3e2e 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method007.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method007.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method008.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method008.csproj index 87156aa..02d3b65 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method008.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method008.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method009.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method009.csproj index 1f27336..6746e48 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method009.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method009.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method010.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method010.csproj index b5e33b3..01786b6 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method010.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method010.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method011.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method011.csproj index 3a370a7..3980e93 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method011.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method011.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method012.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method012.csproj index a383570..5e1fa64 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method012.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method012.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method013.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method013.csproj index fbb5b14..e0dfd2a 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method013.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method013.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method014.ilproj b/tests/src/Loader/classloader/generics/GenericMethods/method014.ilproj index 6a41b90..a44fa74 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method014.ilproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method014.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method015.csproj b/tests/src/Loader/classloader/generics/GenericMethods/method015.csproj index a5320aa..f57003a 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method015.csproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method015.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/method016.ilproj b/tests/src/Loader/classloader/generics/GenericMethods/method016.ilproj index 07c2155..b84b2fa 100644 --- a/tests/src/Loader/classloader/generics/GenericMethods/method016.ilproj +++ b/tests/src/Loader/classloader/generics/GenericMethods/method016.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/GenericMethods/project.json b/tests/src/Loader/classloader/generics/GenericMethods/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/GenericMethods/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/T_Types.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/T_Types.ilproj index 73fba59..d9c145a 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/T_Types.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/T_Types.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj index 5ae050b..1673dd0 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj index 65383d4..bc42a49 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj index 2f98508..250271a 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj index d1d24e7..85067df 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj index 74c605a..62ba4c7 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj index d4dca30..3b140c6 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj index 40fb280..534a63f 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj index 273b332..3d70941 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj index 5802397..0167bc2 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj index 0b23f89..f1e965c 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj index d5deb69..92fdcc5 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/app.config b/tests/src/Loader/classloader/generics/Instantiation/Negative/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/param01.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/param01.ilproj index 99a7980..9c161e1 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/param01.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/param01.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/param02.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/param02.ilproj index 95d34d9..0348790 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/param02.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/param02.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/param03.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/param03.ilproj index ef2b906..89dafcf 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/param03.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/param03.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/param04.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/param04.ilproj index 0f80ad9..b74ba80 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/param04.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/param04.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/param05.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/param05.ilproj index 1f143c1..b3e2876 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/param05.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/param05.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/param06.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/param06.ilproj index d39fa76..5a184a2 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/param06.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/param06.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/param07.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/param07.ilproj index 9dbefa4..34c961b 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/param07.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/param07.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/param08.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Negative/param08.ilproj index 0988fc8..675f126 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/param08.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Negative/param08.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Negative/project.json b/tests/src/Loader/classloader/generics/Instantiation/Negative/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Instantiation/Negative/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj b/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj index 7955552..f3c40e0 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj b/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj index fe2ede1..3a12200 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj b/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj index e33f1aa..994f6b1 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Nesting/app.config b/tests/src/Loader/classloader/generics/Instantiation/Nesting/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Instantiation/Nesting/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Nesting/project.json b/tests/src/Loader/classloader/generics/Instantiation/Nesting/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Instantiation/Nesting/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj index 6e51542..eed0e19 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj index cef6c6b..097740e 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj index d8d2533..c1fb992 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj index 06dbad5..65991f1 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj index 160b4a0..c686449 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj index dfa7341..fd55dc6 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj index 3c0965f..8c16947 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj index 3d5f782..afdb98d 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj index 722ef63..29c842f 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj index 5e77825..2e9ab39 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj index d70a272..7535443 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj index 10127d2..4806bf4 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj index 750f99a..2f35377 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj index c33ba61..c634e64 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj index c1f7e0a..e7b61af 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj index 9bf865e..531cc1a 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj index 3da8aa4..07d6e4a 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj index 6ac4aea..3e9e954 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj index c4ec06e..142ce3f 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj index 8bd96cb..fe28372 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj index 2e17979..1f2a9ca 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj index 7851fd9..0187ca8 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj index 77354cb..c1bb547 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj index 59e0505..1833d78 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj index c290053..0dcc937 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj index 71e5c85..e1e839a 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj index ff98eb9..c37f554 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj index 1231f55..180f172 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj index 3f49521..afbaa47 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj index 2fe4b07..012d3f6 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj index 66eeedd..f7d0266 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj index 08aa5dd..cd1175c 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj index ab3b23b..e3c487a 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj index d448ee4..7dfae2b 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj index 446ce01..654c2d6 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj index 1952249..296f89e 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj index 800b308..4025339 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj index 5284fb4..36f4a38 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj index efb2f53..3c8acf6 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj index 34d1294..9871ce1 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj index 6faf2c3..340a44e 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj index 011b59d..8f54cb6 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj index 4615b67..dae4176 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/Types.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Positive/Types.ilproj index 934eeef..4526a96 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/Types.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Positive/Types.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/app.config b/tests/src/Loader/classloader/generics/Instantiation/Positive/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Positive/project.json b/tests/src/Loader/classloader/generics/Instantiation/Positive/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Instantiation/Positive/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj b/tests/src/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj index 51e27fe..8cb0f6f 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj b/tests/src/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj index a592af2..bd97f89 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj b/tests/src/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj index 30038b1..c34f51d 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Recursion/app.config b/tests/src/Loader/classloader/generics/Instantiation/Recursion/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Instantiation/Recursion/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj b/tests/src/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj index cfaf585..9badafd 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Recursion/project.json b/tests/src/Loader/classloader/generics/Instantiation/Recursion/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Instantiation/Recursion/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj b/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj index 8f57b40..66af63e 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/app.config b/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj b/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj index 4ab519e..1b5167e 100644 --- a/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj +++ b/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/project.json b/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto.csproj index 6c248cd..6e2b848 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj index 46df91d..486256f 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq.csproj index dc12d9c..2d69822 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj index 7382a93..052f513 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj index e5a7296..6bd017b 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq.csproj index 85171c1..855caf3 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj index 29c8073..c440f77 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj index ad44830..249db6f 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj index 82200eb..079c244 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto.csproj index d137ab7..7e5560c 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj index 6997ce8..8f02eb2 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq.csproj index 89546af..21f4170 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj index ad0f685..4b6fd87 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj index a82a658..468e79c 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq.csproj index 1ffbe80..08ebabc 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj index 15282a3..f04266d 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj index 7a8ccce..d9c58e0 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj index 64129e3..4e7874d 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/app.config b/tests/src/Loader/classloader/generics/Layout/General/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Layout/General/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/class01_auto.csproj b/tests/src/Loader/classloader/generics/Layout/General/class01_auto.csproj index eb53fdf..1a0f38c 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/class01_auto.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/class01_auto.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj index 178ec2b..3fb9ea9 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/class01_seq.csproj b/tests/src/Loader/classloader/generics/Layout/General/class01_seq.csproj index abe5f8e..0f7d285 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/class01_seq.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/class01_seq.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj index d43ad8e..8d45914 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/class02_auto.csproj b/tests/src/Loader/classloader/generics/Layout/General/class02_auto.csproj index bb5014b..152f954 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/class02_auto.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/class02_auto.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj index d3cf3bb..29d2a65 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj index e4118bd..f4a78c2 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/project.json b/tests/src/Loader/classloader/generics/Layout/General/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Layout/General/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Layout/General/struct01_auto.csproj b/tests/src/Loader/classloader/generics/Layout/General/struct01_auto.csproj index d12f207..bfa7bf9 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/struct01_auto.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/struct01_auto.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj index 1c05dbe..ef71c0c 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/struct01_seq.csproj b/tests/src/Loader/classloader/generics/Layout/General/struct01_seq.csproj index e3b7b89..f63f12e 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/struct01_seq.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/struct01_seq.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj index 65eae40..bd1e866 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/struct02_auto.csproj b/tests/src/Loader/classloader/generics/Layout/General/struct02_auto.csproj index abfb4bf..032558d 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/struct02_auto.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/struct02_auto.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj index 851a133..b1b8f4d 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/struct02_seq.csproj b/tests/src/Loader/classloader/generics/Layout/General/struct02_seq.csproj index 2aeb171..51b98a3 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/struct02_seq.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/struct02_seq.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj b/tests/src/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj index 5267866..eed2cc9 100644 --- a/tests/src/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj +++ b/tests/src/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/Specific/Negative002.csproj b/tests/src/Loader/classloader/generics/Layout/Specific/Negative002.csproj index f2115ab..a592cc0 100644 --- a/tests/src/Loader/classloader/generics/Layout/Specific/Negative002.csproj +++ b/tests/src/Loader/classloader/generics/Layout/Specific/Negative002.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/Specific/Negative004.csproj b/tests/src/Loader/classloader/generics/Layout/Specific/Negative004.csproj index 595034e..010f349 100644 --- a/tests/src/Loader/classloader/generics/Layout/Specific/Negative004.csproj +++ b/tests/src/Loader/classloader/generics/Layout/Specific/Negative004.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj b/tests/src/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj index 163c328..8ffd85e 100644 --- a/tests/src/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj +++ b/tests/src/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/Specific/Positive007.csproj b/tests/src/Loader/classloader/generics/Layout/Specific/Positive007.csproj index d24d7ae..ba72826 100644 --- a/tests/src/Loader/classloader/generics/Layout/Specific/Positive007.csproj +++ b/tests/src/Loader/classloader/generics/Layout/Specific/Positive007.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/Specific/Positive008.csproj b/tests/src/Loader/classloader/generics/Layout/Specific/Positive008.csproj index 148cdf1..30b7a6c 100644 --- a/tests/src/Loader/classloader/generics/Layout/Specific/Positive008.csproj +++ b/tests/src/Loader/classloader/generics/Layout/Specific/Positive008.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/Specific/Positive009.csproj b/tests/src/Loader/classloader/generics/Layout/Specific/Positive009.csproj index d4a47fd..5063f1c 100644 --- a/tests/src/Loader/classloader/generics/Layout/Specific/Positive009.csproj +++ b/tests/src/Loader/classloader/generics/Layout/Specific/Positive009.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/Specific/Positive010.csproj b/tests/src/Loader/classloader/generics/Layout/Specific/Positive010.csproj index 8909ae6..38e01d8 100644 --- a/tests/src/Loader/classloader/generics/Layout/Specific/Positive010.csproj +++ b/tests/src/Loader/classloader/generics/Layout/Specific/Positive010.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/Specific/app.config b/tests/src/Loader/classloader/generics/Layout/Specific/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Layout/Specific/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Layout/Specific/project.json b/tests/src/Loader/classloader/generics/Layout/Specific/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Layout/Specific/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Misc/Classes.csproj b/tests/src/Loader/classloader/generics/Misc/Classes.csproj index 8398595..65b1491 100644 --- a/tests/src/Loader/classloader/generics/Misc/Classes.csproj +++ b/tests/src/Loader/classloader/generics/Misc/Classes.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj b/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj index da1da54..279b3f5 100644 --- a/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj +++ b/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.csproj b/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.csproj index e1e1bf0..32ce759 100644 --- a/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.csproj +++ b/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Misc/app.config b/tests/src/Loader/classloader/generics/Misc/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Misc/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Misc/project.json b/tests/src/Loader/classloader/generics/Misc/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Misc/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj index 3f47f5c..177f897 100644 --- a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj +++ b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj index d2fc8fa..9158b0a 100644 --- a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj +++ b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj index d73b411..b1495be 100644 --- a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj +++ b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj index dd1f36e..73d9514 100644 --- a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj +++ b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj index 5260347..b65a528 100644 --- a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj +++ b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/app.config b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/project.json b/tests/src/Loader/classloader/generics/Statics/Regressions/524571/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Statics/Regressions/524571/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj b/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj index 0a2d4ed..6f19b2e 100644 --- a/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj +++ b/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj b/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj index 20a6451..6832bce 100644 --- a/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj +++ b/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj b/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj index b88b3e4..52da6dc 100644 --- a/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj +++ b/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj b/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj index 559a82a..e20b29a 100644 --- a/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj +++ b/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj b/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj index e36adde..4c350a4 100644 --- a/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj +++ b/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj b/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj index dbeb3b2..69f633d 100644 --- a/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj +++ b/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj b/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj index eff1319..9ad13ed 100644 --- a/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj +++ b/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj b/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj index 3be91eb..07c3f4c 100644 --- a/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj +++ b/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj b/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj index 596cefd..fa83eb4 100644 --- a/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj +++ b/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj b/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj index 6786fc2..355f9f4 100644 --- a/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj +++ b/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj b/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj index 1fd3dfb..67ff1a4 100644 --- a/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj +++ b/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj b/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj index 7523416..ffa9254 100644 --- a/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj +++ b/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/VSD/app.config b/tests/src/Loader/classloader/generics/VSD/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/VSD/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/VSD/project.json b/tests/src/Loader/classloader/generics/VSD/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/VSD/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj b/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj index f373116..6b591c8 100644 --- a/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj +++ b/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj b/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj index 77fc80b..04cc9f9 100644 --- a/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj +++ b/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj b/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj index ecd5fc6..f88b5be 100644 --- a/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj +++ b/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj b/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj index 1d26b49..229ffa7 100644 --- a/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj +++ b/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/CoreCLR/app.config b/tests/src/Loader/classloader/generics/Variance/CoreCLR/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Variance/CoreCLR/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/CoreCLR/project.json b/tests/src/Loader/classloader/generics/Variance/CoreCLR/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Variance/CoreCLR/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj b/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj index b0af52d..7d65c58 100644 --- a/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj +++ b/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj b/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj index c9b6318..b94a8a0 100644 --- a/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj +++ b/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Delegates/Lib.ilproj b/tests/src/Loader/classloader/generics/Variance/Delegates/Lib.ilproj index f373116..6b591c8 100644 --- a/tests/src/Loader/classloader/generics/Variance/Delegates/Lib.ilproj +++ b/tests/src/Loader/classloader/generics/Variance/Delegates/Lib.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Delegates/app.config b/tests/src/Loader/classloader/generics/Variance/Delegates/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Variance/Delegates/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Delegates/project.json b/tests/src/Loader/classloader/generics/Variance/Delegates/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Variance/Delegates/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.csproj b/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.csproj index f70d024..909d8bd 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.csproj b/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.csproj index 7d0be24..c2d1b63 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj b/tests/src/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj index cd4b468..3b98bd1 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.csproj b/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.csproj index 511da79..2e6142f 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.csproj b/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.csproj index fdf5e55..2187db2 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.csproj b/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.csproj index d001f1d..25cd8e3 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.csproj b/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.csproj index 4d08a6a..739cf4e 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.csproj b/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.csproj index 4cb5e35..46bad46 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.csproj b/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.csproj index 4420759..195207c 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/Lib.ilproj b/tests/src/Loader/classloader/generics/Variance/IL/Lib.ilproj index f373116..6b591c8 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/Lib.ilproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/Lib.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.csproj b/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.csproj index 67e2a47..268be47 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.csproj b/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.csproj index 0e7e13b..2e63181 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.csproj b/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.csproj index cf6ba9c..6e33688 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.csproj b/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.csproj index 21fdeab..06528af 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.csproj b/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.csproj index 356f07e..b69977d 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.csproj b/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.csproj index 8d4799c..c0f00a0 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib.ilproj b/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib.ilproj index e0141f8..e7615ba 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib.ilproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj b/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj index cdbd756..1ffd8d3 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/app.config b/tests/src/Loader/classloader/generics/Variance/IL/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Variance/IL/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/project.json b/tests/src/Loader/classloader/generics/Variance/IL/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Variance/IL/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Variance/IL/varlib.ilproj b/tests/src/Loader/classloader/generics/Variance/IL/varlib.ilproj index 0c42e26..971542c 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/varlib.ilproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/varlib.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Variance/IL/vsw543506.csproj b/tests/src/Loader/classloader/generics/Variance/IL/vsw543506.csproj index 66214d1..0c8fe09 100644 --- a/tests/src/Loader/classloader/generics/Variance/IL/vsw543506.csproj +++ b/tests/src/Loader/classloader/generics/Variance/IL/vsw543506.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj b/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj index 37bcb4e..3545fae 100644 --- a/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj +++ b/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj b/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj index b4d06dc..e76ec88 100644 --- a/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj +++ b/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj b/tests/src/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj index f373116..6b591c8 100644 --- a/tests/src/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj +++ b/tests/src/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Interfaces/app.config b/tests/src/Loader/classloader/generics/Variance/Interfaces/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Variance/Interfaces/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Interfaces/project.json b/tests/src/Loader/classloader/generics/Variance/Interfaces/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Variance/Interfaces/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Variance/Methods/Lib.ilproj b/tests/src/Loader/classloader/generics/Variance/Methods/Lib.ilproj index f373116..6b591c8 100644 --- a/tests/src/Loader/classloader/generics/Variance/Methods/Lib.ilproj +++ b/tests/src/Loader/classloader/generics/Variance/Methods/Lib.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Methods/Lib2.ilproj b/tests/src/Loader/classloader/generics/Variance/Methods/Lib2.ilproj index 77fc80b..04cc9f9 100644 --- a/tests/src/Loader/classloader/generics/Variance/Methods/Lib2.ilproj +++ b/tests/src/Loader/classloader/generics/Variance/Methods/Lib2.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Methods/Method001.csproj b/tests/src/Loader/classloader/generics/Variance/Methods/Method001.csproj index ecd5fc6..f88b5be 100644 --- a/tests/src/Loader/classloader/generics/Variance/Methods/Method001.csproj +++ b/tests/src/Loader/classloader/generics/Variance/Methods/Method001.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Methods/Method002.csproj b/tests/src/Loader/classloader/generics/Variance/Methods/Method002.csproj index dcfa427..3e3360e 100644 --- a/tests/src/Loader/classloader/generics/Variance/Methods/Method002.csproj +++ b/tests/src/Loader/classloader/generics/Variance/Methods/Method002.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Methods/Method003.csproj b/tests/src/Loader/classloader/generics/Variance/Methods/Method003.csproj index 1d26b49..229ffa7 100644 --- a/tests/src/Loader/classloader/generics/Variance/Methods/Method003.csproj +++ b/tests/src/Loader/classloader/generics/Variance/Methods/Method003.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Methods/Method004.csproj b/tests/src/Loader/classloader/generics/Variance/Methods/Method004.csproj index cb9354b..a4f7d38 100644 --- a/tests/src/Loader/classloader/generics/Variance/Methods/Method004.csproj +++ b/tests/src/Loader/classloader/generics/Variance/Methods/Method004.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Methods/app.config b/tests/src/Loader/classloader/generics/Variance/Methods/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Variance/Methods/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Methods/project.json b/tests/src/Loader/classloader/generics/Variance/Methods/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Variance/Methods/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/app.config b/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj b/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj index 17571f4..71136e9 100644 --- a/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj +++ b/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Visibility/A_Types.csproj b/tests/src/Loader/classloader/generics/Visibility/A_Types.csproj index 8d4ebfb..023d1b9 100644 --- a/tests/src/Loader/classloader/generics/Visibility/A_Types.csproj +++ b/tests/src/Loader/classloader/generics/Visibility/A_Types.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Visibility/A_Types.ilproj b/tests/src/Loader/classloader/generics/Visibility/A_Types.ilproj index bcf1c49..62e0e43 100644 --- a/tests/src/Loader/classloader/generics/Visibility/A_Types.ilproj +++ b/tests/src/Loader/classloader/generics/Visibility/A_Types.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Visibility/B_Types.csproj b/tests/src/Loader/classloader/generics/Visibility/B_Types.csproj index c5a4656..46c0601 100644 --- a/tests/src/Loader/classloader/generics/Visibility/B_Types.csproj +++ b/tests/src/Loader/classloader/generics/Visibility/B_Types.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/Visibility/B_Types.ilproj b/tests/src/Loader/classloader/generics/Visibility/B_Types.ilproj index 44c73f2..b8e42a7 100644 --- a/tests/src/Loader/classloader/generics/Visibility/B_Types.ilproj +++ b/tests/src/Loader/classloader/generics/Visibility/B_Types.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/Visibility/app.config b/tests/src/Loader/classloader/generics/Visibility/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/Visibility/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/Visibility/project.json b/tests/src/Loader/classloader/generics/Visibility/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/Visibility/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/109968/app.config b/tests/src/Loader/classloader/generics/regressions/109968/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/109968/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/109968/test.ilproj b/tests/src/Loader/classloader/generics/regressions/109968/test.ilproj index f499a6b..8e4d706 100644 --- a/tests/src/Loader/classloader/generics/regressions/109968/test.ilproj +++ b/tests/src/Loader/classloader/generics/regressions/109968/test.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/regressions/123712/app.config b/tests/src/Loader/classloader/generics/regressions/123712/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/123712/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/123712/project.json b/tests/src/Loader/classloader/generics/regressions/123712/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/123712/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/123712/repro123712.csproj b/tests/src/Loader/classloader/generics/regressions/123712/repro123712.csproj index f52ed26..1f4544a 100644 --- a/tests/src/Loader/classloader/generics/regressions/123712/repro123712.csproj +++ b/tests/src/Loader/classloader/generics/regressions/123712/repro123712.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/137310/app.config b/tests/src/Loader/classloader/generics/regressions/137310/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/137310/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/137310/project.json b/tests/src/Loader/classloader/generics/regressions/137310/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/137310/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/137310/test137310.csproj b/tests/src/Loader/classloader/generics/regressions/137310/test137310.csproj index 883fe39..4a1a0da 100644 --- a/tests/src/Loader/classloader/generics/regressions/137310/test137310.csproj +++ b/tests/src/Loader/classloader/generics/regressions/137310/test137310.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/188892/app.config b/tests/src/Loader/classloader/generics/regressions/188892/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/188892/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/188892/project.json b/tests/src/Loader/classloader/generics/regressions/188892/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/188892/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/188892/test188892.csproj b/tests/src/Loader/classloader/generics/regressions/188892/test188892.csproj index 2748749..402b694 100644 --- a/tests/src/Loader/classloader/generics/regressions/188892/test188892.csproj +++ b/tests/src/Loader/classloader/generics/regressions/188892/test188892.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/237932/app.config b/tests/src/Loader/classloader/generics/regressions/237932/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/237932/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/237932/project.json b/tests/src/Loader/classloader/generics/regressions/237932/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/237932/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/237932/repro237932.csproj b/tests/src/Loader/classloader/generics/regressions/237932/repro237932.csproj index 4d8490c..e7e26d4 100644 --- a/tests/src/Loader/classloader/generics/regressions/237932/repro237932.csproj +++ b/tests/src/Loader/classloader/generics/regressions/237932/repro237932.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/334376/app.config b/tests/src/Loader/classloader/generics/regressions/334376/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/334376/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/334376/b334376.csproj b/tests/src/Loader/classloader/generics/regressions/334376/b334376.csproj index f61211b..fd0cef5 100644 --- a/tests/src/Loader/classloader/generics/regressions/334376/b334376.csproj +++ b/tests/src/Loader/classloader/generics/regressions/334376/b334376.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/334376/project.json b/tests/src/Loader/classloader/generics/regressions/334376/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/334376/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/341477/Test.csproj b/tests/src/Loader/classloader/generics/regressions/341477/Test.csproj index e282c08..62e074e 100644 --- a/tests/src/Loader/classloader/generics/regressions/341477/Test.csproj +++ b/tests/src/Loader/classloader/generics/regressions/341477/Test.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/341477/app.config b/tests/src/Loader/classloader/generics/regressions/341477/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/341477/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/341477/project.json b/tests/src/Loader/classloader/generics/regressions/341477/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/341477/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/395780/app.config b/tests/src/Loader/classloader/generics/regressions/395780/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/395780/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/395780/project.json b/tests/src/Loader/classloader/generics/regressions/395780/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/395780/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride.csproj b/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride.csproj index 0c4fc3c..5a4da13 100644 --- a/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride.csproj +++ b/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride2.ilproj b/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride2.ilproj index 6d4f5c8..626e6a7 100644 --- a/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride2.ilproj +++ b/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride2.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/regressions/433497/app.config b/tests/src/Loader/classloader/generics/regressions/433497/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/433497/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/433497/project.json b/tests/src/Loader/classloader/generics/regressions/433497/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/433497/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/433497/vsw433497.csproj b/tests/src/Loader/classloader/generics/regressions/433497/vsw433497.csproj index 50f9567..1c2ddcd 100644 --- a/tests/src/Loader/classloader/generics/regressions/433497/vsw433497.csproj +++ b/tests/src/Loader/classloader/generics/regressions/433497/vsw433497.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/448208/app.config b/tests/src/Loader/classloader/generics/regressions/448208/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/448208/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/448208/b448208.csproj b/tests/src/Loader/classloader/generics/regressions/448208/b448208.csproj index b5b3879..15e45c2 100644 --- a/tests/src/Loader/classloader/generics/regressions/448208/b448208.csproj +++ b/tests/src/Loader/classloader/generics/regressions/448208/b448208.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/448208/project.json b/tests/src/Loader/classloader/generics/regressions/448208/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/448208/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/515341/app.config b/tests/src/Loader/classloader/generics/regressions/515341/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/515341/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/515341/project.json b/tests/src/Loader/classloader/generics/regressions/515341/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/515341/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/515341/vsw515341.csproj b/tests/src/Loader/classloader/generics/regressions/515341/vsw515341.csproj index 910d547..e9a09a5 100644 --- a/tests/src/Loader/classloader/generics/regressions/515341/vsw515341.csproj +++ b/tests/src/Loader/classloader/generics/regressions/515341/vsw515341.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/536564/app.config b/tests/src/Loader/classloader/generics/regressions/536564/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/536564/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/536564/project.json b/tests/src/Loader/classloader/generics/regressions/536564/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/536564/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/536564/vsw536564.csproj b/tests/src/Loader/classloader/generics/regressions/536564/vsw536564.csproj index 3410cff..472e60e 100644 --- a/tests/src/Loader/classloader/generics/regressions/536564/vsw536564.csproj +++ b/tests/src/Loader/classloader/generics/regressions/536564/vsw536564.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/DD117522/Test.csproj b/tests/src/Loader/classloader/generics/regressions/DD117522/Test.csproj index e282c08..62e074e 100644 --- a/tests/src/Loader/classloader/generics/regressions/DD117522/Test.csproj +++ b/tests/src/Loader/classloader/generics/regressions/DD117522/Test.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/DD117522/app.config b/tests/src/Loader/classloader/generics/regressions/DD117522/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/DD117522/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/DD117522/project.json b/tests/src/Loader/classloader/generics/regressions/DD117522/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/DD117522/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/dd95372/app.config b/tests/src/Loader/classloader/generics/regressions/dd95372/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/dd95372/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/dd95372/dd95372.csproj b/tests/src/Loader/classloader/generics/regressions/dd95372/dd95372.csproj index f79c382..3ce55b5 100644 --- a/tests/src/Loader/classloader/generics/regressions/dd95372/dd95372.csproj +++ b/tests/src/Loader/classloader/generics/regressions/dd95372/dd95372.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/dd95372/project.json b/tests/src/Loader/classloader/generics/regressions/dd95372/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/dd95372/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/ddb3422/app.config b/tests/src/Loader/classloader/generics/regressions/ddb3422/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/ddb3422/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj b/tests/src/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj index 335e1d6..52d2408 100644 --- a/tests/src/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj +++ b/tests/src/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/ddb3422/project.json b/tests/src/Loader/classloader/generics/regressions/ddb3422/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/ddb3422/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/dev10_393447/app.config b/tests/src/Loader/classloader/generics/regressions/dev10_393447/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/dev10_393447/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj b/tests/src/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj index 0a2a8eb..98d77de 100644 --- a/tests/src/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj +++ b/tests/src/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/regressions/dev10_531793/app.config b/tests/src/Loader/classloader/generics/regressions/dev10_531793/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/dev10_531793/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj b/tests/src/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj index 5d2d425..11c77bb 100644 --- a/tests/src/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj +++ b/tests/src/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/regressions/vsw237932/app.config b/tests/src/Loader/classloader/generics/regressions/vsw237932/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/vsw237932/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/vsw237932/project.json b/tests/src/Loader/classloader/generics/regressions/vsw237932/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/vsw237932/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj b/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj index 4d8490c..e7e26d4 100644 --- a/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj +++ b/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/vsw395780/app.config b/tests/src/Loader/classloader/generics/regressions/vsw395780/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/vsw395780/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj b/tests/src/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj index 6d4f5c8..626e6a7 100644 --- a/tests/src/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj +++ b/tests/src/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/generics/regressions/vsw514968/app.config b/tests/src/Loader/classloader/generics/regressions/vsw514968/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/vsw514968/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/vsw514968/project.json b/tests/src/Loader/classloader/generics/regressions/vsw514968/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/vsw514968/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj b/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj index dc72452..d3d767f 100644 --- a/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj +++ b/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj b/tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj index 5dfe2d2..cf6050d 100644 --- a/tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj +++ b/tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/vsw524571/app.config b/tests/src/Loader/classloader/generics/regressions/vsw524571/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/vsw524571/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/vsw524571/project.json b/tests/src/Loader/classloader/generics/regressions/vsw524571/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/vsw524571/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/vsw578898/app.config b/tests/src/Loader/classloader/generics/regressions/vsw578898/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/generics/regressions/vsw578898/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/generics/regressions/vsw578898/project.json b/tests/src/Loader/classloader/generics/regressions/vsw578898/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/generics/regressions/vsw578898/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/generics/regressions/vsw578898/vsw578898.csproj b/tests/src/Loader/classloader/generics/regressions/vsw578898/vsw578898.csproj index 8b42eea..47a6747 100644 --- a/tests/src/Loader/classloader/generics/regressions/vsw578898/vsw578898.csproj +++ b/tests/src/Loader/classloader/generics/regressions/vsw578898/vsw578898.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/549411/app.config b/tests/src/Loader/classloader/methodoverriding/regressions/549411/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/methodoverriding/regressions/549411/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj b/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj index ff50b52..ce7ca5e 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj +++ b/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj b/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj index 6433c44..0c07b52 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj +++ b/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/576621/app.config b/tests/src/Loader/classloader/methodoverriding/regressions/576621/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/methodoverriding/regressions/576621/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/576621/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/576621/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/methodoverriding/regressions/576621/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/576621/test.ilproj b/tests/src/Loader/classloader/methodoverriding/regressions/576621/test.ilproj index 39a618d..125d8ee 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/576621/test.ilproj +++ b/tests/src/Loader/classloader/methodoverriding/regressions/576621/test.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/577403/app.config b/tests/src/Loader/classloader/methodoverriding/regressions/577403/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/methodoverriding/regressions/577403/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj b/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj index f566092..8441e1b 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj +++ b/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/592026/app.config b/tests/src/Loader/classloader/methodoverriding/regressions/592026/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/methodoverriding/regressions/592026/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/592026/test.ilproj b/tests/src/Loader/classloader/methodoverriding/regressions/592026/test.ilproj index 39a618d..125d8ee 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/592026/test.ilproj +++ b/tests/src/Loader/classloader/methodoverriding/regressions/592026/test.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/593884/app.config b/tests/src/Loader/classloader/methodoverriding/regressions/593884/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/methodoverriding/regressions/593884/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj b/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj index 3569fce..a7a8686 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj +++ b/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/app.config b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj index b46fcf1..15614de 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj +++ b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj index 10d71a9..cb93e2b 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj +++ b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj index 8eb0e2c..a32deca 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj +++ b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj index bca85c3..3e06a61 100644 --- a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj +++ b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj b/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj index fe8b032..c75fd11 100644 --- a/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj +++ b/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj b/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj index 7324d4f..46c34cd 100644 --- a/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj +++ b/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/app.config b/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/project.json b/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/nesting/Tests/app.config b/tests/src/Loader/classloader/nesting/Tests/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/nesting/Tests/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/nesting/Tests/nesting4.ilproj b/tests/src/Loader/classloader/nesting/Tests/nesting4.ilproj index d6245f6..7e02bed 100644 --- a/tests/src/Loader/classloader/nesting/Tests/nesting4.ilproj +++ b/tests/src/Loader/classloader/nesting/Tests/nesting4.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/nesting/Tests/nesting63.ilproj b/tests/src/Loader/classloader/nesting/Tests/nesting63.ilproj index 795567b..d10cb69 100644 --- a/tests/src/Loader/classloader/nesting/Tests/nesting63.ilproj +++ b/tests/src/Loader/classloader/nesting/Tests/nesting63.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/nesting/Tests/nesting7.ilproj b/tests/src/Loader/classloader/nesting/Tests/nesting7.ilproj index e75d197..1aef1ce 100644 --- a/tests/src/Loader/classloader/nesting/Tests/nesting7.ilproj +++ b/tests/src/Loader/classloader/nesting/Tests/nesting7.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/nesting/Tests/nesting88.ilproj b/tests/src/Loader/classloader/nesting/Tests/nesting88.ilproj index d3526ba..003cdc1 100644 --- a/tests/src/Loader/classloader/nesting/Tests/nesting88.ilproj +++ b/tests/src/Loader/classloader/nesting/Tests/nesting88.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/nesting/Tests/project.json b/tests/src/Loader/classloader/nesting/Tests/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/nesting/Tests/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj b/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj index 1c138c7..55e452c 100644 --- a/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj +++ b/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/nesting/coreclr/app.config b/tests/src/Loader/classloader/nesting/coreclr/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/nesting/coreclr/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/nesting/coreclr/exec16.ilproj b/tests/src/Loader/classloader/nesting/coreclr/exec16.ilproj index 6e1d7bd..237d2d6 100644 --- a/tests/src/Loader/classloader/nesting/coreclr/exec16.ilproj +++ b/tests/src/Loader/classloader/nesting/coreclr/exec16.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/nesting/coreclr/exec3.ilproj b/tests/src/Loader/classloader/nesting/coreclr/exec3.ilproj index 21ee050..e300b60 100644 --- a/tests/src/Loader/classloader/nesting/coreclr/exec3.ilproj +++ b/tests/src/Loader/classloader/nesting/coreclr/exec3.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/nesting/coreclr/nesting16.ilproj b/tests/src/Loader/classloader/nesting/coreclr/nesting16.ilproj index 0075099..11b9dc8 100644 --- a/tests/src/Loader/classloader/nesting/coreclr/nesting16.ilproj +++ b/tests/src/Loader/classloader/nesting/coreclr/nesting16.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/nesting/coreclr/nesting18.ilproj b/tests/src/Loader/classloader/nesting/coreclr/nesting18.ilproj index 5860132..ff49759 100644 --- a/tests/src/Loader/classloader/nesting/coreclr/nesting18.ilproj +++ b/tests/src/Loader/classloader/nesting/coreclr/nesting18.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/nesting/coreclr/nesting3.ilproj b/tests/src/Loader/classloader/nesting/coreclr/nesting3.ilproj index e0fe09f..c995605 100644 --- a/tests/src/Loader/classloader/nesting/coreclr/nesting3.ilproj +++ b/tests/src/Loader/classloader/nesting/coreclr/nesting3.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/nesting/coreclr/nesting31.ilproj b/tests/src/Loader/classloader/nesting/coreclr/nesting31.ilproj index 422c7cb..c1c9cdb 100644 --- a/tests/src/Loader/classloader/nesting/coreclr/nesting31.ilproj +++ b/tests/src/Loader/classloader/nesting/coreclr/nesting31.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/nesting/coreclr/nesting4.ilproj b/tests/src/Loader/classloader/nesting/coreclr/nesting4.ilproj index d6245f6..7e02bed 100644 --- a/tests/src/Loader/classloader/nesting/coreclr/nesting4.ilproj +++ b/tests/src/Loader/classloader/nesting/coreclr/nesting4.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/nesting/coreclr/project.json b/tests/src/Loader/classloader/nesting/coreclr/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/nesting/coreclr/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/101682/app.config b/tests/src/Loader/classloader/regressions/101682/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/101682/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/101682/lib.csproj b/tests/src/Loader/classloader/regressions/101682/lib.csproj index be06b76..be6b2bc 100644 --- a/tests/src/Loader/classloader/regressions/101682/lib.csproj +++ b/tests/src/Loader/classloader/regressions/101682/lib.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/101682/project.json b/tests/src/Loader/classloader/regressions/101682/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/101682/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/101904/app.config b/tests/src/Loader/classloader/regressions/101904/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/101904/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/101904/project.json b/tests/src/Loader/classloader/regressions/101904/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/101904/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/101904/test.csproj b/tests/src/Loader/classloader/regressions/101904/test.csproj index 594e785..67d2b7c 100644 --- a/tests/src/Loader/classloader/regressions/101904/test.csproj +++ b/tests/src/Loader/classloader/regressions/101904/test.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/106647/app.config b/tests/src/Loader/classloader/regressions/106647/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/106647/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/106647/lib.csproj b/tests/src/Loader/classloader/regressions/106647/lib.csproj index be06b76..be6b2bc 100644 --- a/tests/src/Loader/classloader/regressions/106647/lib.csproj +++ b/tests/src/Loader/classloader/regressions/106647/lib.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/106647/project.json b/tests/src/Loader/classloader/regressions/106647/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/106647/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/111021/app.config b/tests/src/Loader/classloader/regressions/111021/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/111021/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/111021/main.csproj b/tests/src/Loader/classloader/regressions/111021/main.csproj index 288babd..2719060 100644 --- a/tests/src/Loader/classloader/regressions/111021/main.csproj +++ b/tests/src/Loader/classloader/regressions/111021/main.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/111021/project.json b/tests/src/Loader/classloader/regressions/111021/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/111021/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/123413/app.config b/tests/src/Loader/classloader/regressions/123413/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/123413/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/123413/ilib.csproj b/tests/src/Loader/classloader/regressions/123413/ilib.csproj index 114e076..eef563f 100644 --- a/tests/src/Loader/classloader/regressions/123413/ilib.csproj +++ b/tests/src/Loader/classloader/regressions/123413/ilib.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/123413/lib.csproj b/tests/src/Loader/classloader/regressions/123413/lib.csproj index be06b76..be6b2bc 100644 --- a/tests/src/Loader/classloader/regressions/123413/lib.csproj +++ b/tests/src/Loader/classloader/regressions/123413/lib.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/123413/project.json b/tests/src/Loader/classloader/regressions/123413/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/123413/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/139056/Foo.ilproj b/tests/src/Loader/classloader/regressions/139056/Foo.ilproj index c509ae1..96616b3 100644 --- a/tests/src/Loader/classloader/regressions/139056/Foo.ilproj +++ b/tests/src/Loader/classloader/regressions/139056/Foo.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/139056/app.config b/tests/src/Loader/classloader/regressions/139056/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/139056/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/144257/app.config b/tests/src/Loader/classloader/regressions/144257/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/144257/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/144257/project.json b/tests/src/Loader/classloader/regressions/144257/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/144257/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/144257/vsw144257.csproj b/tests/src/Loader/classloader/regressions/144257/vsw144257.csproj index d40fbcd..84db903 100644 --- a/tests/src/Loader/classloader/regressions/144257/vsw144257.csproj +++ b/tests/src/Loader/classloader/regressions/144257/vsw144257.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj b/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj index 429e11c..64b24ce 100644 --- a/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj +++ b/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/14610/app.config b/tests/src/Loader/classloader/regressions/14610/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/14610/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/14610/project.json b/tests/src/Loader/classloader/regressions/14610/project.json deleted file mode 100644 index 78dd7e0..0000000 --- a/tests/src/Loader/classloader/regressions/14610/project.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.ilproj b/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.ilproj index 067f774..55fb3f3 100644 --- a/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.ilproj +++ b/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/163172/app.config b/tests/src/Loader/classloader/regressions/163172/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/163172/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/181424/app.config b/tests/src/Loader/classloader/regressions/181424/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/181424/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/181424/test5.ilproj b/tests/src/Loader/classloader/regressions/181424/test5.ilproj index ab1d6c3..be13df5 100644 --- a/tests/src/Loader/classloader/regressions/181424/test5.ilproj +++ b/tests/src/Loader/classloader/regressions/181424/test5.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/208900/app.config b/tests/src/Loader/classloader/regressions/208900/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/208900/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/208900/bug.csproj b/tests/src/Loader/classloader/regressions/208900/bug.csproj index 0fb416e..25ec264 100644 --- a/tests/src/Loader/classloader/regressions/208900/bug.csproj +++ b/tests/src/Loader/classloader/regressions/208900/bug.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/208900/project.json b/tests/src/Loader/classloader/regressions/208900/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/208900/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/226741/app.config b/tests/src/Loader/classloader/regressions/226741/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/226741/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/226741/test3.ilproj b/tests/src/Loader/classloader/regressions/226741/test3.ilproj index 2142b2f..c25f993 100644 --- a/tests/src/Loader/classloader/regressions/226741/test3.ilproj +++ b/tests/src/Loader/classloader/regressions/226741/test3.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/245191/app.config b/tests/src/Loader/classloader/regressions/245191/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/245191/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/245191/nullenum1000.csproj b/tests/src/Loader/classloader/regressions/245191/nullenum1000.csproj index 603273c..8b85a6d 100644 --- a/tests/src/Loader/classloader/regressions/245191/nullenum1000.csproj +++ b/tests/src/Loader/classloader/regressions/245191/nullenum1000.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/245191/project.json b/tests/src/Loader/classloader/regressions/245191/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/245191/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/307137/app.config b/tests/src/Loader/classloader/regressions/307137/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/307137/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/307137/project.json b/tests/src/Loader/classloader/regressions/307137/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/307137/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/307137/vsw307137.csproj b/tests/src/Loader/classloader/regressions/307137/vsw307137.csproj index 6ed330c..c79c07d 100644 --- a/tests/src/Loader/classloader/regressions/307137/vsw307137.csproj +++ b/tests/src/Loader/classloader/regressions/307137/vsw307137.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/347422/app.config b/tests/src/Loader/classloader/regressions/347422/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/347422/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/347422/b347422.csproj b/tests/src/Loader/classloader/regressions/347422/b347422.csproj index 40998c0..434e7d4 100644 --- a/tests/src/Loader/classloader/regressions/347422/b347422.csproj +++ b/tests/src/Loader/classloader/regressions/347422/b347422.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/347422/project.json b/tests/src/Loader/classloader/regressions/347422/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/347422/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/348842/A.csproj b/tests/src/Loader/classloader/regressions/348842/A.csproj index 1744b88..48dbfb6 100644 --- a/tests/src/Loader/classloader/regressions/348842/A.csproj +++ b/tests/src/Loader/classloader/regressions/348842/A.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/348842/app.config b/tests/src/Loader/classloader/regressions/348842/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/348842/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/348842/project.json b/tests/src/Loader/classloader/regressions/348842/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/348842/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/359519/app.config b/tests/src/Loader/classloader/regressions/359519/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/359519/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/359519/project.json b/tests/src/Loader/classloader/regressions/359519/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/359519/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/359519/test359519.csproj b/tests/src/Loader/classloader/regressions/359519/test359519.csproj index 0476a0f..6f81e65 100644 --- a/tests/src/Loader/classloader/regressions/359519/test359519.csproj +++ b/tests/src/Loader/classloader/regressions/359519/test359519.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/405223/app.config b/tests/src/Loader/classloader/regressions/405223/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/405223/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/405223/project.json b/tests/src/Loader/classloader/regressions/405223/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/405223/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/405223/vsw405223.csproj b/tests/src/Loader/classloader/regressions/405223/vsw405223.csproj index a82887f..59f799c 100644 --- a/tests/src/Loader/classloader/regressions/405223/vsw405223.csproj +++ b/tests/src/Loader/classloader/regressions/405223/vsw405223.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/421439/RefX1.ilproj b/tests/src/Loader/classloader/regressions/421439/RefX1.ilproj index 6c1c3fa..b1bb38f 100644 --- a/tests/src/Loader/classloader/regressions/421439/RefX1.ilproj +++ b/tests/src/Loader/classloader/regressions/421439/RefX1.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/421439/Test.ilproj b/tests/src/Loader/classloader/regressions/421439/Test.ilproj index f981e9d..418664f 100644 --- a/tests/src/Loader/classloader/regressions/421439/Test.ilproj +++ b/tests/src/Loader/classloader/regressions/421439/Test.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/421439/ValX1.ilproj b/tests/src/Loader/classloader/regressions/421439/ValX1.ilproj index 34fd9e4..89c9f3d 100644 --- a/tests/src/Loader/classloader/regressions/421439/ValX1.ilproj +++ b/tests/src/Loader/classloader/regressions/421439/ValX1.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/421439/app.config b/tests/src/Loader/classloader/regressions/421439/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/421439/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/429802/BarImpl.ilproj b/tests/src/Loader/classloader/regressions/429802/BarImpl.ilproj index 8f92b23..ed13a88 100644 --- a/tests/src/Loader/classloader/regressions/429802/BarImpl.ilproj +++ b/tests/src/Loader/classloader/regressions/429802/BarImpl.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/429802/CMain.ilproj b/tests/src/Loader/classloader/regressions/429802/CMain.ilproj index 27199c9..50fdb9b 100644 --- a/tests/src/Loader/classloader/regressions/429802/CMain.ilproj +++ b/tests/src/Loader/classloader/regressions/429802/CMain.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/429802/MyBar.ilproj b/tests/src/Loader/classloader/regressions/429802/MyBar.ilproj index de161c2..fd46420 100644 --- a/tests/src/Loader/classloader/regressions/429802/MyBar.ilproj +++ b/tests/src/Loader/classloader/regressions/429802/MyBar.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/429802/app.config b/tests/src/Loader/classloader/regressions/429802/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/429802/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/434481/app.config b/tests/src/Loader/classloader/regressions/434481/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/434481/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj b/tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj index 2d020e4..560c1e1 100644 --- a/tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj +++ b/tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/434481/project.json b/tests/src/Loader/classloader/regressions/434481/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/434481/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/440935/Bar.ilproj b/tests/src/Loader/classloader/regressions/440935/Bar.ilproj index 9f169f7..91dafdf 100644 --- a/tests/src/Loader/classloader/regressions/440935/Bar.ilproj +++ b/tests/src/Loader/classloader/regressions/440935/Bar.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/440935/Foo.ilproj b/tests/src/Loader/classloader/regressions/440935/Foo.ilproj index a0a0998..badbbdf 100644 --- a/tests/src/Loader/classloader/regressions/440935/Foo.ilproj +++ b/tests/src/Loader/classloader/regressions/440935/Foo.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/440935/Test.ilproj b/tests/src/Loader/classloader/regressions/440935/Test.ilproj index 0f4ea94..fed6e24 100644 --- a/tests/src/Loader/classloader/regressions/440935/Test.ilproj +++ b/tests/src/Loader/classloader/regressions/440935/Test.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/440935/app.config b/tests/src/Loader/classloader/regressions/440935/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/440935/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/451034/LoadType.csproj b/tests/src/Loader/classloader/regressions/451034/LoadType.csproj index c9f5e55..32b8b70 100644 --- a/tests/src/Loader/classloader/regressions/451034/LoadType.csproj +++ b/tests/src/Loader/classloader/regressions/451034/LoadType.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/451034/Type.ilproj b/tests/src/Loader/classloader/regressions/451034/Type.ilproj index 7f9ee43..9f7ccd5 100644 --- a/tests/src/Loader/classloader/regressions/451034/Type.ilproj +++ b/tests/src/Loader/classloader/regressions/451034/Type.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/451034/app.config b/tests/src/Loader/classloader/regressions/451034/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/451034/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/451034/project.json b/tests/src/Loader/classloader/regressions/451034/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/451034/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/452434/app.config b/tests/src/Loader/classloader/regressions/452434/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/452434/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/452434/vsw452434.ilproj b/tests/src/Loader/classloader/regressions/452434/vsw452434.ilproj index da3311d..5071f53 100644 --- a/tests/src/Loader/classloader/regressions/452434/vsw452434.ilproj +++ b/tests/src/Loader/classloader/regressions/452434/vsw452434.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/452707/app.config b/tests/src/Loader/classloader/regressions/452707/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/452707/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/452707/b452707.ilproj b/tests/src/Loader/classloader/regressions/452707/b452707.ilproj index 7ab6002..b947ade 100644 --- a/tests/src/Loader/classloader/regressions/452707/b452707.ilproj +++ b/tests/src/Loader/classloader/regressions/452707/b452707.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/523654/app.config b/tests/src/Loader/classloader/regressions/523654/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/523654/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/523654/project.json b/tests/src/Loader/classloader/regressions/523654/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/523654/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/523654/test532654_b.csproj b/tests/src/Loader/classloader/regressions/523654/test532654_b.csproj index d57bca2..4857a82 100644 --- a/tests/src/Loader/classloader/regressions/523654/test532654_b.csproj +++ b/tests/src/Loader/classloader/regressions/523654/test532654_b.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/529206/app.config b/tests/src/Loader/classloader/regressions/529206/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/529206/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.ilproj b/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.ilproj index 48fa870..f0e33fa 100644 --- a/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.ilproj +++ b/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/529206/project.json b/tests/src/Loader/classloader/regressions/529206/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/529206/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.csproj b/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.csproj index 35909f1..90fa161 100644 --- a/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.csproj +++ b/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.csproj b/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.csproj index eb19adb..2cf3455 100644 --- a/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.csproj +++ b/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/583649/Type_Class42.ilproj b/tests/src/Loader/classloader/regressions/583649/Type_Class42.ilproj index 368f0b5..41c86f7 100644 --- a/tests/src/Loader/classloader/regressions/583649/Type_Class42.ilproj +++ b/tests/src/Loader/classloader/regressions/583649/Type_Class42.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/583649/app.config b/tests/src/Loader/classloader/regressions/583649/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/583649/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/583649/project.json b/tests/src/Loader/classloader/regressions/583649/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/583649/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/583649/vsw583649.csproj b/tests/src/Loader/classloader/regressions/583649/vsw583649.csproj index ceb1718..1fa3e14 100644 --- a/tests/src/Loader/classloader/regressions/583649/vsw583649.csproj +++ b/tests/src/Loader/classloader/regressions/583649/vsw583649.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/91888/app.config b/tests/src/Loader/classloader/regressions/91888/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/91888/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/91888/project.json b/tests/src/Loader/classloader/regressions/91888/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/91888/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.csproj b/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.csproj index 4b01ed8..44725ac 100644 --- a/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.csproj +++ b/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/Dev12_518401/app.config b/tests/src/Loader/classloader/regressions/Dev12_518401/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/Dev12_518401/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj b/tests/src/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj index 74953b0..a3f1248 100644 --- a/tests/src/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj +++ b/tests/src/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/Dev12_518401/project.json b/tests/src/Loader/classloader/regressions/Dev12_518401/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/Dev12_518401/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/asurt150271/app.config b/tests/src/Loader/classloader/regressions/asurt150271/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/asurt150271/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/asurt150271/test23.ilproj b/tests/src/Loader/classloader/regressions/asurt150271/test23.ilproj index 250af5c..7742c3e 100644 --- a/tests/src/Loader/classloader/regressions/asurt150271/test23.ilproj +++ b/tests/src/Loader/classloader/regressions/asurt150271/test23.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/asurt150271/test3.ilproj b/tests/src/Loader/classloader/regressions/asurt150271/test3.ilproj index 2142b2f..c25f993 100644 --- a/tests/src/Loader/classloader/regressions/asurt150271/test3.ilproj +++ b/tests/src/Loader/classloader/regressions/asurt150271/test3.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dd116295/app.config b/tests/src/Loader/classloader/regressions/dd116295/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dd116295/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dd116295/dd116295.csproj b/tests/src/Loader/classloader/regressions/dd116295/dd116295.csproj index f7ca433..d00da98 100644 --- a/tests/src/Loader/classloader/regressions/dd116295/dd116295.csproj +++ b/tests/src/Loader/classloader/regressions/dd116295/dd116295.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dd116295/project.json b/tests/src/Loader/classloader/regressions/dd116295/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dd116295/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dd52/app.config b/tests/src/Loader/classloader/regressions/dd52/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dd52/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dd52/dd52.csproj b/tests/src/Loader/classloader/regressions/dd52/dd52.csproj index 960590c..6d83027 100644 --- a/tests/src/Loader/classloader/regressions/dd52/dd52.csproj +++ b/tests/src/Loader/classloader/regressions/dd52/dd52.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dd52/project.json b/tests/src/Loader/classloader/regressions/dd52/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dd52/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dd52/test.ilproj b/tests/src/Loader/classloader/regressions/dd52/test.ilproj index 39a618d..125d8ee 100644 --- a/tests/src/Loader/classloader/regressions/dd52/test.ilproj +++ b/tests/src/Loader/classloader/regressions/dd52/test.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_398410/app.config b/tests/src/Loader/classloader/regressions/dev10_398410/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_398410/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj b/tests/src/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj index d619ff8..bd39249 100644 --- a/tests/src/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_398410/project.json b/tests/src/Loader/classloader/regressions/dev10_398410/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_398410/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev10_398410/utility.csproj b/tests/src/Loader/classloader/regressions/dev10_398410/utility.csproj index 7f7dee7..70eeda9 100644 --- a/tests/src/Loader/classloader/regressions/dev10_398410/utility.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_398410/utility.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_403582/app.config b/tests/src/Loader/classloader/regressions/dev10_403582/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_403582/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj b/tests/src/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj index 348f0b7..4687451 100644 --- a/tests/src/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_403582/genmeth.ilproj b/tests/src/Loader/classloader/regressions/dev10_403582/genmeth.ilproj index ee0ba6f..a76fcff 100644 --- a/tests/src/Loader/classloader/regressions/dev10_403582/genmeth.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_403582/genmeth.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_403582/gentype.ilproj b/tests/src/Loader/classloader/regressions/dev10_403582/gentype.ilproj index 58c6d3a..e0dde50 100644 --- a/tests/src/Loader/classloader/regressions/dev10_403582/gentype.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_403582/gentype.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_443322/app.config b/tests/src/Loader/classloader/regressions/dev10_443322/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_443322/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj b/tests/src/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj index aac45f8..5c00f39 100644 --- a/tests/src/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_493135/app.config b/tests/src/Loader/classloader/regressions/dev10_493135/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_493135/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj b/tests/src/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj index be91c56..23a3a49 100644 --- a/tests/src/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_526434/app.config b/tests/src/Loader/classloader/regressions/dev10_526434/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_526434/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj b/tests/src/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj index dac21be..86934d0 100644 --- a/tests/src/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_526434/project.json b/tests/src/Loader/classloader/regressions/dev10_526434/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_526434/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj index f9875cd..7cbb7c5 100644 --- a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj index bf744c9..f3d9017 100644 --- a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj index a9453af..dcf6f17 100644 --- a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj index 074fde3..0788325 100644 --- a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj index 3dc4261..62e7893 100644 --- a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj index 7c87ac6..82958c5 100644 --- a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/app.config b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/project.json b/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev10_630250/app.config b/tests/src/Loader/classloader/regressions/dev10_630250/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_630250/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj b/tests/src/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj index 9a14e1e..7c81757 100644 --- a/tests/src/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_630250/project.json b/tests/src/Loader/classloader/regressions/dev10_630250/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_630250/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev10_710121/app.config b/tests/src/Loader/classloader/regressions/dev10_710121/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_710121/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj b/tests/src/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj index 2627371..488b3c4 100644 --- a/tests/src/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_715437/app.config b/tests/src/Loader/classloader/regressions/dev10_715437/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_715437/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj b/tests/src/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj index 328ee8b..516f76d 100644 --- a/tests/src/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_720779/app.config b/tests/src/Loader/classloader/regressions/dev10_720779/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_720779/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj b/tests/src/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj index 0fb8b57..b7d4ea7 100644 --- a/tests/src/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_724989/app.config b/tests/src/Loader/classloader/regressions/dev10_724989/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_724989/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj b/tests/src/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj index 3ebf97e..cdd41d6 100644 --- a/tests/src/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_724989/project.json b/tests/src/Loader/classloader/regressions/dev10_724989/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_724989/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev10_788724/app.config b/tests/src/Loader/classloader/regressions/dev10_788724/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_788724/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj b/tests/src/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj index 9ac3891..948174e 100644 --- a/tests/src/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_794943/app.config b/tests/src/Loader/classloader/regressions/dev10_794943/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_794943/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj b/tests/src/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj index 5a571a1..57abc23 100644 --- a/tests/src/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_794943/project.json b/tests/src/Loader/classloader/regressions/dev10_794943/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_794943/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev10_813331/Case1.csproj b/tests/src/Loader/classloader/regressions/dev10_813331/Case1.csproj index b743772..00ee550 100644 --- a/tests/src/Loader/classloader/regressions/dev10_813331/Case1.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_813331/Case1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_813331/Case2.csproj b/tests/src/Loader/classloader/regressions/dev10_813331/Case2.csproj index 89feef1..2ce9c9f 100644 --- a/tests/src/Loader/classloader/regressions/dev10_813331/Case2.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_813331/Case2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_813331/Case3.csproj b/tests/src/Loader/classloader/regressions/dev10_813331/Case3.csproj index dcf782a..feeadba 100644 --- a/tests/src/Loader/classloader/regressions/dev10_813331/Case3.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_813331/Case3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_813331/Case4.csproj b/tests/src/Loader/classloader/regressions/dev10_813331/Case4.csproj index d853935..1938afa 100644 --- a/tests/src/Loader/classloader/regressions/dev10_813331/Case4.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_813331/Case4.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_813331/Library1.csproj b/tests/src/Loader/classloader/regressions/dev10_813331/Library1.csproj index 671ea14..0fa4e8c 100644 --- a/tests/src/Loader/classloader/regressions/dev10_813331/Library1.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_813331/Library1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_813331/Library2.csproj b/tests/src/Loader/classloader/regressions/dev10_813331/Library2.csproj index a9774e0..4f8b714 100644 --- a/tests/src/Loader/classloader/regressions/dev10_813331/Library2.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_813331/Library2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_813331/app.config b/tests/src/Loader/classloader/regressions/dev10_813331/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_813331/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_813331/project.json b/tests/src/Loader/classloader/regressions/dev10_813331/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_813331/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev10_851479/app.config b/tests/src/Loader/classloader/regressions/dev10_851479/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_851479/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj b/tests/src/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj index d04babb..8f23535 100644 --- a/tests/src/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_851479/project.json b/tests/src/Loader/classloader/regressions/dev10_851479/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_851479/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev10_889822/app.config b/tests/src/Loader/classloader/regressions/dev10_889822/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_889822/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj b/tests/src/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj index dc9bb46..b5d56ca 100644 --- a/tests/src/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_889822/project.json b/tests/src/Loader/classloader/regressions/dev10_889822/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_889822/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev10_897464/Test.ilproj b/tests/src/Loader/classloader/regressions/dev10_897464/Test.ilproj index d3541e9..77903b3 100644 --- a/tests/src/Loader/classloader/regressions/dev10_897464/Test.ilproj +++ b/tests/src/Loader/classloader/regressions/dev10_897464/Test.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_897464/app.config b/tests/src/Loader/classloader/regressions/dev10_897464/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_897464/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj b/tests/src/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj index 16189d4..376e93d 100644 --- a/tests/src/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj +++ b/tests/src/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev10_897464/project.json b/tests/src/Loader/classloader/regressions/dev10_897464/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev10_897464/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev11_11333/app.config b/tests/src/Loader/classloader/regressions/dev11_11333/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev11_11333/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj b/tests/src/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj index 7f6f8da..8e3b28d 100644 --- a/tests/src/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj +++ b/tests/src/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_221340/Library.ilproj b/tests/src/Loader/classloader/regressions/dev11_221340/Library.ilproj index 4abafa4..a0aa82e 100644 --- a/tests/src/Loader/classloader/regressions/dev11_221340/Library.ilproj +++ b/tests/src/Loader/classloader/regressions/dev11_221340/Library.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_221340/TestLib.ilproj b/tests/src/Loader/classloader/regressions/dev11_221340/TestLib.ilproj index 5cdb280..30a31a9 100644 --- a/tests/src/Loader/classloader/regressions/dev11_221340/TestLib.ilproj +++ b/tests/src/Loader/classloader/regressions/dev11_221340/TestLib.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_221340/app.config b/tests/src/Loader/classloader/regressions/dev11_221340/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev11_221340/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_256384/Library.csproj b/tests/src/Loader/classloader/regressions/dev11_256384/Library.csproj index fe8b032..c75fd11 100644 --- a/tests/src/Loader/classloader/regressions/dev11_256384/Library.csproj +++ b/tests/src/Loader/classloader/regressions/dev11_256384/Library.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_256384/app.config b/tests/src/Loader/classloader/regressions/dev11_256384/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev11_256384/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_256384/project.json b/tests/src/Loader/classloader/regressions/dev11_256384/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev11_256384/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev11_38348/Lib.csproj b/tests/src/Loader/classloader/regressions/dev11_38348/Lib.csproj index 1a56328..f4fa782 100644 --- a/tests/src/Loader/classloader/regressions/dev11_38348/Lib.csproj +++ b/tests/src/Loader/classloader/regressions/dev11_38348/Lib.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_38348/app.config b/tests/src/Loader/classloader/regressions/dev11_38348/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev11_38348/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_38348/project.json b/tests/src/Loader/classloader/regressions/dev11_38348/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev11_38348/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev11_383846/LibraryThatImplementsStruct.csproj b/tests/src/Loader/classloader/regressions/dev11_383846/LibraryThatImplementsStruct.csproj index 42114ef..539161c 100644 --- a/tests/src/Loader/classloader/regressions/dev11_383846/LibraryThatImplementsStruct.csproj +++ b/tests/src/Loader/classloader/regressions/dev11_383846/LibraryThatImplementsStruct.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_383846/TypeForwarderLibrary.csproj b/tests/src/Loader/classloader/regressions/dev11_383846/TypeForwarderLibrary.csproj index 962e29b..cadca98 100644 --- a/tests/src/Loader/classloader/regressions/dev11_383846/TypeForwarderLibrary.csproj +++ b/tests/src/Loader/classloader/regressions/dev11_383846/TypeForwarderLibrary.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_383846/app.config b/tests/src/Loader/classloader/regressions/dev11_383846/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev11_383846/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_383846/project.json b/tests/src/Loader/classloader/regressions/dev11_383846/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev11_383846/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/dev11_95728/app.config b/tests/src/Loader/classloader/regressions/dev11_95728/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/dev11_95728/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj b/tests/src/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj index 74e9fe6..893005c 100644 --- a/tests/src/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj +++ b/tests/src/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/dev11_95728/project.json b/tests/src/Loader/classloader/regressions/dev11_95728/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/dev11_95728/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/vsw111021/app.config b/tests/src/Loader/classloader/regressions/vsw111021/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/vsw111021/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/vsw111021/main.csproj b/tests/src/Loader/classloader/regressions/vsw111021/main.csproj index 288babd..2719060 100644 --- a/tests/src/Loader/classloader/regressions/vsw111021/main.csproj +++ b/tests/src/Loader/classloader/regressions/vsw111021/main.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/vsw111021/project.json b/tests/src/Loader/classloader/regressions/vsw111021/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/vsw111021/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/vsw188290/app.config b/tests/src/Loader/classloader/regressions/vsw188290/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/vsw188290/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.ilproj b/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.ilproj index 4aaf51e..1708db6 100644 --- a/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.ilproj +++ b/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj b/tests/src/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj index 1e4e7e3..c4664e5 100644 --- a/tests/src/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj +++ b/tests/src/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/vsw305955/app.config b/tests/src/Loader/classloader/regressions/vsw305955/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/vsw305955/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/vsw307137/app.config b/tests/src/Loader/classloader/regressions/vsw307137/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/vsw307137/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/vsw307137/project.json b/tests/src/Loader/classloader/regressions/vsw307137/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/vsw307137/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.csproj b/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.csproj index 6ed330c..c79c07d 100644 --- a/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.csproj +++ b/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/vsw529206/app.config b/tests/src/Loader/classloader/regressions/vsw529206/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/vsw529206/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj b/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj index 48fa870..f0e33fa 100644 --- a/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj +++ b/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/regressions/vsw529206/project.json b/tests/src/Loader/classloader/regressions/vsw529206/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/vsw529206/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj b/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj index 35909f1..90fa161 100644 --- a/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj +++ b/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/regressions/vsw531159/app.config b/tests/src/Loader/classloader/regressions/vsw531159/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/regressions/vsw531159/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/regressions/vsw531159/project.json b/tests/src/Loader/classloader/regressions/vsw531159/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/regressions/vsw531159/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/regressions/vsw531159/vsw531159.csproj b/tests/src/Loader/classloader/regressions/vsw531159/vsw531159.csproj index ea8babf..34dfb05 100644 --- a/tests/src/Loader/classloader/regressions/vsw531159/vsw531159.csproj +++ b/tests/src/Loader/classloader/regressions/vsw531159/vsw531159.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj index c45d219..a1f8ece 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj index 44e7864..8fcc882 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj index a1fe38a..dbafd17 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj index eee8427..97cf456 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj index c8a131a..f6bae39 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj index c5eee12..87a5f36 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj index c8c587b..48fd7ca 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj index 990d83e..27686d4 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj index 9fa6fca..a727649 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj index a620ac2..0bb648f 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj index 9ac96ca..f049b88 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj index 4c30723..09c49f7 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj index a954aa7..c62fde9 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj index 1b85e8e..7e794ce 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj index 2a9070b..4feb111 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj index 4ea0922..fb89843 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj index aca88f6..4c2cd75 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj index bf683c5..c403530 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj index c3c9945..48dfa20 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj index 3543c62..c78fd85 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj index c61705d..df66c27 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj index c5ef66b..da32adb 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj b/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj index 8d021a1..7b57be5 100644 --- a/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj +++ b/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/rmv/il/app.config b/tests/src/Loader/classloader/rmv/il/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/rmv/il/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj index 6c01a0f..8e2a416 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2.csproj index b1d5b5f..d228e36 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj index 3e81bee..1cfb49c 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj index 4604f39..96d29ab 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj index 8066817..635072a 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2.csproj index d0b6e0b..7ab139a 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj index cd1a71b..5ee5060 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj index e6f591b..85e4cb2 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj index c36c9b2..fe83d56 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2.csproj index 5eafcb1..8e5eb75 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj index 0c28700..e5776cf 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj index 15e918a..1cddabe 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj index ad47d52..580a120 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2.csproj index db7d253..df36f69 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj index c17b6cd..e22538c 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj index e0cfc17..756b72b 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj index 9da2437..d0f26f9 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2.csproj index f2a4e47..506440e 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj index f214900..34249b7 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj index 61c02f8..495ddef 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj index 6b6c1bd..c47f934 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj index be3754e..06170a5 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj index be78b0b..201477a 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2.csproj index a51d559..c871ca7 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj index de89dd6..d089c81 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj index 143f9fe..88226f0 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj index 0d2d089..85ab380 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2.csproj index 230a244..7bf4047 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj index 67538ae..0d715ed 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj index df5d385..a231acb 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj index e77c88b..093932a 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2.csproj index b5ce444..57fbe4d 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj index 959c4e5..aa304a6 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj index fffab84..3bdfd75 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj index 9fece6c..8f8084d 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2.csproj index 531162c..2d30481 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj index ef190c8..8082b0a 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj index c687d7e..ae22fc2 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj index 99beebe..ef85e64 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2.csproj index e227927..9cb8ba6 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj index 1613308..c216a4b 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj index f0a8252..8e39e5e 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj index 1909b43..43f63a4 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2.csproj index 9eef325..41fe71f 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj index 1daf7e7..af0ebae 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj index 886ba40..f593095 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj index 12eebfa..f566122 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-2.csproj index c30aac1..ce248a5 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj index b018102..327c9c0 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj index 8cc9c68..af13ff2 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj index 1c8f676..657d622 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2.csproj index f9a249e..a15e066 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj index 0407033..85a831e 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj index 617c7c4..6edc99b 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj index 106dd1d..f6c6f7c 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj index c99f80d..3709669 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj index 728a736..61261c6 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2.csproj index 2f8aacb..44b0bf7 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj index a5ef86b..8b8f7ab 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj index 7c20557..5ac6f7b 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj index 15da3eb..460ecf1 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2.csproj index 96c0b06..81d66d9 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj index a3e4856..8959131 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj index 06e227b..9f125ce 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj index 0197c91..933be7b 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2.csproj index 8411806..589b170 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj index 2c5ded3..4fa3a43 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj index 193f8ca..c89baaa 100644 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj +++ b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/app.config b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/project.json b/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/v1/M10/Acceptance/Case1.csproj b/tests/src/Loader/classloader/v1/M10/Acceptance/Case1.csproj index c814bfa..522ff71 100644 --- a/tests/src/Loader/classloader/v1/M10/Acceptance/Case1.csproj +++ b/tests/src/Loader/classloader/v1/M10/Acceptance/Case1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/M10/Acceptance/Case2.csproj b/tests/src/Loader/classloader/v1/M10/Acceptance/Case2.csproj index 79b78cb..459a535 100644 --- a/tests/src/Loader/classloader/v1/M10/Acceptance/Case2.csproj +++ b/tests/src/Loader/classloader/v1/M10/Acceptance/Case2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/M10/Acceptance/Case3.csproj b/tests/src/Loader/classloader/v1/M10/Acceptance/Case3.csproj index 3b7d86f..43df61e 100644 --- a/tests/src/Loader/classloader/v1/M10/Acceptance/Case3.csproj +++ b/tests/src/Loader/classloader/v1/M10/Acceptance/Case3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/M10/Acceptance/Case4.csproj b/tests/src/Loader/classloader/v1/M10/Acceptance/Case4.csproj index 58457c6..8bc12c7 100644 --- a/tests/src/Loader/classloader/v1/M10/Acceptance/Case4.csproj +++ b/tests/src/Loader/classloader/v1/M10/Acceptance/Case4.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/M10/Acceptance/app.config b/tests/src/Loader/classloader/v1/M10/Acceptance/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/v1/M10/Acceptance/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/v1/M10/Acceptance/project.json b/tests/src/Loader/classloader/v1/M10/Acceptance/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/v1/M10/Acceptance/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.ilproj b/tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.ilproj index 5b8faff..0d48807 100644 --- a/tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.ilproj +++ b/tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.ilproj @@ -27,9 +27,6 @@ - - - diff --git a/tests/src/Loader/classloader/v1/M10/Relocation/IL/app.config b/tests/src/Loader/classloader/v1/M10/Relocation/IL/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/v1/M10/Relocation/IL/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.csproj index 90622c5..796236b 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.csproj index 0681e55..4c12393 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.csproj index ff60aad1..9142115 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.csproj index 45c08fa..8c6d354 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.csproj index c3de784..c629f3d 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.csproj index fdaf5c3..ec949ac 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.csproj index 291fa19..f5c35ae 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.csproj index a0712eb..464d697 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.csproj index e9d256d..a7b1c0a 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.csproj index e9a19b7..38f2c98 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.csproj index 948091f..f1a0118 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.csproj index ae7eed6..6260195 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.csproj index b80bfcb..6c845d1 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.csproj index 64475ac..e14b8ab 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.csproj index b517620..b6497a1 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.csproj index b51b9db..89e4d1e 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.csproj index 3b9a4df..1934f12 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.csproj index 67f492f..e8e765f 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.csproj b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.csproj index 1d36878..b9ca574 100644 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.csproj +++ b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/app.config b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/app.config deleted file mode 100644 index e5622f7..0000000 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/project.json b/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/lowlevel/regress/105736/Exception.csproj b/tests/src/Loader/lowlevel/regress/105736/Exception.csproj index 385629f..32f7e04 100644 --- a/tests/src/Loader/lowlevel/regress/105736/Exception.csproj +++ b/tests/src/Loader/lowlevel/regress/105736/Exception.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Loader/lowlevel/regress/105736/app.config b/tests/src/Loader/lowlevel/regress/105736/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Loader/lowlevel/regress/105736/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Loader/lowlevel/regress/105736/project.json b/tests/src/Loader/lowlevel/regress/105736/project.json deleted file mode 100644 index ea84b07..0000000 --- a/tests/src/Loader/lowlevel/regress/105736/project.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/multimodule/DontUseNetmodule.csproj b/tests/src/Loader/multimodule/DontUseNetmodule.csproj index 4c8d27f..2387f12 100644 --- a/tests/src/Loader/multimodule/DontUseNetmodule.csproj +++ b/tests/src/Loader/multimodule/DontUseNetmodule.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Loader/multimodule/app.config b/tests/src/Loader/multimodule/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Loader/multimodule/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Loader/multimodule/project.json b/tests/src/Loader/multimodule/project.json deleted file mode 100644 index ea84b07..0000000 --- a/tests/src/Loader/multimodule/project.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/regressions/classloader/app.config b/tests/src/Loader/regressions/classloader/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Loader/regressions/classloader/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Loader/regressions/classloader/main.csproj b/tests/src/Loader/regressions/classloader/main.csproj index 1904c5a..fe18ff5 100644 --- a/tests/src/Loader/regressions/classloader/main.csproj +++ b/tests/src/Loader/regressions/classloader/main.csproj @@ -29,10 +29,6 @@ - - - - diff --git a/tests/src/Loader/regressions/classloader/project.json b/tests/src/Loader/regressions/classloader/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/regressions/classloader/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/regressions/classloader/vsw307137.csproj b/tests/src/Loader/regressions/classloader/vsw307137.csproj index 5413a8a..2409db9 100644 --- a/tests/src/Loader/regressions/classloader/vsw307137.csproj +++ b/tests/src/Loader/regressions/classloader/vsw307137.csproj @@ -29,10 +29,6 @@ - - - - diff --git a/tests/src/Loader/regressions/polyrec/Polyrec.csproj b/tests/src/Loader/regressions/polyrec/Polyrec.csproj index 85e4adf..1aa7010 100644 --- a/tests/src/Loader/regressions/polyrec/Polyrec.csproj +++ b/tests/src/Loader/regressions/polyrec/Polyrec.csproj @@ -32,10 +32,6 @@ - - - - diff --git a/tests/src/Loader/regressions/polyrec/app.config b/tests/src/Loader/regressions/polyrec/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Loader/regressions/polyrec/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Loader/regressions/polyrec/project.json b/tests/src/Loader/regressions/polyrec/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Loader/regressions/polyrec/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj b/tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj index 433c4ce..c11e6df 100644 --- a/tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj +++ b/tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Loader/versioning/coverage/app.config b/tests/src/Loader/versioning/coverage/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Loader/versioning/coverage/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Loader/versioning/coverage/project.json b/tests/src/Loader/versioning/coverage/project.json deleted file mode 100644 index ea84b07..0000000 --- a/tests/src/Loader/versioning/coverage/project.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/assemblyref/app.config b/tests/src/Regressions/assemblyref/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/assemblyref/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/assemblyref/assem.csproj b/tests/src/Regressions/assemblyref/assem.csproj index a39aa11..2c6e58f 100644 --- a/tests/src/Regressions/assemblyref/assem.csproj +++ b/tests/src/Regressions/assemblyref/assem.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/Regressions/assemblyref/project.json b/tests/src/Regressions/assemblyref/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/assemblyref/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/assemblyref/test.csproj b/tests/src/Regressions/assemblyref/test.csproj index d3a2a72..4bc5997 100644 --- a/tests/src/Regressions/assemblyref/test.csproj +++ b/tests/src/Regressions/assemblyref/test.csproj @@ -31,10 +31,6 @@ - - - - {946AE2D9-F656-4771-81DB-6D02EEEEFFCB} assem diff --git a/tests/src/Regressions/common/AboveStackLimit.csproj b/tests/src/Regressions/common/AboveStackLimit.csproj index f3ce4e8..b7b1ba2 100644 --- a/tests/src/Regressions/common/AboveStackLimit.csproj +++ b/tests/src/Regressions/common/AboveStackLimit.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/common/ArrayCopy.csproj b/tests/src/Regressions/common/ArrayCopy.csproj index 4c78463..05c412e 100644 --- a/tests/src/Regressions/common/ArrayCopy.csproj +++ b/tests/src/Regressions/common/ArrayCopy.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/common/CompEx.csproj b/tests/src/Regressions/common/CompEx.csproj index 5522e6d..b95677c 100644 --- a/tests/src/Regressions/common/CompEx.csproj +++ b/tests/src/Regressions/common/CompEx.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj b/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj index 1e9bd10..090b045 100644 --- a/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj +++ b/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/common/Marshal.csproj b/tests/src/Regressions/common/Marshal.csproj index b5e273f..5cffcaf 100644 --- a/tests/src/Regressions/common/Marshal.csproj +++ b/tests/src/Regressions/common/Marshal.csproj @@ -30,9 +30,6 @@ - - - diff --git a/tests/src/Regressions/common/ThreadCulture.csproj b/tests/src/Regressions/common/ThreadCulture.csproj index a923c7e..609165b 100644 --- a/tests/src/Regressions/common/ThreadCulture.csproj +++ b/tests/src/Regressions/common/ThreadCulture.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/common/ToLower.csproj b/tests/src/Regressions/common/ToLower.csproj index 76fb28c..49f8da0 100644 --- a/tests/src/Regressions/common/ToLower.csproj +++ b/tests/src/Regressions/common/ToLower.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/common/Unsafe.csproj b/tests/src/Regressions/common/Unsafe.csproj index 8838685..71b8ef3 100644 --- a/tests/src/Regressions/common/Unsafe.csproj +++ b/tests/src/Regressions/common/Unsafe.csproj @@ -30,9 +30,6 @@ - - - diff --git a/tests/src/Regressions/common/app.config b/tests/src/Regressions/common/app.config deleted file mode 100644 index c51f616..0000000 --- a/tests/src/Regressions/common/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/Regressions/common/avtest.csproj b/tests/src/Regressions/common/avtest.csproj index afffc7e..7c80321 100644 --- a/tests/src/Regressions/common/avtest.csproj +++ b/tests/src/Regressions/common/avtest.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/common/date.csproj b/tests/src/Regressions/common/date.csproj index d1ce152..645d4ac 100644 --- a/tests/src/Regressions/common/date.csproj +++ b/tests/src/Regressions/common/date.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/common/interlock.csproj b/tests/src/Regressions/common/interlock.csproj index e301e13..2d75854 100644 --- a/tests/src/Regressions/common/interlock.csproj +++ b/tests/src/Regressions/common/interlock.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/common/pow3.csproj b/tests/src/Regressions/common/pow3.csproj index e5276c9..4f2e5a5 100644 --- a/tests/src/Regressions/common/pow3.csproj +++ b/tests/src/Regressions/common/pow3.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/common/project.json b/tests/src/Regressions/common/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/common/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/common/test1307.csproj b/tests/src/Regressions/common/test1307.csproj index e2149b6..b695cbb 100644 --- a/tests/src/Regressions/common/test1307.csproj +++ b/tests/src/Regressions/common/test1307.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/common/testClass.csproj b/tests/src/Regressions/common/testClass.csproj index 1e3ceae..d752401 100644 --- a/tests/src/Regressions/common/testClass.csproj +++ b/tests/src/Regressions/common/testClass.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/common/testInterface.csproj b/tests/src/Regressions/common/testInterface.csproj index d212323..58df5b4 100644 --- a/tests/src/Regressions/common/testInterface.csproj +++ b/tests/src/Regressions/common/testInterface.csproj @@ -29,9 +29,6 @@ - - - diff --git a/tests/src/Regressions/coreclr/0014/app.config b/tests/src/Regressions/coreclr/0014/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0014/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0014/avtest.csproj b/tests/src/Regressions/coreclr/0014/avtest.csproj index fdde2a7..a1f0c05 100644 --- a/tests/src/Regressions/coreclr/0014/avtest.csproj +++ b/tests/src/Regressions/coreclr/0014/avtest.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0014/project.json b/tests/src/Regressions/coreclr/0014/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0014/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj b/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj index d23fff1..65ddaa7 100644 --- a/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj +++ b/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0018/app.config b/tests/src/Regressions/coreclr/0018/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0018/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0018/project.json b/tests/src/Regressions/coreclr/0018/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0018/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0028/app.config b/tests/src/Regressions/coreclr/0028/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0028/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0028/project.json b/tests/src/Regressions/coreclr/0028/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0028/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0028/thread08-simplified.csproj b/tests/src/Regressions/coreclr/0028/thread08-simplified.csproj index 628b218..5d211c6 100644 --- a/tests/src/Regressions/coreclr/0028/thread08-simplified.csproj +++ b/tests/src/Regressions/coreclr/0028/thread08-simplified.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0041/app.config b/tests/src/Regressions/coreclr/0041/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0041/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0041/expl_double_1.csproj b/tests/src/Regressions/coreclr/0041/expl_double_1.csproj index 37196c3..2462bbd 100644 --- a/tests/src/Regressions/coreclr/0041/expl_double_1.csproj +++ b/tests/src/Regressions/coreclr/0041/expl_double_1.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0041/project.json b/tests/src/Regressions/coreclr/0041/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0041/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0044/app.config b/tests/src/Regressions/coreclr/0044/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0044/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0044/nullable.csproj b/tests/src/Regressions/coreclr/0044/nullable.csproj index 755896a..ff8ffb2 100644 --- a/tests/src/Regressions/coreclr/0044/nullable.csproj +++ b/tests/src/Regressions/coreclr/0044/nullable.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0044/project.json b/tests/src/Regressions/coreclr/0044/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0044/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0046/app.config b/tests/src/Regressions/coreclr/0046/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0046/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0046/istype.csproj b/tests/src/Regressions/coreclr/0046/istype.csproj index 6963cef..63243e6 100644 --- a/tests/src/Regressions/coreclr/0046/istype.csproj +++ b/tests/src/Regressions/coreclr/0046/istype.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0046/project.json b/tests/src/Regressions/coreclr/0046/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0046/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0069/app.config b/tests/src/Regressions/coreclr/0069/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0069/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0069/date.csproj b/tests/src/Regressions/coreclr/0069/date.csproj index c03528d..e18acf2 100644 --- a/tests/src/Regressions/coreclr/0069/date.csproj +++ b/tests/src/Regressions/coreclr/0069/date.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0069/project.json b/tests/src/Regressions/coreclr/0069/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0069/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj b/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj index 1221544..b3695fd 100644 --- a/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj +++ b/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0075/app.config b/tests/src/Regressions/coreclr/0075/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0075/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0075/project.json b/tests/src/Regressions/coreclr/0075/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0075/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0077/app.config b/tests/src/Regressions/coreclr/0077/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0077/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0077/interlock.csproj b/tests/src/Regressions/coreclr/0077/interlock.csproj index ffc2b27..f53a3fc 100644 --- a/tests/src/Regressions/coreclr/0077/interlock.csproj +++ b/tests/src/Regressions/coreclr/0077/interlock.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0077/project.json b/tests/src/Regressions/coreclr/0077/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0077/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0080/app.config b/tests/src/Regressions/coreclr/0080/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0080/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0080/delete_next_card_table.csproj b/tests/src/Regressions/coreclr/0080/delete_next_card_table.csproj index 4132f57..d307144 100644 --- a/tests/src/Regressions/coreclr/0080/delete_next_card_table.csproj +++ b/tests/src/Regressions/coreclr/0080/delete_next_card_table.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0080/project.json b/tests/src/Regressions/coreclr/0080/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0080/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj b/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj index a4f39c0..ae34c21 100644 --- a/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj +++ b/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0099/app.config b/tests/src/Regressions/coreclr/0099/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0099/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0099/project.json b/tests/src/Regressions/coreclr/0099/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0099/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0138/app.config b/tests/src/Regressions/coreclr/0138/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0138/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0138/pow3.csproj b/tests/src/Regressions/coreclr/0138/pow3.csproj index edc997f..9e8ec89 100644 --- a/tests/src/Regressions/coreclr/0138/pow3.csproj +++ b/tests/src/Regressions/coreclr/0138/pow3.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0138/project.json b/tests/src/Regressions/coreclr/0138/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0138/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj b/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj index 96be3ba..8d0282c 100644 --- a/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj +++ b/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0149/app.config b/tests/src/Regressions/coreclr/0149/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0149/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0149/project.json b/tests/src/Regressions/coreclr/0149/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0149/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0198/CompEx.csproj b/tests/src/Regressions/coreclr/0198/CompEx.csproj index ba79d09..cb06ed3 100644 --- a/tests/src/Regressions/coreclr/0198/CompEx.csproj +++ b/tests/src/Regressions/coreclr/0198/CompEx.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0198/app.config b/tests/src/Regressions/coreclr/0198/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0198/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0198/project.json b/tests/src/Regressions/coreclr/0198/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0198/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj b/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj index 25717f4..59b56bc 100644 --- a/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj +++ b/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0202/app.config b/tests/src/Regressions/coreclr/0202/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0202/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0202/project.json b/tests/src/Regressions/coreclr/0202/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0202/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0211/app.config b/tests/src/Regressions/coreclr/0211/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0211/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0211/genrecur.csproj b/tests/src/Regressions/coreclr/0211/genrecur.csproj index fd27000..169c51f 100644 --- a/tests/src/Regressions/coreclr/0211/genrecur.csproj +++ b/tests/src/Regressions/coreclr/0211/genrecur.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0211/project.json b/tests/src/Regressions/coreclr/0211/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0211/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0275/Marshal.csproj b/tests/src/Regressions/coreclr/0275/Marshal.csproj index 1eba27c..df357cb 100644 --- a/tests/src/Regressions/coreclr/0275/Marshal.csproj +++ b/tests/src/Regressions/coreclr/0275/Marshal.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0275/app.config b/tests/src/Regressions/coreclr/0275/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0275/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0275/project.json b/tests/src/Regressions/coreclr/0275/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0275/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0308/ToLower.csproj b/tests/src/Regressions/coreclr/0308/ToLower.csproj index aecefd3..6cc6936 100644 --- a/tests/src/Regressions/coreclr/0308/ToLower.csproj +++ b/tests/src/Regressions/coreclr/0308/ToLower.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0308/app.config b/tests/src/Regressions/coreclr/0308/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0308/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0308/project.json b/tests/src/Regressions/coreclr/0308/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0308/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0341/PlatformCode.csproj b/tests/src/Regressions/coreclr/0341/PlatformCode.csproj index 9327a64..b8b7b54 100644 --- a/tests/src/Regressions/coreclr/0341/PlatformCode.csproj +++ b/tests/src/Regressions/coreclr/0341/PlatformCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0341/UserCode.csproj b/tests/src/Regressions/coreclr/0341/UserCode.csproj index d3b2957..d48769e 100644 --- a/tests/src/Regressions/coreclr/0341/UserCode.csproj +++ b/tests/src/Regressions/coreclr/0341/UserCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0341/app.config b/tests/src/Regressions/coreclr/0341/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0341/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0341/project.json b/tests/src/Regressions/coreclr/0341/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0341/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0342/app.config b/tests/src/Regressions/coreclr/0342/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0342/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0342/project.json b/tests/src/Regressions/coreclr/0342/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0342/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0342/unsafe.csproj b/tests/src/Regressions/coreclr/0342/unsafe.csproj index 90f1fee..d522f62 100644 --- a/tests/src/Regressions/coreclr/0342/unsafe.csproj +++ b/tests/src/Regressions/coreclr/0342/unsafe.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0416/app.config b/tests/src/Regressions/coreclr/0416/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0416/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0416/hello.csproj b/tests/src/Regressions/coreclr/0416/hello.csproj index 02c4a45..c28b078 100644 --- a/tests/src/Regressions/coreclr/0416/hello.csproj +++ b/tests/src/Regressions/coreclr/0416/hello.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0416/project.json b/tests/src/Regressions/coreclr/0416/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0416/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0433/app.config b/tests/src/Regressions/coreclr/0433/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0433/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0433/assem.csproj b/tests/src/Regressions/coreclr/0433/assem.csproj index 4abe3b3..5d00559 100644 --- a/tests/src/Regressions/coreclr/0433/assem.csproj +++ b/tests/src/Regressions/coreclr/0433/assem.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0433/project.json b/tests/src/Regressions/coreclr/0433/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0433/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0433/test.csproj b/tests/src/Regressions/coreclr/0433/test.csproj index 92b93ec..cefd387 100644 --- a/tests/src/Regressions/coreclr/0433/test.csproj +++ b/tests/src/Regressions/coreclr/0433/test.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0487/app.config b/tests/src/Regressions/coreclr/0487/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0487/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0487/project.json b/tests/src/Regressions/coreclr/0487/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0487/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0487/test.csproj b/tests/src/Regressions/coreclr/0487/test.csproj index 120398a..07824d1 100644 --- a/tests/src/Regressions/coreclr/0487/test.csproj +++ b/tests/src/Regressions/coreclr/0487/test.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0570/Test570.csproj b/tests/src/Regressions/coreclr/0570/Test570.csproj index 0940a41..305497b 100644 --- a/tests/src/Regressions/coreclr/0570/Test570.csproj +++ b/tests/src/Regressions/coreclr/0570/Test570.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0570/app.config b/tests/src/Regressions/coreclr/0570/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0570/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0570/project.json b/tests/src/Regressions/coreclr/0570/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0570/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0576/Test0576.csproj b/tests/src/Regressions/coreclr/0576/Test0576.csproj index b4697df..6a91fad 100644 --- a/tests/src/Regressions/coreclr/0576/Test0576.csproj +++ b/tests/src/Regressions/coreclr/0576/Test0576.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0576/app.config b/tests/src/Regressions/coreclr/0576/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0576/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0576/project.json b/tests/src/Regressions/coreclr/0576/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0576/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0582/app.config b/tests/src/Regressions/coreclr/0582/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0582/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0582/csgen.1.csproj b/tests/src/Regressions/coreclr/0582/csgen.1.csproj index 89e18fa..fec123d 100644 --- a/tests/src/Regressions/coreclr/0582/csgen.1.csproj +++ b/tests/src/Regressions/coreclr/0582/csgen.1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0582/project.json b/tests/src/Regressions/coreclr/0582/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0582/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0583/Test583.csproj b/tests/src/Regressions/coreclr/0583/Test583.csproj index 0a9642e..a23dfc8 100644 --- a/tests/src/Regressions/coreclr/0583/Test583.csproj +++ b/tests/src/Regressions/coreclr/0583/Test583.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0583/app.config b/tests/src/Regressions/coreclr/0583/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0583/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0583/project.json b/tests/src/Regressions/coreclr/0583/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0583/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0584/Test584.csproj b/tests/src/Regressions/coreclr/0584/Test584.csproj index bd06571..e530158 100644 --- a/tests/src/Regressions/coreclr/0584/Test584.csproj +++ b/tests/src/Regressions/coreclr/0584/Test584.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0584/app.config b/tests/src/Regressions/coreclr/0584/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0584/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0584/project.json b/tests/src/Regressions/coreclr/0584/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0584/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0694/CriticalCode.csproj b/tests/src/Regressions/coreclr/0694/CriticalCode.csproj index 0668c62..1f0a740 100644 --- a/tests/src/Regressions/coreclr/0694/CriticalCode.csproj +++ b/tests/src/Regressions/coreclr/0694/CriticalCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0694/app.config b/tests/src/Regressions/coreclr/0694/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0694/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0694/project.json b/tests/src/Regressions/coreclr/0694/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0694/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0792/Test0792.csproj b/tests/src/Regressions/coreclr/0792/Test0792.csproj index 6691c33..8b827dc 100644 --- a/tests/src/Regressions/coreclr/0792/Test0792.csproj +++ b/tests/src/Regressions/coreclr/0792/Test0792.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0792/app.config b/tests/src/Regressions/coreclr/0792/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0792/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0792/project.json b/tests/src/Regressions/coreclr/0792/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0792/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0828/Test0828.csproj b/tests/src/Regressions/coreclr/0828/Test0828.csproj index 2fe299f..84e9c1c 100644 --- a/tests/src/Regressions/coreclr/0828/Test0828.csproj +++ b/tests/src/Regressions/coreclr/0828/Test0828.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0828/app.config b/tests/src/Regressions/coreclr/0828/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0828/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0828/project.json b/tests/src/Regressions/coreclr/0828/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0828/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0829/Test0829.csproj b/tests/src/Regressions/coreclr/0829/Test0829.csproj index 0b52825..2c97469 100644 --- a/tests/src/Regressions/coreclr/0829/Test0829.csproj +++ b/tests/src/Regressions/coreclr/0829/Test0829.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0829/app.config b/tests/src/Regressions/coreclr/0829/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0829/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0829/project.json b/tests/src/Regressions/coreclr/0829/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0829/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0857/app.config b/tests/src/Regressions/coreclr/0857/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0857/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0857/override.csproj b/tests/src/Regressions/coreclr/0857/override.csproj index 5f558b7..1314025 100644 --- a/tests/src/Regressions/coreclr/0857/override.csproj +++ b/tests/src/Regressions/coreclr/0857/override.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0857/project.json b/tests/src/Regressions/coreclr/0857/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0857/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0939/app.config b/tests/src/Regressions/coreclr/0939/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0939/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0939/project.json b/tests/src/Regressions/coreclr/0939/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0939/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/0939/test0939.csproj b/tests/src/Regressions/coreclr/0939/test0939.csproj index e7d8bf1..1faa1cd 100644 --- a/tests/src/Regressions/coreclr/0939/test0939.csproj +++ b/tests/src/Regressions/coreclr/0939/test0939.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0968/Test968.csproj b/tests/src/Regressions/coreclr/0968/Test968.csproj index 7cceab9..fb6db72 100644 --- a/tests/src/Regressions/coreclr/0968/Test968.csproj +++ b/tests/src/Regressions/coreclr/0968/Test968.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/0968/app.config b/tests/src/Regressions/coreclr/0968/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/0968/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/0968/project.json b/tests/src/Regressions/coreclr/0968/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/0968/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/1307/app.config b/tests/src/Regressions/coreclr/1307/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/1307/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/1307/project.json b/tests/src/Regressions/coreclr/1307/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/1307/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/1307/test1307.csproj b/tests/src/Regressions/coreclr/1307/test1307.csproj index c337700..a113d78 100644 --- a/tests/src/Regressions/coreclr/1307/test1307.csproj +++ b/tests/src/Regressions/coreclr/1307/test1307.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/1333/app.config b/tests/src/Regressions/coreclr/1333/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/1333/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/1333/project.json b/tests/src/Regressions/coreclr/1333/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/1333/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/1333/testClass.csproj b/tests/src/Regressions/coreclr/1333/testClass.csproj index 0c1e027..959d73a 100644 --- a/tests/src/Regressions/coreclr/1333/testClass.csproj +++ b/tests/src/Regressions/coreclr/1333/testClass.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/1333/testInterface.csproj b/tests/src/Regressions/coreclr/1333/testInterface.csproj index 80c7f37..04361ba 100644 --- a/tests/src/Regressions/coreclr/1333/testInterface.csproj +++ b/tests/src/Regressions/coreclr/1333/testInterface.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/1337/Test1337.csproj b/tests/src/Regressions/coreclr/1337/Test1337.csproj index a741f0b..bde5376 100644 --- a/tests/src/Regressions/coreclr/1337/Test1337.csproj +++ b/tests/src/Regressions/coreclr/1337/Test1337.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/1337/app.config b/tests/src/Regressions/coreclr/1337/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/1337/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/1337/project.json b/tests/src/Regressions/coreclr/1337/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/1337/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/1380/app.config b/tests/src/Regressions/coreclr/1380/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/1380/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/1380/forwarder1.csproj b/tests/src/Regressions/coreclr/1380/forwarder1.csproj index 7de6b2b..113a9c5 100644 --- a/tests/src/Regressions/coreclr/1380/forwarder1.csproj +++ b/tests/src/Regressions/coreclr/1380/forwarder1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/1380/project.json b/tests/src/Regressions/coreclr/1380/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/1380/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/1386/Co1727ctor_OO.csproj b/tests/src/Regressions/coreclr/1386/Co1727ctor_OO.csproj index 5c4b751..29d012b 100644 --- a/tests/src/Regressions/coreclr/1386/Co1727ctor_OO.csproj +++ b/tests/src/Regressions/coreclr/1386/Co1727ctor_OO.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/1386/app.config b/tests/src/Regressions/coreclr/1386/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/1386/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/1386/project.json b/tests/src/Regressions/coreclr/1386/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/1386/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/1402/Test1402.csproj b/tests/src/Regressions/coreclr/1402/Test1402.csproj index 58f0ab8..e461764 100644 --- a/tests/src/Regressions/coreclr/1402/Test1402.csproj +++ b/tests/src/Regressions/coreclr/1402/Test1402.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/1402/app.config b/tests/src/Regressions/coreclr/1402/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/1402/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/1402/project.json b/tests/src/Regressions/coreclr/1402/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/1402/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj b/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj index 306285c..ef64ce9 100644 --- a/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj +++ b/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/1514/app.config b/tests/src/Regressions/coreclr/1514/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/1514/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/1514/project.json b/tests/src/Regressions/coreclr/1514/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/1514/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/1534/Test1534.csproj b/tests/src/Regressions/coreclr/1534/Test1534.csproj index a99b83d..260d3eb 100644 --- a/tests/src/Regressions/coreclr/1534/Test1534.csproj +++ b/tests/src/Regressions/coreclr/1534/Test1534.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/1534/app.config b/tests/src/Regressions/coreclr/1534/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/1534/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/1534/project.json b/tests/src/Regressions/coreclr/1534/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/1534/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/1535/Test1535.csproj b/tests/src/Regressions/coreclr/1535/Test1535.csproj index 818c123..24479d3 100644 --- a/tests/src/Regressions/coreclr/1535/Test1535.csproj +++ b/tests/src/Regressions/coreclr/1535/Test1535.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/1535/app.config b/tests/src/Regressions/coreclr/1535/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/1535/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/1535/project.json b/tests/src/Regressions/coreclr/1535/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/1535/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/1549/Test1549.csproj b/tests/src/Regressions/coreclr/1549/Test1549.csproj index 396397a..110484c 100644 --- a/tests/src/Regressions/coreclr/1549/Test1549.csproj +++ b/tests/src/Regressions/coreclr/1549/Test1549.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/1549/app.config b/tests/src/Regressions/coreclr/1549/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/1549/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/1549/project.json b/tests/src/Regressions/coreclr/1549/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/1549/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/coreclr/72162/Test72162.csproj b/tests/src/Regressions/coreclr/72162/Test72162.csproj index c0c6a4f..19c3195 100644 --- a/tests/src/Regressions/coreclr/72162/Test72162.csproj +++ b/tests/src/Regressions/coreclr/72162/Test72162.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/Regressions/coreclr/72162/app.config b/tests/src/Regressions/coreclr/72162/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/coreclr/72162/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/coreclr/72162/project.json b/tests/src/Regressions/coreclr/72162/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/coreclr/72162/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/Regressions/expl_double/app.config b/tests/src/Regressions/expl_double/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/Regressions/expl_double/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/Regressions/expl_double/expl_double.csproj b/tests/src/Regressions/expl_double/expl_double.csproj index eb45c4c..faa86faa 100644 --- a/tests/src/Regressions/expl_double/expl_double.csproj +++ b/tests/src/Regressions/expl_double/expl_double.csproj @@ -31,9 +31,5 @@ - - - - \ No newline at end of file diff --git a/tests/src/Regressions/expl_double/project.json b/tests/src/Regressions/expl_double/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/Regressions/expl_double/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/hosting/coreclr/activation/sxshost/Delegates.csproj b/tests/src/hosting/coreclr/activation/sxshost/Delegates.csproj index ad20f15..044908e 100644 --- a/tests/src/hosting/coreclr/activation/sxshost/Delegates.csproj +++ b/tests/src/hosting/coreclr/activation/sxshost/Delegates.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/hosting/coreclr/activation/sxshost/UserCases.csproj b/tests/src/hosting/coreclr/activation/sxshost/UserCases.csproj index 66a9bcf..5ba6fb7 100644 --- a/tests/src/hosting/coreclr/activation/sxshost/UserCases.csproj +++ b/tests/src/hosting/coreclr/activation/sxshost/UserCases.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/hosting/coreclr/activation/sxshost/UserCode.csproj b/tests/src/hosting/coreclr/activation/sxshost/UserCode.csproj index 4960c07..7f5451a 100644 --- a/tests/src/hosting/coreclr/activation/sxshost/UserCode.csproj +++ b/tests/src/hosting/coreclr/activation/sxshost/UserCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/hosting/coreclr/activation/sxshost/app.config b/tests/src/hosting/coreclr/activation/sxshost/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/hosting/coreclr/activation/sxshost/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/hosting/coreclr/activation/sxshost/project.json b/tests/src/hosting/coreclr/activation/sxshost/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/hosting/coreclr/activation/sxshost/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/hosting/samples/hosting/usercode/UserCode.csproj b/tests/src/hosting/samples/hosting/usercode/UserCode.csproj index 4960c07..7f5451a 100644 --- a/tests/src/hosting/samples/hosting/usercode/UserCode.csproj +++ b/tests/src/hosting/samples/hosting/usercode/UserCode.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/hosting/samples/hosting/usercode/app.config b/tests/src/hosting/samples/hosting/usercode/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/hosting/samples/hosting/usercode/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/hosting/samples/hosting/usercode/project.json b/tests/src/hosting/samples/hosting/usercode/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/hosting/samples/hosting/usercode/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/hosting/samples/resolveevent/usercodedependency/UserCodeDependency.csproj b/tests/src/hosting/samples/resolveevent/usercodedependency/UserCodeDependency.csproj index e9f9699..496bbfe 100644 --- a/tests/src/hosting/samples/resolveevent/usercodedependency/UserCodeDependency.csproj +++ b/tests/src/hosting/samples/resolveevent/usercodedependency/UserCodeDependency.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/hosting/samples/resolveevent/usercodedependency/app.config b/tests/src/hosting/samples/resolveevent/usercodedependency/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/hosting/samples/resolveevent/usercodedependency/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/hosting/samples/resolveevent/usercodedependency/project.json b/tests/src/hosting/samples/resolveevent/usercodedependency/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/hosting/samples/resolveevent/usercodedependency/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/hosting/stress/testset1/app.config b/tests/src/hosting/stress/testset1/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/hosting/stress/testset1/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/hosting/stress/testset1/csgen.1.csproj b/tests/src/hosting/stress/testset1/csgen.1.csproj index 89e18fa..fec123d 100644 --- a/tests/src/hosting/stress/testset1/csgen.1.csproj +++ b/tests/src/hosting/stress/testset1/csgen.1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/hosting/stress/testset1/csgen.2.csproj b/tests/src/hosting/stress/testset1/csgen.2.csproj index 1565464..c79051f 100644 --- a/tests/src/hosting/stress/testset1/csgen.2.csproj +++ b/tests/src/hosting/stress/testset1/csgen.2.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/hosting/stress/testset1/project.json b/tests/src/hosting/stress/testset1/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/hosting/stress/testset1/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/hosting/stress/testset1/simple1.csproj b/tests/src/hosting/stress/testset1/simple1.csproj index 22f4073..7758809 100644 --- a/tests/src/hosting/stress/testset1/simple1.csproj +++ b/tests/src/hosting/stress/testset1/simple1.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/managed/Compilation/Compilation.csproj b/tests/src/managed/Compilation/Compilation.csproj index dd35b72..cde09aa 100644 --- a/tests/src/managed/Compilation/Compilation.csproj +++ b/tests/src/managed/Compilation/Compilation.csproj @@ -37,10 +37,6 @@ - - - - diff --git a/tests/src/managed/Compilation/app.config b/tests/src/managed/Compilation/app.config deleted file mode 100644 index 1c75c43..0000000 --- a/tests/src/managed/Compilation/app.config +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/managed/Compilation/project.json b/tests/src/managed/Compilation/project.json deleted file mode 100644 index 0ac5310..0000000 --- a/tests/src/managed/Compilation/project.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "dependencies": { - "Microsoft.CodeAnalysis.Compilers": "1.1.1", - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.Concurrent": "4.0.13-beta-24328-05", - "System.Collections.Immutable": "1.2.1-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Dynamic.Runtime": "4.0.12-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Overlapped": "4.0.2-beta-24328-05", - "System.Threading.Tasks": "4.0.12-beta-24328-05", - "System.Threading.Tasks.Parallel": "4.0.2-beta-24328-05", - "System.Threading.ThreadPool": "4.0.11-beta-24328-05", - "System.Security.Cryptography.Algorithms": "4.2.1-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": { - "imports": [ - "netcoreapp1.0", - "portable-net45+win8" - ] - } - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/performance/perflab/PerfLab.csproj b/tests/src/performance/perflab/PerfLab.csproj index fac8e78..6090bd8 100644 --- a/tests/src/performance/perflab/PerfLab.csproj +++ b/tests/src/performance/perflab/PerfLab.csproj @@ -38,10 +38,7 @@ - - - - \ No newline at end of file + diff --git a/tests/src/readytorun/app.config b/tests/src/readytorun/app.config deleted file mode 100644 index 7f13fbc..0000000 --- a/tests/src/readytorun/app.config +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/readytorun/fieldgetter.ilproj b/tests/src/readytorun/fieldgetter.ilproj index 0f6f687..deece68 100644 --- a/tests/src/readytorun/fieldgetter.ilproj +++ b/tests/src/readytorun/fieldgetter.ilproj @@ -25,9 +25,6 @@ - - - diff --git a/tests/src/readytorun/generics.csproj b/tests/src/readytorun/generics.csproj index 6436a59..6b00984 100644 --- a/tests/src/readytorun/generics.csproj +++ b/tests/src/readytorun/generics.csproj @@ -27,10 +27,6 @@ - - - - diff --git a/tests/src/readytorun/genericsload/app.config b/tests/src/readytorun/genericsload/app.config deleted file mode 100644 index 7f13fbc..0000000 --- a/tests/src/readytorun/genericsload/app.config +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/readytorun/genericsload/callgenericctor.csproj b/tests/src/readytorun/genericsload/callgenericctor.csproj index f3b7648..27a5e15 100644 --- a/tests/src/readytorun/genericsload/callgenericctor.csproj +++ b/tests/src/readytorun/genericsload/callgenericctor.csproj @@ -36,10 +36,6 @@ - - - - diff --git a/tests/src/readytorun/genericsload/project.json b/tests/src/readytorun/genericsload/project.json deleted file mode 100644 index 039c4c1..0000000 --- a/tests/src/readytorun/genericsload/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/readytorun/genericsload/usegenericfield.csproj b/tests/src/readytorun/genericsload/usegenericfield.csproj index ae24a27..23b6f38 100644 --- a/tests/src/readytorun/genericsload/usegenericfield.csproj +++ b/tests/src/readytorun/genericsload/usegenericfield.csproj @@ -36,10 +36,6 @@ - - - - diff --git a/tests/src/readytorun/mainv1.csproj b/tests/src/readytorun/mainv1.csproj index 855c357..f5b3b7b 100644 --- a/tests/src/readytorun/mainv1.csproj +++ b/tests/src/readytorun/mainv1.csproj @@ -36,10 +36,6 @@ - - - - diff --git a/tests/src/readytorun/mainv2.csproj b/tests/src/readytorun/mainv2.csproj index 52a3720..8417666 100644 --- a/tests/src/readytorun/mainv2.csproj +++ b/tests/src/readytorun/mainv2.csproj @@ -34,10 +34,6 @@ - - - - diff --git a/tests/src/readytorun/project.json b/tests/src/readytorun/project.json deleted file mode 100644 index edf431a..0000000 --- a/tests/src/readytorun/project.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Extensions": "4.0.2-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/readytorun/testv1/app.config b/tests/src/readytorun/testv1/app.config deleted file mode 100644 index 7f13fbc..0000000 --- a/tests/src/readytorun/testv1/app.config +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/readytorun/testv1/project.json b/tests/src/readytorun/testv1/project.json deleted file mode 100644 index 039c4c1..0000000 --- a/tests/src/readytorun/testv1/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/readytorun/testv1/test.csproj b/tests/src/readytorun/testv1/test.csproj index 254fa83..7458816 100644 --- a/tests/src/readytorun/testv1/test.csproj +++ b/tests/src/readytorun/testv1/test.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/readytorun/testv2/app.config b/tests/src/readytorun/testv2/app.config deleted file mode 100644 index 7f13fbc..0000000 --- a/tests/src/readytorun/testv2/app.config +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/readytorun/testv2/project.json b/tests/src/readytorun/testv2/project.json deleted file mode 100644 index 039c4c1..0000000 --- a/tests/src/readytorun/testv2/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/readytorun/testv2/test.csproj b/tests/src/readytorun/testv2/test.csproj index fadaf6d..b64c8cc 100644 --- a/tests/src/readytorun/testv2/test.csproj +++ b/tests/src/readytorun/testv2/test.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/reflection/regression/dev10bugs/Dev10_629953.csproj b/tests/src/reflection/regression/dev10bugs/Dev10_629953.csproj index 99d61a9..4b7c84d 100644 --- a/tests/src/reflection/regression/dev10bugs/Dev10_629953.csproj +++ b/tests/src/reflection/regression/dev10bugs/Dev10_629953.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/reflection/regression/dev10bugs/Dev10_630880.csproj b/tests/src/reflection/regression/dev10bugs/Dev10_630880.csproj index cd45521..10beb6c 100644 --- a/tests/src/reflection/regression/dev10bugs/Dev10_630880.csproj +++ b/tests/src/reflection/regression/dev10bugs/Dev10_630880.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/reflection/regression/dev10bugs/app.config b/tests/src/reflection/regression/dev10bugs/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/reflection/regression/dev10bugs/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/reflection/regression/dev10bugs/project.json b/tests/src/reflection/regression/dev10bugs/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/reflection/regression/dev10bugs/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/reflection/regression/reflectionrepromasterforsl/Helper.csproj b/tests/src/reflection/regression/reflectionrepromasterforsl/Helper.csproj index 60d628e..e5b5204 100644 --- a/tests/src/reflection/regression/reflectionrepromasterforsl/Helper.csproj +++ b/tests/src/reflection/regression/reflectionrepromasterforsl/Helper.csproj @@ -33,10 +33,6 @@ - - - - diff --git a/tests/src/reflection/regression/reflectionrepromasterforsl/app.config b/tests/src/reflection/regression/reflectionrepromasterforsl/app.config deleted file mode 100644 index 62803f5..0000000 --- a/tests/src/reflection/regression/reflectionrepromasterforsl/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/src/reflection/regression/reflectionrepromasterforsl/project.json b/tests/src/reflection/regression/reflectionrepromasterforsl/project.json deleted file mode 100644 index 3734242..0000000 --- a/tests/src/reflection/regression/reflectionrepromasterforsl/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -}