From 91c08c82a638fae5a1bb45d0d1c960cd8a53f867 Mon Sep 17 00:00:00 2001 From: putschoeglwe Date: Wed, 11 Mar 2015 15:03:50 +0100 Subject: [PATCH 1/4] added nuget spec --- .gitignore | 1 + NDepend.Path.Tests/NDepend.Path.Tests.csproj | 7 +++---- .../NDepend.Path.Tests.csproj.user | 1 + NDepend.Path/NDepend.Path.csproj | 3 ++- NDepend.Path/NDepend.Path.nuspec | 19 ++++++++++++++++++ ....Path.csprojResolveAssemblyReference.cache | Bin 5202 -> 0 bytes .../NDepend.Path.noReferenceAssembly | 0 bin/Debug/Microsoft.Contracts.dll | Bin 16384 -> 0 bytes bin/Debug/NDepend.Path.Tests.dll | Bin 90624 -> 0 bytes bin/Debug/NDepend.Path.Tests.pdb | Bin 177664 -> 0 bytes bin/Debug/NDepend.Path.dll | Bin 90112 -> 0 bytes bin/Debug/NDepend.Path.pdb | Bin 316928 -> 0 bytes bin/Debug/nunit.framework.dll | Bin 135168 -> 0 bytes 13 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 NDepend.Path/NDepend.Path.nuspec delete mode 100644 NDepend.Path/obj/Debug/NDepend.Path.csprojResolveAssemblyReference.cache delete mode 100644 bin/Debug/CodeContracts/NDepend.Path.noReferenceAssembly delete mode 100644 bin/Debug/Microsoft.Contracts.dll delete mode 100644 bin/Debug/NDepend.Path.Tests.dll delete mode 100644 bin/Debug/NDepend.Path.Tests.pdb delete mode 100644 bin/Debug/NDepend.Path.dll delete mode 100644 bin/Debug/NDepend.Path.pdb delete mode 100644 bin/Debug/nunit.framework.dll diff --git a/.gitignore b/.gitignore index bdc3535..c093973 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ Generated_Code #added for RIA/Silverlight projects _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML +/bin diff --git a/NDepend.Path.Tests/NDepend.Path.Tests.csproj b/NDepend.Path.Tests/NDepend.Path.Tests.csproj index b08f50d..847a4f5 100644 --- a/NDepend.Path.Tests/NDepend.Path.Tests.csproj +++ b/NDepend.Path.Tests/NDepend.Path.Tests.csproj @@ -59,10 +59,8 @@ ..\bin\Debug\NDepend.Path.dll False - - False - ..\bin\Debug\nunit.framework.dll - False + + ..\packages\NUnit.2.6.4\lib\nunit.framework.dll @@ -105,6 +103,7 @@ +