diff --git a/.gitignore b/.gitignore index 2f6f9b33..7abb9943 100644 --- a/.gitignore +++ b/.gitignore @@ -52,14 +52,10 @@ Desktop.ini packages/* !packages/.gitattributes !packages/repositories.config -!packages/NUnit.* !packages/NUnit -!packages/FsUnit.* !packages/FsUnit -!packages/TaskParallelLibrary.* !packages/TaskParallelLibrary !packages/FSharp.Core.Microsoft.Signed -packages/NUnit.Runners.* # FAKE & Paket packages/FAKE diff --git a/build/packages.config b/build/packages.config deleted file mode 100644 index 7025a729..00000000 --- a/build/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/paket.references b/build/paket.references new file mode 100644 index 00000000..a3ed79ac --- /dev/null +++ b/build/paket.references @@ -0,0 +1 @@ +NUnit.Runners diff --git a/docs/tools/packages.config b/docs/tools/packages.config deleted file mode 100644 index 31c4560c..00000000 --- a/docs/tools/packages.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/docs/tools/paket.references b/docs/tools/paket.references new file mode 100644 index 00000000..5d1ce53e --- /dev/null +++ b/docs/tools/paket.references @@ -0,0 +1,4 @@ +FSharp.Formatting +Microsoft.AspNet.Razor +RazorEngine +FSharp.Compiler.Service diff --git a/packages/FsUnit.1.2.1.0/FsUnit.1.2.1.0.nupkg b/packages/FsUnit/FsUnit.1.2.1.0.nupkg similarity index 100% rename from packages/FsUnit.1.2.1.0/FsUnit.1.2.1.0.nupkg rename to packages/FsUnit/FsUnit.1.2.1.0.nupkg diff --git a/packages/FsUnit/FsUnit.nuspec b/packages/FsUnit/FsUnit.nuspec new file mode 100644 index 00000000..adcc120d --- /dev/null +++ b/packages/FsUnit/FsUnit.nuspec @@ -0,0 +1,19 @@ + + + + FsUnit + 1.2.1.0 + Ray Vernagus and Daniel Mohl + Ray Vernagus and Daniel Mohl + http://fsunit.codeplex.com/license + http://fsunit.codeplex.com/ + false + FsUnit is a set of extensions that add special testing syntax to NUnit. + The goals of FsUnit are to make unit-testing feel more functional while leverage existing testing frameworks. + en-US + F# fsharp NUnit FsUnit + + + + + \ No newline at end of file diff --git a/packages/FsUnit.1.2.1.0/Lib/Net20/FsUnit.NUnit.dll b/packages/FsUnit/Lib/Net20/FsUnit.NUnit.dll similarity index 100% rename from packages/FsUnit.1.2.1.0/Lib/Net20/FsUnit.NUnit.dll rename to packages/FsUnit/Lib/Net20/FsUnit.NUnit.dll diff --git a/packages/FsUnit.1.2.1.0/Lib/Net40/FsUnit.NUnit.dll b/packages/FsUnit/Lib/Net40/FsUnit.NUnit.dll similarity index 100% rename from packages/FsUnit.1.2.1.0/Lib/Net40/FsUnit.NUnit.dll rename to packages/FsUnit/Lib/Net40/FsUnit.NUnit.dll diff --git a/packages/FsUnit/[Content_Types].xml b/packages/FsUnit/[Content_Types].xml new file mode 100644 index 00000000..c8528559 --- /dev/null +++ b/packages/FsUnit/[Content_Types].xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/FsUnit/_rels/.rels b/packages/FsUnit/_rels/.rels new file mode 100644 index 00000000..68890442 --- /dev/null +++ b/packages/FsUnit/_rels/.rels @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/FsUnit/package/services/metadata/core-properties/a03b4c9d123e4d91afa72c533ede808d.psmdcp b/packages/FsUnit/package/services/metadata/core-properties/a03b4c9d123e4d91afa72c533ede808d.psmdcp new file mode 100644 index 00000000..cdd05073 --- /dev/null +++ b/packages/FsUnit/package/services/metadata/core-properties/a03b4c9d123e4d91afa72c533ede808d.psmdcp @@ -0,0 +1 @@ +Ray Vernagus and Daniel MohlFsUnit is a set of extensions that add special testing syntax to NUnit.FsUnit1.2.1.0en-USF# fsharp NUnit FsUnit \ No newline at end of file diff --git a/packages/FsUnit.1.2.1.0/tools/install.ps1 b/packages/FsUnit/tools/install.ps1 similarity index 100% rename from packages/FsUnit.1.2.1.0/tools/install.ps1 rename to packages/FsUnit/tools/install.ps1 diff --git a/packages/NUnit.Runners/NUnit.Runners.2.6.3.nupkg b/packages/NUnit.Runners/NUnit.Runners.2.6.3.nupkg new file mode 100644 index 00000000..80f6d936 Binary files /dev/null and b/packages/NUnit.Runners/NUnit.Runners.2.6.3.nupkg differ diff --git a/packages/NUnit.Runners/NUnit.Runners.nuspec b/packages/NUnit.Runners/NUnit.Runners.nuspec new file mode 100644 index 00000000..d45fbc67 --- /dev/null +++ b/packages/NUnit.Runners/NUnit.Runners.nuspec @@ -0,0 +1,20 @@ + + + + NUnit.Runners + 2.6.3 + NUnit.Runners + Charlie Poole + Charlie Poole + http://nunit.org/nuget/license.html + http://nunit.org + http://nunit.org/nuget/nunit_32x32.png + false + NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. + Version 2.6 is the seventh major release of this well-known and well-tested programming tool. + This package includes the NUnit console, gui and pnunit runners and is compatible with all NUnit framework versions 2.0 through 2.6. The NUnit project editor is also included. + NUnit is a unit-testing framework for all .Net languages with a strong TDD focus. + en-US + nunit test testing tdd runner + + \ No newline at end of file diff --git a/packages/NUnit.Runners/[Content_Types].xml b/packages/NUnit.Runners/[Content_Types].xml new file mode 100644 index 00000000..e6231289 --- /dev/null +++ b/packages/NUnit.Runners/[Content_Types].xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/NUnit.Runners/_rels/.rels b/packages/NUnit.Runners/_rels/.rels new file mode 100644 index 00000000..56026da5 --- /dev/null +++ b/packages/NUnit.Runners/_rels/.rels @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/NUnit.2.6.3/license.txt b/packages/NUnit.Runners/license.txt similarity index 100% rename from packages/NUnit.2.6.3/license.txt rename to packages/NUnit.Runners/license.txt diff --git a/packages/NUnit.Runners/package/services/metadata/core-properties/f2935b3290ab4abda19e4b0d298d1b01.psmdcp b/packages/NUnit.Runners/package/services/metadata/core-properties/f2935b3290ab4abda19e4b0d298d1b01.psmdcp new file mode 100644 index 00000000..4536a2d0 --- /dev/null +++ b/packages/NUnit.Runners/package/services/metadata/core-properties/f2935b3290ab4abda19e4b0d298d1b01.psmdcp @@ -0,0 +1,3 @@ +Charlie PooleNUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. + Version 2.6 is the seventh major release of this well-known and well-tested programming tool. + This package includes the NUnit console, gui and pnunit runners and is compatible with all NUnit framework versions 2.0 through 2.6. The NUnit project editor is also included.NUnit.Runners2.6.3en-USnunit test testing tdd runner \ No newline at end of file diff --git a/packages/NUnit.Runners/tools/agent.conf b/packages/NUnit.Runners/tools/agent.conf new file mode 100644 index 00000000..ddbcd8ea --- /dev/null +++ b/packages/NUnit.Runners/tools/agent.conf @@ -0,0 +1,4 @@ + + 8080 + . + \ No newline at end of file diff --git a/packages/NUnit.Runners/tools/agent.log.conf b/packages/NUnit.Runners/tools/agent.log.conf new file mode 100644 index 00000000..b5bcd9da --- /dev/null +++ b/packages/NUnit.Runners/tools/agent.log.conf @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/packages/NUnit.Runners/tools/launcher.log.conf b/packages/NUnit.Runners/tools/launcher.log.conf new file mode 100644 index 00000000..b5bcd9da --- /dev/null +++ b/packages/NUnit.Runners/tools/launcher.log.conf @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Failure.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Failure.jpg new file mode 100644 index 00000000..c245548b Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Failure.jpg differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Ignored.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Ignored.jpg new file mode 100644 index 00000000..0549b705 Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Ignored.jpg differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Inconclusive.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Inconclusive.jpg new file mode 100644 index 00000000..8d36153c Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Inconclusive.jpg differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Skipped.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Skipped.jpg new file mode 100644 index 00000000..3d84255c Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Skipped.jpg differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Success.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Success.jpg new file mode 100644 index 00000000..15ec1b7f Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Circles/Success.jpg differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Failure.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Failure.jpg new file mode 100644 index 00000000..658905fd Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Failure.jpg differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Ignored.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Ignored.jpg new file mode 100644 index 00000000..95b7fdbd Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Ignored.jpg differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Inconclusive.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Inconclusive.jpg new file mode 100644 index 00000000..32a0ff72 Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Inconclusive.jpg differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Skipped.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Skipped.jpg new file mode 100644 index 00000000..3d84255c Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Skipped.jpg differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Success.jpg b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Success.jpg new file mode 100644 index 00000000..3d8e7609 Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Classic/Success.jpg differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Failure.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Failure.png new file mode 100644 index 00000000..2e400b27 Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Failure.png differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Ignored.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Ignored.png new file mode 100644 index 00000000..05715cbb Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Ignored.png differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Inconclusive.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Inconclusive.png new file mode 100644 index 00000000..4807b7ce Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Inconclusive.png differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Skipped.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Skipped.png new file mode 100644 index 00000000..7c9fc64e Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Skipped.png differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Success.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Success.png new file mode 100644 index 00000000..2a301508 Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Default/Success.png differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Failure.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Failure.png new file mode 100644 index 00000000..ba03e848 Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Failure.png differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Ignored.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Ignored.png new file mode 100644 index 00000000..9271d6e7 Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Ignored.png differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Inconclusive.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Inconclusive.png new file mode 100644 index 00000000..76219b5c Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Inconclusive.png differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/SeriousWarning.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/SeriousWarning.png new file mode 100644 index 00000000..6a578cca Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/SeriousWarning.png differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Skipped.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Skipped.png new file mode 100644 index 00000000..7c9fc64e Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Skipped.png differ diff --git a/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Success.png b/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Success.png new file mode 100644 index 00000000..346fe8f9 Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/Images/Tree/Visual%20Studio/Success.png differ diff --git a/packages/NUnit.Runners/tools/lib/log4net.dll b/packages/NUnit.Runners/tools/lib/log4net.dll new file mode 100644 index 00000000..20a2e1c4 Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/log4net.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit-console-runner.dll b/packages/NUnit.Runners/tools/lib/nunit-console-runner.dll new file mode 100644 index 00000000..a2a21cee Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/nunit-console-runner.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit-gui-runner.dll b/packages/NUnit.Runners/tools/lib/nunit-gui-runner.dll new file mode 100644 index 00000000..7161b97b Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/nunit-gui-runner.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit.core.dll b/packages/NUnit.Runners/tools/lib/nunit.core.dll new file mode 100644 index 00000000..b306faee Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/nunit.core.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit.core.interfaces.dll b/packages/NUnit.Runners/tools/lib/nunit.core.interfaces.dll new file mode 100644 index 00000000..4053b0dd Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/nunit.core.interfaces.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit.uiexception.dll b/packages/NUnit.Runners/tools/lib/nunit.uiexception.dll new file mode 100644 index 00000000..34f2f4ef Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/nunit.uiexception.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit.uikit.dll b/packages/NUnit.Runners/tools/lib/nunit.uikit.dll new file mode 100644 index 00000000..d93d8cad Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/nunit.uikit.dll differ diff --git a/packages/NUnit.Runners/tools/lib/nunit.util.dll b/packages/NUnit.Runners/tools/lib/nunit.util.dll new file mode 100644 index 00000000..122eff44 Binary files /dev/null and b/packages/NUnit.Runners/tools/lib/nunit.util.dll differ diff --git a/packages/NUnit.Runners/tools/nunit-agent-x86.exe b/packages/NUnit.Runners/tools/nunit-agent-x86.exe new file mode 100644 index 00000000..fe0d7198 Binary files /dev/null and b/packages/NUnit.Runners/tools/nunit-agent-x86.exe differ diff --git a/packages/NUnit.Runners/tools/nunit-agent-x86.exe.config b/packages/NUnit.Runners/tools/nunit-agent-x86.exe.config new file mode 100644 index 00000000..de2caf60 --- /dev/null +++ b/packages/NUnit.Runners/tools/nunit-agent-x86.exe.config @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/NUnit.Runners/tools/nunit-agent.exe b/packages/NUnit.Runners/tools/nunit-agent.exe new file mode 100644 index 00000000..6f057bc2 Binary files /dev/null and b/packages/NUnit.Runners/tools/nunit-agent.exe differ diff --git a/packages/NUnit.Runners/tools/nunit-agent.exe.config b/packages/NUnit.Runners/tools/nunit-agent.exe.config new file mode 100644 index 00000000..de2caf60 --- /dev/null +++ b/packages/NUnit.Runners/tools/nunit-agent.exe.config @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/NUnit.Runners/tools/nunit-console-x86.exe b/packages/NUnit.Runners/tools/nunit-console-x86.exe new file mode 100644 index 00000000..c71d21ff Binary files /dev/null and b/packages/NUnit.Runners/tools/nunit-console-x86.exe differ diff --git a/packages/NUnit.Runners/tools/nunit-console-x86.exe.config b/packages/NUnit.Runners/tools/nunit-console-x86.exe.config new file mode 100644 index 00000000..81e5346c --- /dev/null +++ b/packages/NUnit.Runners/tools/nunit-console-x86.exe.config @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + diff --git a/packages/NUnit.Runners/tools/nunit-console.exe b/packages/NUnit.Runners/tools/nunit-console.exe new file mode 100644 index 00000000..8d65c825 Binary files /dev/null and b/packages/NUnit.Runners/tools/nunit-console.exe differ diff --git a/packages/NUnit.Runners/tools/nunit-console.exe.config b/packages/NUnit.Runners/tools/nunit-console.exe.config new file mode 100644 index 00000000..81e5346c --- /dev/null +++ b/packages/NUnit.Runners/tools/nunit-console.exe.config @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + diff --git a/packages/NUnit.Runners/tools/nunit-editor.exe b/packages/NUnit.Runners/tools/nunit-editor.exe new file mode 100644 index 00000000..640a2533 Binary files /dev/null and b/packages/NUnit.Runners/tools/nunit-editor.exe differ diff --git a/packages/NUnit.Runners/tools/nunit-x86.exe b/packages/NUnit.Runners/tools/nunit-x86.exe new file mode 100644 index 00000000..bd77b815 Binary files /dev/null and b/packages/NUnit.Runners/tools/nunit-x86.exe differ diff --git a/packages/NUnit.Runners/tools/nunit-x86.exe.config b/packages/NUnit.Runners/tools/nunit-x86.exe.config new file mode 100644 index 00000000..9301f946 --- /dev/null +++ b/packages/NUnit.Runners/tools/nunit-x86.exe.config @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + diff --git a/packages/NUnit.Runners/tools/nunit.exe b/packages/NUnit.Runners/tools/nunit.exe new file mode 100644 index 00000000..5cd35b91 Binary files /dev/null and b/packages/NUnit.Runners/tools/nunit.exe differ diff --git a/packages/NUnit.Runners/tools/nunit.exe.config b/packages/NUnit.Runners/tools/nunit.exe.config new file mode 100644 index 00000000..9301f946 --- /dev/null +++ b/packages/NUnit.Runners/tools/nunit.exe.config @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + diff --git a/packages/NUnit.2.6.3/lib/nunit.framework.dll b/packages/NUnit.Runners/tools/nunit.framework.dll similarity index 100% rename from packages/NUnit.2.6.3/lib/nunit.framework.dll rename to packages/NUnit.Runners/tools/nunit.framework.dll diff --git a/packages/NUnit.Runners/tools/pnunit-agent.exe b/packages/NUnit.Runners/tools/pnunit-agent.exe new file mode 100644 index 00000000..9ec9da03 Binary files /dev/null and b/packages/NUnit.Runners/tools/pnunit-agent.exe differ diff --git a/packages/NUnit.Runners/tools/pnunit-agent.exe.config b/packages/NUnit.Runners/tools/pnunit-agent.exe.config new file mode 100644 index 00000000..c1516ef4 --- /dev/null +++ b/packages/NUnit.Runners/tools/pnunit-agent.exe.config @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/NUnit.Runners/tools/pnunit-launcher.exe b/packages/NUnit.Runners/tools/pnunit-launcher.exe new file mode 100644 index 00000000..edc56d32 Binary files /dev/null and b/packages/NUnit.Runners/tools/pnunit-launcher.exe differ diff --git a/packages/NUnit.Runners/tools/pnunit-launcher.exe.config b/packages/NUnit.Runners/tools/pnunit-launcher.exe.config new file mode 100644 index 00000000..c1516ef4 --- /dev/null +++ b/packages/NUnit.Runners/tools/pnunit-launcher.exe.config @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/NUnit.Runners/tools/pnunit.framework.dll b/packages/NUnit.Runners/tools/pnunit.framework.dll new file mode 100644 index 00000000..573b9fcb Binary files /dev/null and b/packages/NUnit.Runners/tools/pnunit.framework.dll differ diff --git a/packages/NUnit.Runners/tools/pnunit.tests.dll b/packages/NUnit.Runners/tools/pnunit.tests.dll new file mode 100644 index 00000000..7051add9 Binary files /dev/null and b/packages/NUnit.Runners/tools/pnunit.tests.dll differ diff --git a/packages/NUnit.Runners/tools/runpnunit.bat b/packages/NUnit.Runners/tools/runpnunit.bat new file mode 100644 index 00000000..43b3a69f --- /dev/null +++ b/packages/NUnit.Runners/tools/runpnunit.bat @@ -0,0 +1,3 @@ +start pnunit-agent 8080 . +start pnunit-agent 8081 . +pnunit-launcher test.conf diff --git a/packages/NUnit.Runners/tools/test.conf b/packages/NUnit.Runners/tools/test.conf new file mode 100644 index 00000000..ce825ebe --- /dev/null +++ b/packages/NUnit.Runners/tools/test.conf @@ -0,0 +1,82 @@ + + + + + + + + + + + Testing + + + Testing + pnunit.tests.dll + TestLibraries.Testing.EqualTo19 + $agent_host:8080 + + + + + + + Parallel_Tests + + + ParallelTest_A_Test + pnunit.tests.dll + TestLibraries.ParallelExample.ParallelTest_A + $agent_host:8080 + + + 2 + + + + ParallelTest_B_Test + pnunit.tests.dll + TestLibraries.ParallelExample.ParallelTest_B + $agent_host:8080 + + 1 + + + + + + + + + Parallel_Barriers + + + Parallel_Barriers_TestA + pnunit.tests.dll + TestLibraries.ParallelExampleWithBarriers.ParallelTestWithBarriersA + $agent_host:8080 + + + + START_BARRIER + WAIT_BARRIER + + + + Parallel_Barriers_TestB + pnunit.tests.dll + TestLibraries.ParallelExampleWithBarriers.ParallelTestWithBarriersB + $agent_host:8081 + + + + START_BARRIER + WAIT_BARRIER + + + + + + + + \ No newline at end of file diff --git a/packages/NUnit.2.6.3/NUnit.2.6.3.nupkg b/packages/NUnit/NUnit.2.6.3.nupkg similarity index 100% rename from packages/NUnit.2.6.3/NUnit.2.6.3.nupkg rename to packages/NUnit/NUnit.2.6.3.nupkg diff --git a/packages/NUnit/NUnit.nuspec b/packages/NUnit/NUnit.nuspec new file mode 100644 index 00000000..4e526e8e --- /dev/null +++ b/packages/NUnit/NUnit.nuspec @@ -0,0 +1,23 @@ + + + + NUnit + 2.6.3 + NUnit + Charlie Poole + Charlie Poole + http://nunit.org/nuget/license.html + http://nunit.org + http://nunit.org/nuget/nunit_32x32.png + false + NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. + Version 2.6 is the seventh major release of this well-known and well-tested programming tool. + This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner. + NUnit is a unit-testing framework for all .Net languages with a strong TDD focus. + Version 2.6 is the seventh major release of NUnit. + Unlike earlier versions, this package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner. + The nunit.mocks assembly is now provided by the NUnit.Mocks package. The pnunit.framework assembly is provided by the pNUnit package. + en-US + nunit test testing tdd framework fluent assert theory plugin addin + + \ No newline at end of file diff --git a/packages/NUnit/[Content_Types].xml b/packages/NUnit/[Content_Types].xml new file mode 100644 index 00000000..dd35b1fa --- /dev/null +++ b/packages/NUnit/[Content_Types].xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/NUnit/_rels/.rels b/packages/NUnit/_rels/.rels new file mode 100644 index 00000000..44438a68 --- /dev/null +++ b/packages/NUnit/_rels/.rels @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/NUnit/lib/nunit.framework.dll b/packages/NUnit/lib/nunit.framework.dll new file mode 100644 index 00000000..780727f2 Binary files /dev/null and b/packages/NUnit/lib/nunit.framework.dll differ diff --git a/packages/NUnit.2.6.3/lib/nunit.framework.xml b/packages/NUnit/lib/nunit.framework.xml similarity index 100% rename from packages/NUnit.2.6.3/lib/nunit.framework.xml rename to packages/NUnit/lib/nunit.framework.xml diff --git a/packages/NUnit/license.txt b/packages/NUnit/license.txt new file mode 100644 index 00000000..b12903af --- /dev/null +++ b/packages/NUnit/license.txt @@ -0,0 +1,15 @@ +Copyright © 2002-2013 Charlie Poole +Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov +Copyright © 2000-2002 Philip A. Craig + +This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required. + +Portions Copyright © 2002-2013 Charlie Poole or Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002 Philip A. Craig + +2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/packages/NUnit/package/services/metadata/core-properties/7b80d12ebc6c43d5beaff9011dc4d11f.psmdcp b/packages/NUnit/package/services/metadata/core-properties/7b80d12ebc6c43d5beaff9011dc4d11f.psmdcp new file mode 100644 index 00000000..751edd3e --- /dev/null +++ b/packages/NUnit/package/services/metadata/core-properties/7b80d12ebc6c43d5beaff9011dc4d11f.psmdcp @@ -0,0 +1,3 @@ +Charlie PooleNUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. + Version 2.6 is the seventh major release of this well-known and well-tested programming tool. + This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.NUnit2.6.3en-USnunit test testing tdd framework fluent assert theory plugin addin \ No newline at end of file diff --git a/packages/TaskParallelLibrary.1.0.2856.0/TaskParallelLibrary.1.0.2856.0.nupkg b/packages/TaskParallelLibrary/TaskParallelLibrary.1.0.2856.0.nupkg similarity index 100% rename from packages/TaskParallelLibrary.1.0.2856.0/TaskParallelLibrary.1.0.2856.0.nupkg rename to packages/TaskParallelLibrary/TaskParallelLibrary.1.0.2856.0.nupkg diff --git a/packages/TaskParallelLibrary/TaskParallelLibrary.nuspec b/packages/TaskParallelLibrary/TaskParallelLibrary.nuspec new file mode 100644 index 00000000..e3371758 --- /dev/null +++ b/packages/TaskParallelLibrary/TaskParallelLibrary.nuspec @@ -0,0 +1,23 @@ + + + + 1.0.2856.0 + Microsoft Corporation + Microsoft Corporation + http://go.microsoft.com/fwlink/?LinkID=186234 + http://msdn.microsoft.com/en-us/library/dd460717.aspx + http://i.msdn.microsoft.com/ee402630.NET_lg.png + TaskParallelLibrary + Task Parallel Library for .NET 3.5 + true + The package includes: +* Task<T> for executing asynchronous operations. +* Concurrent Collections such as ConcurrentStack, ConcurentQueue ad ConcurrentDictionary. +* PLINQ for writing parallel queries. +* additional Threading operations such as Barrier,SpinLock and SpinWait. + A complete and official Microsoft backport of the Task Parallel Library (TPL) for .NET 3.5. + This backport was shipped with the Reactive Extensions (Rx) library up until v1.0.2856.0. It can be downloaded from http://www.microsoft.com/download/en/details.aspx?id=24940 . + en-us + tpl plinq pfx task parallel extensions .net35 backport + + \ No newline at end of file diff --git a/packages/TaskParallelLibrary/[Content_Types].xml b/packages/TaskParallelLibrary/[Content_Types].xml new file mode 100644 index 00000000..b29f4302 --- /dev/null +++ b/packages/TaskParallelLibrary/[Content_Types].xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/TaskParallelLibrary/_rels/.rels b/packages/TaskParallelLibrary/_rels/.rels new file mode 100644 index 00000000..699a239a --- /dev/null +++ b/packages/TaskParallelLibrary/_rels/.rels @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/TaskParallelLibrary.1.0.2856.0/lib/Net35/System.Threading.chm b/packages/TaskParallelLibrary/lib/Net35/System.Threading.chm similarity index 100% rename from packages/TaskParallelLibrary.1.0.2856.0/lib/Net35/System.Threading.chm rename to packages/TaskParallelLibrary/lib/Net35/System.Threading.chm diff --git a/packages/TaskParallelLibrary.1.0.2856.0/lib/Net35/System.Threading.dll b/packages/TaskParallelLibrary/lib/Net35/System.Threading.dll similarity index 100% rename from packages/TaskParallelLibrary.1.0.2856.0/lib/Net35/System.Threading.dll rename to packages/TaskParallelLibrary/lib/Net35/System.Threading.dll diff --git a/packages/TaskParallelLibrary.1.0.2856.0/lib/Net35/System.Threading.xml b/packages/TaskParallelLibrary/lib/Net35/System.Threading.xml similarity index 100% rename from packages/TaskParallelLibrary.1.0.2856.0/lib/Net35/System.Threading.xml rename to packages/TaskParallelLibrary/lib/Net35/System.Threading.xml diff --git a/packages/TaskParallelLibrary.1.0.2856.0/lib/Net35/redist.txt b/packages/TaskParallelLibrary/lib/Net35/redist.txt similarity index 100% rename from packages/TaskParallelLibrary.1.0.2856.0/lib/Net35/redist.txt rename to packages/TaskParallelLibrary/lib/Net35/redist.txt diff --git a/packages/TaskParallelLibrary/package/services/metadata/core-properties/afb2a006c6df4e3d9c1193b2bb601a42.psmdcp b/packages/TaskParallelLibrary/package/services/metadata/core-properties/afb2a006c6df4e3d9c1193b2bb601a42.psmdcp new file mode 100644 index 00000000..2e493659 --- /dev/null +++ b/packages/TaskParallelLibrary/package/services/metadata/core-properties/afb2a006c6df4e3d9c1193b2bb601a42.psmdcp @@ -0,0 +1,5 @@ +Microsoft CorporationThe package includes: +* Task<T> for executing asynchronous operations. +* Concurrent Collections such as ConcurrentStack, ConcurentQueue ad ConcurrentDictionary. +* PLINQ for writing parallel queries. +* additional Threading operations such as Barrier,SpinLock and SpinWait.TaskParallelLibrary1.0.2856.0en-ustpl plinq pfx task parallel extensions .net35 backport \ No newline at end of file diff --git a/paket.dependencies b/paket.dependencies new file mode 100644 index 00000000..6647e832 --- /dev/null +++ b/paket.dependencies @@ -0,0 +1,13 @@ +source http://nuget.org/api/v2 + +nuget NUnit.Runners 2.6.3 +nuget FSharp.Formatting 2.4.4 +nuget Microsoft.AspNet.Razor 2.0.30506.0 +nuget RazorEngine 3.3.0 +nuget FSharp.Compiler.Service 0.0.44 +nuget MathNet.Numerics 3.0.0 +nuget NUnit 2.6.3 +nuget FsUnit 1.2.1.0 +nuget TaskParallelLibrary 1.0.2856.0 +nuget BenchShark 1.0.0 +nuget ConsoleDump 0.6.0.1 diff --git a/paket.lock b/paket.lock new file mode 100644 index 00000000..6cfc60e2 --- /dev/null +++ b/paket.lock @@ -0,0 +1,19 @@ +NUGET + remote: http://nuget.org/api/v2 + specs: + BenchShark (1.0.0) + ConsoleDump (0.6.0.1) + FSharp.Compiler.Service (0.0.44) + FSharp.Formatting (2.4.4) + Microsoft.AspNet.Razor (>= 2.0.30506.0) + RazorEngine (>= 3.3.0) + FSharp.Compiler.Service (>= 0.0.44) + FsUnit (1.2.1.0) + NUnit (>= 2.6.2) + MathNet.Numerics (3.0.0) + Microsoft.AspNet.Razor (2.0.30506.0) + NUnit (2.6.3) + NUnit.Runners (2.6.3) + RazorEngine (3.3.0) + Microsoft.AspNet.Razor (>= 2.0.30506.0) + TaskParallelLibrary (1.0.2856.0) diff --git a/src/Data/Matlab/Matlab.csproj b/src/Data/Matlab/Matlab.csproj index 86eeadc6..6b4a750d 100644 --- a/src/Data/Matlab/Matlab.csproj +++ b/src/Data/Matlab/Matlab.csproj @@ -35,9 +35,6 @@ 4 - - ..\..\..\packages\MathNet.Numerics.3.0.0\lib\net40\MathNet.Numerics.dll - @@ -56,7 +53,7 @@ - + + + + + + ..\..\..\packages\MathNet.Numerics\lib\net35\MathNet.Numerics.dll + True + True + + + + + + + ..\..\..\packages\MathNet.Numerics\lib\net40\MathNet.Numerics.dll + True + True + + + + + + + ..\..\..\packages\MathNet.Numerics\lib\net40\MathNet.Numerics.dll + True + True + + + + + + + + + ..\..\..\packages\MathNet.Numerics\lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\MathNet.Numerics.dll + True + True + + + + + + + ..\..\..\packages\MathNet.Numerics\lib\portable-net45+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MathNet.Numerics.dll + True + True + + + + + + + ..\..\..\packages\MathNet.Numerics\lib\portable-net45+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MathNet.Numerics.dll + True + True + + + + \ No newline at end of file diff --git a/src/Data/Matlab/packages.config b/src/Data/Matlab/packages.config deleted file mode 100644 index 0ee98eb7..00000000 --- a/src/Data/Matlab/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Data/Matlab/paket.references b/src/Data/Matlab/paket.references new file mode 100644 index 00000000..3d2871e4 --- /dev/null +++ b/src/Data/Matlab/paket.references @@ -0,0 +1 @@ +MathNet.Numerics diff --git a/src/Data/Text/Text.csproj b/src/Data/Text/Text.csproj index 78f78c62..a4984ff8 100644 --- a/src/Data/Text/Text.csproj +++ b/src/Data/Text/Text.csproj @@ -35,9 +35,6 @@ 4 - - ..\..\..\packages\MathNet.Numerics.3.0.0\lib\net40\MathNet.Numerics.dll - @@ -52,7 +49,7 @@ - + + + + + + ..\..\..\packages\MathNet.Numerics\lib\net35\MathNet.Numerics.dll + True + True + + + + + + + ..\..\..\packages\MathNet.Numerics\lib\net40\MathNet.Numerics.dll + True + True + + + + + + + ..\..\..\packages\MathNet.Numerics\lib\net40\MathNet.Numerics.dll + True + True + + + + + + + + + ..\..\..\packages\MathNet.Numerics\lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\MathNet.Numerics.dll + True + True + + + + + + + ..\..\..\packages\MathNet.Numerics\lib\portable-net45+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MathNet.Numerics.dll + True + True + + + + + + + ..\..\..\packages\MathNet.Numerics\lib\portable-net45+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MathNet.Numerics.dll + True + True + + + + \ No newline at end of file diff --git a/src/Data/Text/packages.config b/src/Data/Text/packages.config deleted file mode 100644 index 0ee98eb7..00000000 --- a/src/Data/Text/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Data/Text/paket.references b/src/Data/Text/paket.references new file mode 100644 index 00000000..3d2871e4 --- /dev/null +++ b/src/Data/Text/paket.references @@ -0,0 +1 @@ +MathNet.Numerics diff --git a/src/DataUnitTests/UnitTests.csproj b/src/DataUnitTests/UnitTests.csproj index 42aeb5a1..c5f61f50 100644 --- a/src/DataUnitTests/UnitTests.csproj +++ b/src/DataUnitTests/UnitTests.csproj @@ -34,13 +34,6 @@ 4 - - ..\..\packages\MathNet.Numerics.3.0.0\lib\net40\MathNet.Numerics.dll - - - False - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - @@ -93,7 +86,7 @@ data\MatrixMarket\fidap007.mtx Always - + Designer @@ -107,7 +100,6 @@ Text - + + + + + ..\..\packages\MathNet.Numerics\lib\net35\MathNet.Numerics.dll + True + True + + + + + + + ..\..\packages\MathNet.Numerics\lib\net40\MathNet.Numerics.dll + True + True + + + + + + + ..\..\packages\MathNet.Numerics\lib\net40\MathNet.Numerics.dll + True + True + + + + + + + + + ..\..\packages\MathNet.Numerics\lib\portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1\MathNet.Numerics.dll + True + True + + + + + + + ..\..\packages\MathNet.Numerics\lib\portable-net45+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MathNet.Numerics.dll + True + True + + + + + + + ..\..\packages\MathNet.Numerics\lib\portable-net45+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MathNet.Numerics.dll + True + True + + + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + \ No newline at end of file diff --git a/src/DataUnitTests/packages.config b/src/DataUnitTests/packages.config deleted file mode 100644 index 2a9f5013..00000000 --- a/src/DataUnitTests/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/DataUnitTests/paket.references b/src/DataUnitTests/paket.references new file mode 100644 index 00000000..ca764326 --- /dev/null +++ b/src/DataUnitTests/paket.references @@ -0,0 +1,2 @@ +MathNet.Numerics +NUnit diff --git a/src/FSharpExamples/FSharpExamples.fsproj b/src/FSharpExamples/FSharpExamples.fsproj index 81226bff..f4af9d08 100644 --- a/src/FSharpExamples/FSharpExamples.fsproj +++ b/src/FSharpExamples/FSharpExamples.fsproj @@ -14,7 +14,6 @@ 4.3.0.0 ..\..\ - false true diff --git a/src/FSharpUnitTests/FSharpUnitTests-Net35.fsproj b/src/FSharpUnitTests/FSharpUnitTests-Net35.fsproj index 3679f745..a55ed336 100644 --- a/src/FSharpUnitTests/FSharpUnitTests-Net35.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTests-Net35.fsproj @@ -12,7 +12,6 @@ 11 4.3.0.0 ..\..\ - true @@ -57,12 +56,6 @@ - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - - - ..\..\packages\FsUnit.1.2.1.0\Lib\Net20\FsUnit.NUnit.dll - @@ -78,7 +71,7 @@ - + @@ -100,4 +93,53 @@ $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets + + + + + ..\..\packages\FsUnit\lib\Net20\FsUnit.NUnit.dll + True + True + + + + + + + ..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll + True + True + + + + + + + ..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll + True + True + + + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + \ No newline at end of file diff --git a/src/FSharpUnitTests/FSharpUnitTests-Portable328.fsproj b/src/FSharpUnitTests/FSharpUnitTests-Portable328.fsproj index 4fc996f6..fd64babb 100644 --- a/src/FSharpUnitTests/FSharpUnitTests-Portable328.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTests-Portable328.fsproj @@ -13,7 +13,6 @@ 11 4.3.0.0 ..\..\ - true TRACE;PORTABLE;NOSYSNUMERICS @@ -49,12 +48,6 @@ - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - - - ..\..\packages\FsUnit.1.2.1.0\Lib\Net40\FsUnit.NUnit.dll - @@ -71,7 +64,7 @@ - + @@ -91,4 +84,53 @@ $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets + + + + + ..\..\packages\FsUnit\lib\Net20\FsUnit.NUnit.dll + True + True + + + + + + + ..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll + True + True + + + + + + + ..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll + True + True + + + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + \ No newline at end of file diff --git a/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj b/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj index b419a302..b37f1804 100644 --- a/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj @@ -13,7 +13,6 @@ 11 4.3.0.0 ..\..\ - true TRACE;PORTABLE @@ -49,12 +48,6 @@ - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - - - ..\..\packages\FsUnit.1.2.1.0\Lib\Net40\FsUnit.NUnit.dll - FSharp-Portable47 {F5F14D76-428D-43D7-8431-5B885F1BA419} @@ -79,7 +72,7 @@ - + @@ -89,4 +82,53 @@ $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets + + + + + ..\..\packages\FsUnit\lib\Net20\FsUnit.NUnit.dll + True + True + + + + + + + ..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll + True + True + + + + + + + ..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll + True + True + + + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + \ No newline at end of file diff --git a/src/FSharpUnitTests/FSharpUnitTests.fsproj b/src/FSharpUnitTests/FSharpUnitTests.fsproj index 9568b4dd..ba0597c2 100644 --- a/src/FSharpUnitTests/FSharpUnitTests.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTests.fsproj @@ -12,7 +12,6 @@ 11 4.3.0.0 ..\..\ - true pdbonly @@ -54,12 +53,6 @@ - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - - - ..\..\packages\FsUnit.1.2.1.0\Lib\Net40\FsUnit.NUnit.dll - FSharp {37E8E802-A354-4114-BFC1-6E1357DA605B} @@ -84,7 +77,7 @@ - + @@ -94,4 +87,53 @@ $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets + + + + + ..\..\packages\FsUnit\lib\Net20\FsUnit.NUnit.dll + True + True + + + + + + + ..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll + True + True + + + + + + + ..\..\packages\FsUnit\lib\Net40\FsUnit.NUnit.dll + True + True + + + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + \ No newline at end of file diff --git a/src/FSharpUnitTests/packages.config b/src/FSharpUnitTests/packages.config deleted file mode 100644 index 3afbe6ac..00000000 --- a/src/FSharpUnitTests/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/FSharpUnitTests/paket.references b/src/FSharpUnitTests/paket.references new file mode 100644 index 00000000..121e2abc --- /dev/null +++ b/src/FSharpUnitTests/paket.references @@ -0,0 +1,2 @@ +FsUnit +NUnit diff --git a/src/Numerics/Numerics-Net35.csproj b/src/Numerics/Numerics-Net35.csproj index 808be988..4f18b775 100644 --- a/src/Numerics/Numerics-Net35.csproj +++ b/src/Numerics/Numerics-Net35.csproj @@ -30,7 +30,6 @@ ..\MathNet.Numerics.snk ..\..\ - true ..\..\out\lib\Net35\ @@ -78,9 +77,6 @@ - - ..\..\packages\TaskParallelLibrary.1.0.2856.0\lib\Net35\System.Threading.dll - @@ -99,7 +95,27 @@ - + + + + + + ..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll + True + True + + + + + + + ..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll + True + True + + + + \ No newline at end of file diff --git a/src/Numerics/Numerics-Portable328.csproj b/src/Numerics/Numerics-Portable328.csproj index 828f4395..a00270aa 100644 --- a/src/Numerics/Numerics-Portable328.csproj +++ b/src/Numerics/Numerics-Portable328.csproj @@ -15,7 +15,6 @@ 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ - true TRACE;PORTABLE;NOSYSNUMERICS @@ -61,6 +60,25 @@ - + + + + + ..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll + True + True + + + + + + + ..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll + True + True + + + + \ No newline at end of file diff --git a/src/Numerics/Numerics-Portable47.csproj b/src/Numerics/Numerics-Portable47.csproj index 25b3124c..ab37effb 100644 --- a/src/Numerics/Numerics-Portable47.csproj +++ b/src/Numerics/Numerics-Portable47.csproj @@ -15,7 +15,6 @@ 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ - true TRACE;PORTABLE @@ -61,6 +60,25 @@ - + + + + + ..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll + True + True + + + + + + + ..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll + True + True + + + + \ No newline at end of file diff --git a/src/Numerics/Numerics.csproj b/src/Numerics/Numerics.csproj index c8963335..c4e51d19 100644 --- a/src/Numerics/Numerics.csproj +++ b/src/Numerics/Numerics.csproj @@ -30,7 +30,6 @@ ..\MathNet.Numerics.snk ..\..\ - true ..\..\out\lib\Net40\ @@ -440,6 +439,25 @@ Designer - + + + + + ..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll + True + True + + + + + + + ..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll + True + True + + + + \ No newline at end of file diff --git a/src/Numerics/packages.config b/src/Numerics/packages.config deleted file mode 100644 index 30320827..00000000 --- a/src/Numerics/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Numerics/paket.references b/src/Numerics/paket.references new file mode 100644 index 00000000..f74f916a --- /dev/null +++ b/src/Numerics/paket.references @@ -0,0 +1 @@ +TaskParallelLibrary diff --git a/src/Performance/Performance.csproj b/src/Performance/Performance.csproj index 346f3c02..3614b12c 100644 --- a/src/Performance/Performance.csproj +++ b/src/Performance/Performance.csproj @@ -46,12 +46,6 @@ MinimumRecommendedRules.ruleset - - ..\..\packages\BenchShark.1.0.0\lib\Benchmark.dll - - - ..\..\packages\ConsoleDump.0.6.0.1\lib\net40-Client\ConsoleDump.dll - @@ -68,7 +62,7 @@ - + @@ -94,4 +88,44 @@ --> + + + + + ..\..\packages\BenchShark\lib\Benchmark.dll + True + True + + + + + + + ..\..\packages\BenchShark\lib\Benchmark.dll + True + True + + + + + + + + + ..\..\packages\ConsoleDump\lib\net40-Client\ConsoleDump.dll + True + True + + + + + + + ..\..\packages\ConsoleDump\lib\net40-Client\ConsoleDump.dll + True + True + + + + \ No newline at end of file diff --git a/src/Performance/packages.config b/src/Performance/packages.config deleted file mode 100644 index d549694b..00000000 --- a/src/Performance/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Performance/paket.references b/src/Performance/paket.references new file mode 100644 index 00000000..577005c9 --- /dev/null +++ b/src/Performance/paket.references @@ -0,0 +1,2 @@ +BenchShark +ConsoleDump diff --git a/src/UnitTests/UnitTests-MKL.csproj b/src/UnitTests/UnitTests-MKL.csproj index 013da811..610a5824 100644 --- a/src/UnitTests/UnitTests-MKL.csproj +++ b/src/UnitTests/UnitTests-MKL.csproj @@ -97,11 +97,6 @@ - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - False - True - @@ -381,7 +376,7 @@ data\NIST\Meixner.dat Always - + @@ -390,4 +385,24 @@ + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + \ No newline at end of file diff --git a/src/UnitTests/UnitTests-Net35.csproj b/src/UnitTests/UnitTests-Net35.csproj index 2eb56924..4072adfc 100644 --- a/src/UnitTests/UnitTests-Net35.csproj +++ b/src/UnitTests/UnitTests-Net35.csproj @@ -13,7 +13,6 @@ 512 ..\..\ - true TRACE;NET35;NOSYSNUMERICS @@ -44,9 +43,6 @@ - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - @@ -325,7 +321,7 @@ data\NIST\Meixner.dat PreserveNewest - + @@ -334,4 +330,24 @@ + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + \ No newline at end of file diff --git a/src/UnitTests/UnitTests-Portable328.csproj b/src/UnitTests/UnitTests-Portable328.csproj index 20219b59..427abb10 100644 --- a/src/UnitTests/UnitTests-Portable328.csproj +++ b/src/UnitTests/UnitTests-Portable328.csproj @@ -12,7 +12,6 @@ v4.5 512 ..\..\ - true TRACE;PORTABLE;NOSYSNUMERICS @@ -43,9 +42,6 @@ - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - @@ -325,7 +321,7 @@ data\NIST\Meixner.dat PreserveNewest - + @@ -334,4 +330,24 @@ + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + \ No newline at end of file diff --git a/src/UnitTests/UnitTests-Portable47.csproj b/src/UnitTests/UnitTests-Portable47.csproj index a6618c9f..9c78ad1f 100644 --- a/src/UnitTests/UnitTests-Portable47.csproj +++ b/src/UnitTests/UnitTests-Portable47.csproj @@ -12,7 +12,6 @@ v4.5 512 ..\..\ - true TRACE;PORTABLE @@ -43,9 +42,6 @@ - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - {49205185-621E-FFB9-2104-887C9F1BBD13} Numerics-Portable47 @@ -329,7 +325,27 @@ data\NIST\Meixner.dat PreserveNewest - + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + \ No newline at end of file diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj index 3e9582a8..b51e85a8 100644 --- a/src/UnitTests/UnitTests.csproj +++ b/src/UnitTests/UnitTests.csproj @@ -14,7 +14,6 @@ ..\MathNet.Numerics.snk ..\..\ - true ..\..\out\test\Net40\ @@ -65,9 +64,6 @@ - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - {B7CAE5F4-A23F-4438-B5BE-41226618B695} Numerics @@ -669,11 +665,30 @@ data\NIST\Meixner.dat PreserveNewest - + - + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + + + + ..\..\packages\NUnit\lib\nunit.framework.dll + True + True + + + + \ No newline at end of file diff --git a/src/UnitTests/packages.config b/src/UnitTests/packages.config deleted file mode 100644 index ad37a528..00000000 --- a/src/UnitTests/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/UnitTests/paket.references b/src/UnitTests/paket.references new file mode 100644 index 00000000..c50de703 --- /dev/null +++ b/src/UnitTests/paket.references @@ -0,0 +1 @@ +NUnit