forked from tsai/mathnet-numerics
7 changed files with 30824 additions and 106 deletions
@ -1,32 +1,58 @@ |
|||||
output |
# Build Directories |
||||
bin |
bin/ |
||||
obj |
obj/ |
||||
out |
out/ |
||||
temp/ |
|
||||
Thumbs.db |
# User-specific Files |
||||
ehthumbs.db |
|
||||
Desktop.ini |
|
||||
$RECYCLE.BIN/ |
|
||||
.DS_Store |
|
||||
TestResults |
|
||||
Backup |
|
||||
.vagrant |
|
||||
_UpgradeReport* |
|
||||
_ReSharper* |
|
||||
coverage.* |
|
||||
TestResult.xml |
|
||||
UpgradeLog.htm |
|
||||
*.ReSharper |
|
||||
*.user |
*.user |
||||
*.suo |
*.suo |
||||
*.Cache |
*.sln.docstates |
||||
*.cache |
*.userprefs |
||||
|
.vagrant/ |
||||
|
|
||||
|
# Test & Analysis Results |
||||
|
[Tt]est[Rr]esult*/ |
||||
|
[Bb]uild[Ll]og.* |
||||
|
*.VisualState.xml |
||||
|
TestResult.xml |
||||
|
TestResults.xml |
||||
|
coverage.* |
||||
|
*.dotCover |
||||
|
*.psess |
||||
|
*.vsp |
||||
|
*.vspx |
||||
|
|
||||
|
# Caches |
||||
|
_ReSharper* |
||||
|
*.[Rr]e[Ss]harper |
||||
|
*.ide/ |
||||
|
*.[Cc]ache |
||||
*.ncb |
*.ncb |
||||
*.marcus |
|
||||
*.bak |
|
||||
*.vsdoc |
|
||||
*.XML |
|
||||
*.so |
|
||||
*.sdf |
*.sdf |
||||
|
*.aps |
||||
*.opensdf |
*.opensdf |
||||
*.userprefs |
*.cachefile |
||||
|
|
||||
|
# Upgrades |
||||
|
_UpgradeReport_Files/ |
||||
|
Backup*/ |
||||
|
UpgradeLog*.XML |
||||
|
UpgradeLog*.htm |
||||
|
*.bak |
||||
|
|
||||
|
# OS |
||||
|
$RECYCLE.BIN/ |
||||
|
.DS_Store/ |
||||
|
Thumbs.db |
||||
|
ehthumbs.db |
||||
|
Desktop.ini |
||||
|
|
||||
|
# NuGet Packages |
||||
|
# NOTE: we do NOT use package restore in the core projects, but do use it with FAKE builds. |
||||
|
packages/* |
||||
|
!packages/.gitattributes |
||||
|
!packages/repositories.config |
||||
|
!packages/NUnit.* |
||||
|
!packages/FsUnit.* |
||||
|
!packages/TaskParallelLibrary.* |
||||
|
packages/NUnit.Runners.* |
||||
|
|||||
@ -1,6 +0,0 @@ |
|||||
NUnit.Runners* |
|
||||
FAKE* |
|
||||
FSharp.Compiler.Service.* |
|
||||
FSharp.Formatting.* |
|
||||
Microsoft.AspNet.Razor.* |
|
||||
RazorEngine.* |
|
||||
@ -1,22 +0,0 @@ |
|||||
<?xml version="1.0"?> |
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
|
||||
<metadata> |
|
||||
<id>FsUnit</id> |
|
||||
<version>1.2.1.0</version> |
|
||||
<title>FsUnit</title> |
|
||||
<authors>Ray Vernagus and Daniel Mohl</authors> |
|
||||
<owners>Ray Vernagus and Daniel Mohl</owners> |
|
||||
<licenseUrl>http://fsunit.codeplex.com/license</licenseUrl> |
|
||||
<projectUrl>http://fsunit.codeplex.com/</projectUrl> |
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|
||||
<description>FsUnit is a set of extensions that add special testing syntax to NUnit.</description> |
|
||||
<summary>The goals of FsUnit are to make unit-testing feel more functional while leverage existing testing frameworks.</summary> |
|
||||
<releaseNotes /> |
|
||||
<copyright /> |
|
||||
<language>en-US</language> |
|
||||
<tags>F# fsharp NUnit FsUnit</tags> |
|
||||
<dependencies> |
|
||||
<dependency id="NUnit" version="2.6.2" /> |
|
||||
</dependencies> |
|
||||
</metadata> |
|
||||
</package> |
|
||||
@ -1,27 +0,0 @@ |
|||||
<?xml version="1.0"?> |
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|
||||
<metadata> |
|
||||
<id>NUnit</id> |
|
||||
<version>2.6.3</version> |
|
||||
<title>NUnit</title> |
|
||||
<authors>Charlie Poole</authors> |
|
||||
<owners>Charlie Poole</owners> |
|
||||
<licenseUrl>http://nunit.org/nuget/license.html</licenseUrl> |
|
||||
<projectUrl>http://nunit.org/</projectUrl> |
|
||||
<iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl> |
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|
||||
<description>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.</description> |
|
||||
<summary>NUnit is a unit-testing framework for all .Net languages with a strong TDD focus.</summary> |
|
||||
<releaseNotes>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.</releaseNotes> |
|
||||
<language>en-US</language> |
|
||||
<tags>nunit test testing tdd framework fluent assert theory plugin addin</tags> |
|
||||
</metadata> |
|
||||
</package> |
|
||||
File diff suppressed because it is too large
@ -1,24 +0,0 @@ |
|||||
<?xml version="1.0"?> |
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|
||||
<metadata> |
|
||||
<id>TaskParallelLibrary</id> |
|
||||
<version>1.0.2856.0</version> |
|
||||
<title>Task Parallel Library for .NET 3.5</title> |
|
||||
<authors>Microsoft Corporation</authors> |
|
||||
<owners>Microsoft Corporation</owners> |
|
||||
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=186234</licenseUrl> |
|
||||
<projectUrl>http://msdn.microsoft.com/en-us/library/dd460717.aspx</projectUrl> |
|
||||
<iconUrl>http://i.msdn.microsoft.com/ee402630.NET_lg.png</iconUrl> |
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance> |
|
||||
<description>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.</description> |
|
||||
<summary>A complete and official Microsoft backport of the Task Parallel Library (TPL) for .NET 3.5.</summary> |
|
||||
<releaseNotes>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 .</releaseNotes> |
|
||||
<copyright /> |
|
||||
<language /> |
|
||||
<tags>tpl plinq pfx task parallel extensions .net35 backport</tags> |
|
||||
</metadata> |
|
||||
</package> |
|
||||
File diff suppressed because it is too large
Loading…
Reference in new issue