Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,44 +0,0 @@
2005-11-26 Atsushi Enomoto <atsushi@ximian.com>
* App.config, nunit-console.exe.config,
nunit-console.exe.config.net_2_0,
nunit-console.exe.config.net_3_5 : remove extra trace listener.
2005-11-26 Atsushi Enomoto <atsushi@ximian.com>
* CommonAssemblyInfo.cs : why is it required in extra-distfiles?
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
* ConsoleClient/nunit-console-exe/nunit-console.exe.config.net_3_5 :
missing.
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
* ConsoleClient/nunit-console-exe/Makefile : more :(
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
* ConsoleClient/nunit-console/Makefile : here this time :(
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
* NUnitCore/interfaces/Makefile: another one bites the dust :(
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
* Makefile, NUnitExtensions/docs :
well, just remove those extra empty stuff.
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : more fix extra distfiles (whitespace in filename).
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : remove nonexistent distfiles.
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
* import NUnit 2.4.8 to replace with fresh version.

View File

@@ -5,11 +5,8 @@ include ../../../build/rules.make
LIBRARY = nunit.util.dll
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
LOCAL_MCS_FLAGS= \
/resource:Transform.resources,NUnit.Util.Transform.resources \
-r:nunit.core.dll -r:nunit.core.interfaces.dll -r:System.dll \
-r:System.Xml.dll -r:System.Runtime.Remoting.dll \
/d:MONO /d:StronglyNamedAssembly -warn:1
LOCAL_MCS_FLAGS= /resource:Transform.resources,NUnit.Util.Transform.resources /d:MONO /d:StronglyNamedAssembly /publicsign -warn:1
LIB_REFS = nunit.core nunit.core.interfaces System System.Xml System.Runtime.Remoting
NO_TEST = yo
RESX_RES = Transform.resources

View File

@@ -3,9 +3,9 @@ SUBDIRS =
include ../../../build/rules.make
PROGRAM = nunit-console.exe
LOCAL_MCS_FLAGS = \
/r:nunit.framework.dll /r:nunit.util.dll /r:nunit.core.dll \
/r:nunit-console-runner.dll
LOCAL_MCS_FLAGS =
LIB_REFS = nunit.framework nunit.util nunit.core nunit-console-runner
EXTRA_DISTFILES = App.ico \
nunit-console.exe.csproj \
nunit-console.exe_VS2005.csproj \

View File

@@ -5,10 +5,8 @@ include ../../../build/rules.make
LIBRARY = nunit-console-runner.dll
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
LOCAL_MCS_FLAGS= \
-r:nunit.core.dll -r:nunit.core.interfaces.dll -r:nunit.util.dll \
-r:System.dll -r:System.Xml.dll \
/d:MONO /d:StronglyNamedAssembly
LOCAL_MCS_FLAGS= /d:MONO /d:StronglyNamedAssembly /publicsign
LIB_REFS = nunit.core nunit.core.interfaces nunit.util System System.Xml
NO_TEST = yo
EXTRA_DISTFILES = nunit-console.csproj nunit-console_VS2005.csproj

View File

@@ -1,11 +1,12 @@
thisdir = nunit20/NUnitCore/core
thisdir = nunit24/NUnitCore/core
SUBDIRS =
include ../../../build/rules.make
LIBRARY = nunit.core.dll
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
LOCAL_MCS_FLAGS= -r:nunit.framework.dll -r:nunit.core.interfaces.dll -r:System.dll /d:StronglyNamedAssembly -warn:1
LOCAL_MCS_FLAGS = /d:StronglyNamedAssembly -warn:1 /publicsign
LIB_REFS = nunit.framework nunit.core.interfaces System
NO_TEST = yo
EXTRA_DISTFILES = nunit.core.dll.csproj nunit.core.dll_VS2005.csproj

View File

@@ -5,7 +5,8 @@ include ../../../build/rules.make
LIBRARY = nunit.core.interfaces.dll
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
LOCAL_MCS_FLAGS= -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly
LOCAL_MCS_FLAGS= /d:StronglyNamedAssembly /publicsign
LIB_REFS = nunit.framework System
NO_TEST = yo
EXTRA_DISTFILES = nunit.core.interfaces.dll.csproj nunit.core.interfaces.dll_VS2005.csproj

View File

@@ -5,10 +5,8 @@ include ../../../build/rules.make
LIBRARY = nunit.core.extensions.dll
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
LIB_MCS_FLAGS = \
-debug \
/r:nunit.core.dll /r:nunit.core.interfaces.dll \
/r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly
LIB_MCS_FLAGS = /d:StronglyNamedAssembly /publicsign
LIB_REFS = nunit.core nunit.core.interfaces System.Xml System
NO_TEST = yo
EXTRA_DISTFILES = \

View File

@@ -5,7 +5,8 @@ include ../../../build/rules.make
LIBRARY = nunit.framework.extensions.dll
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
LIB_MCS_FLAGS = -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly
LIB_MCS_FLAGS = /d:StronglyNamedAssembly /publicsign
LIB_REFS = System.Xml System
NO_TEST = yo
EXTRA_DISTFILES = \

View File

@@ -1,4 +1,4 @@
thisdir = nunit24/NUnit.Framework/framework
thisdir = nunit24/NUnitFramework/framework
SUBDIRS =
include ../../../build/rules.make
@@ -6,7 +6,8 @@ LIBRARY = NUnit.Framework.dll
LIBRARY_NAME = nunit.framework.dll
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
LIB_MCS_FLAGS = /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly -warn:1
LIB_MCS_FLAGS = /d:StronglyNamedAssembly -warn:1 /publicsign
LIB_REFS = System.Xml System
NO_TEST = yo
EXTRA_DISTFILES = \

View File

@@ -5,7 +5,8 @@ include ../../../build/rules.make
LIBRARY = nunit.mocks.dll
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
LOCAL_MCS_FLAGS= -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly
LOCAL_MCS_FLAGS= /d:StronglyNamedAssembly /publicsign
LIB_REFS = nunit.framework System
NO_TEST = yo
EXTRA_DISTFILES = \