Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions Ninject.Moq.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19E2834E-3CD3-420D-ADE1-FC9A75E67E04}"
ProjectSection(SolutionItems) = preProject
README.markdown = README.markdown
Expand All @@ -22,6 +24,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ninject.MockingKernel.NSubs
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ninject.MockingKernel.NSubstitute.Test", "src\Ninject.MockingKernel.NSubstitute.Test\Ninject.MockingKernel.NSubstitute.Test.csproj", "{DFCD85F9-31D7-4DDF-BEBE-5287B727AF37}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuspecs", "nuspecs", "{559AB248-B7F5-4CB7-BF68-49A7782DE67B}"
ProjectSection(SolutionItems) = preProject
nuget-moq\Ninject.MockingKernel.Moq.nuspec = nuget-moq\Ninject.MockingKernel.Moq.nuspec
nuget-NSubstitute\Ninject.MockingKernel.NSubstitute.nuspec = nuget-NSubstitute\Ninject.MockingKernel.NSubstitute.nuspec
nuget-RhinoMocks\Ninject.MockingKernel.RhinoMock.nuspec = nuget-RhinoMocks\Ninject.MockingKernel.RhinoMock.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
Binary file not shown.
18 changes: 18 additions & 0 deletions packages/FluentAssertions.1.6.0/FluentAssertions.1.6.0.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>FluentAssertions</id>
<version>1.6.0</version>
<title>Fluent Assertions</title>
<authors>Dennis Doomen, Martin Opdam</authors>
<owners>Dennis Doomen, Martin Opdam</owners>
<licenseUrl>http://fluentassertions.codeplex.com/license</licenseUrl>
<projectUrl>http://fluentassertions.codeplex.com/</projectUrl>
<iconUrl>https://nugetgallery.blob.core.windows.net/icons/FluentAssertions.1.6.0.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A very extensive set of extension methods for .NET 3.5, 4.0 and Silverlight 4.0 that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit test.</description>
<summary>A very extensive set of extension methods for .NET 3.5, 4.0 and Silverlight 4.0 that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit test.</summary>
<copyright>Copyright Dennis Doomen 2010-2011</copyright>
<tags>MSTest xUnit NUnit TDD BDD Fluent Silverlight</tags>
</metadata>
</package>
Binary file not shown.
Binary file not shown.
4,769 changes: 4,769 additions & 0 deletions packages/FluentAssertions.1.6.0/Lib/net35/FluentAssertions.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
4,769 changes: 4,769 additions & 0 deletions packages/FluentAssertions.1.6.0/Lib/net40/FluentAssertions.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
4,583 changes: 4,583 additions & 0 deletions packages/FluentAssertions.1.6.0/Lib/sl40/FluentAssertions.Silverlight.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
1,633 changes: 1,633 additions & 0 deletions packages/FluentAssertions.1.6.0/Lib/sl40/System.Xml.Serialization.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
39 changes: 0 additions & 39 deletions packages/Moq.4.0.10827/License.txt

This file was deleted.

Binary file removed packages/Moq.4.0.10827/Moq.4.0.10827.nupkg
Binary file not shown.
Binary file removed packages/Moq.4.0.10827/Moq.chm
Binary file not shown.
Binary file removed packages/Moq.4.0.10827/lib/NET35/Moq.dll
Binary file not shown.
Binary file removed packages/Moq.4.0.10827/lib/NET35/Moq.pdb
Binary file not shown.
Binary file removed packages/Moq.4.0.10827/lib/NET40/Moq.dll
Binary file not shown.
Binary file removed packages/Moq.4.0.10827/lib/NET40/Moq.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading