Skip to content

Commit

Permalink
Add NUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Smith committed Jul 28, 2014
1 parent 005c6b6 commit b3dfb29
Show file tree
Hide file tree
Showing 7 changed files with 10,984 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ build/
bld/
[Bb]in/
[Oo]bj/
_Resharper.videostore/
4 changes: 4 additions & 0 deletions dotnet/videostore/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.3" targetFramework="net45" />
</packages>
Binary file not shown.
Binary file not shown.
10,960 changes: 10,960 additions & 0 deletions dotnet/videostore/packages/NUnit.2.6.3/lib/nunit.framework.xml

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions dotnet/videostore/packages/NUnit.2.6.3/license.txt
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 4 additions & 0 deletions dotnet/videostore/packages/repositories.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\packages.config" />
</repositories>

0 comments on commit b3dfb29

Please sign in to comment.