From 2d9f98747895a0ca98643db244eaae76f550427a Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 30 May 2014 02:23:24 -0400 Subject: [PATCH] updating packages, removing nuget binary --- .gitignore | 2 +- .nuget/packages.config | 6 +- assets/rake/tools.rb | 2 +- .../packages.config | 12 +- ...l.ContentBundling.Squishit.UnitTest.csproj | 156 +++++++++--------- .../packages.config | 10 +- .../tparnell.ContentBundling.Squishit.csproj | 142 ++++++++-------- tools/NuGet/nuget.exe | 0 8 files changed, 165 insertions(+), 165 deletions(-) delete mode 100644 tools/NuGet/nuget.exe diff --git a/.gitignore b/.gitignore index e57ca9e..3d10dd8 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,7 @@ bld/ # Roslyn cache directories *.ide/ - +tools/* # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* diff --git a/.nuget/packages.config b/.nuget/packages.config index 7025a72..f0b15e9 100644 --- a/.nuget/packages.config +++ b/.nuget/packages.config @@ -1,4 +1,4 @@ - - - + + + \ No newline at end of file diff --git a/assets/rake/tools.rb b/assets/rake/tools.rb index 1d86e9f..4a20d2b 100644 --- a/assets/rake/tools.rb +++ b/assets/rake/tools.rb @@ -26,7 +26,7 @@ namespace :tools do # Make sure we get solution-level deps sh "#{CMD_PREFIX} #{NUGET}/nuget.exe i .nuget/packages.config -o packages" - FileList["**/packages.config"].each { |filepath| + FileList["src/**/packages.config"].each { |filepath| sh "#{CMD_PREFIX} #{NUGET}/nuget.exe i #{filepath} -o packages" } end diff --git a/src/tparnell.ContentBundling.Squishit.UnitTest/packages.config b/src/tparnell.ContentBundling.Squishit.UnitTest/packages.config index cf260dd..acb713c 100644 --- a/src/tparnell.ContentBundling.Squishit.UnitTest/packages.config +++ b/src/tparnell.ContentBundling.Squishit.UnitTest/packages.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/src/tparnell.ContentBundling.Squishit.UnitTest/tparnell.ContentBundling.Squishit.UnitTest.csproj b/src/tparnell.ContentBundling.Squishit.UnitTest/tparnell.ContentBundling.Squishit.UnitTest.csproj index 555d0c6..d770d09 100644 --- a/src/tparnell.ContentBundling.Squishit.UnitTest/tparnell.ContentBundling.Squishit.UnitTest.csproj +++ b/src/tparnell.ContentBundling.Squishit.UnitTest/tparnell.ContentBundling.Squishit.UnitTest.csproj @@ -1,85 +1,85 @@ - - - - - Debug - AnyCPU - {CA3ECC90-79AF-4EFA-931A-6BD5A71600D6} - Library - Properties - tparnell.ContentBundling.Squishit.UnitTest - tparnell.ContentBundling.Squishit.UnitTest - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\..\packages\AjaxMin.4.48.4489.28432\lib\net20\AjaxMin.dll - - - ..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\EcmaScript.NET.dll - - - ..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\Iesi.Collections.dll - - - ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll - - - ..\..\packages\SquishIt.0.9.5.3\lib\SquishIt.Framework.dll - - - - - - - - - - ..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\Yahoo.Yui.Compressor.dll - - - - - - - - - - - - - {8161820f-b3f1-4d84-b376-9190f2285dad} - tparnell.ContentBundling.Squishit - - - {ECA4D0FD-3F56-4B8B-B9DE-E671E38E351C} - tparnell.ContentBundling - - - + + + + + Debug + AnyCPU + {CA3ECC90-79AF-4EFA-931A-6BD5A71600D6} + Library + Properties + tparnell.ContentBundling.Squishit.UnitTest + tparnell.ContentBundling.Squishit.UnitTest + v4.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\packages\AjaxMin.4.48.4489.28432\lib\net20\AjaxMin.dll + + + ..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\EcmaScript.NET.dll + + + ..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\Iesi.Collections.dll + + + ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll + + + ..\..\packages\SquishIt.0.9.5.4\lib\SquishIt.Framework.dll + + + + + + + + + + ..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\Yahoo.Yui.Compressor.dll + + + + + + + + + + + + + {8161820f-b3f1-4d84-b376-9190f2285dad} + tparnell.ContentBundling.Squishit + + + {ECA4D0FD-3F56-4B8B-B9DE-E671E38E351C} + tparnell.ContentBundling + + + + --> \ No newline at end of file diff --git a/src/tparnell.ContentBundling.Squishit/packages.config b/src/tparnell.ContentBundling.Squishit/packages.config index 9402d07..8f402ec 100644 --- a/src/tparnell.ContentBundling.Squishit/packages.config +++ b/src/tparnell.ContentBundling.Squishit/packages.config @@ -1,6 +1,6 @@ - - - - - + + + + + \ No newline at end of file diff --git a/src/tparnell.ContentBundling.Squishit/tparnell.ContentBundling.Squishit.csproj b/src/tparnell.ContentBundling.Squishit/tparnell.ContentBundling.Squishit.csproj index facc151..858794c 100644 --- a/src/tparnell.ContentBundling.Squishit/tparnell.ContentBundling.Squishit.csproj +++ b/src/tparnell.ContentBundling.Squishit/tparnell.ContentBundling.Squishit.csproj @@ -1,78 +1,78 @@ - - - - - Debug - AnyCPU - {8161820F-B3F1-4D84-B376-9190F2285DAD} - Library - Properties - tparnell.ContentBundling.Squishit - tparnell.ContentBundling.Squishit - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\..\packages\AjaxMin.4.48.4489.28432\lib\net20\AjaxMin.dll - - - ..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\EcmaScript.NET.dll - - - ..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\Iesi.Collections.dll - - - ..\..\packages\SquishIt.0.9.5.3\lib\SquishIt.Framework.dll - - - - - - - - - - ..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\Yahoo.Yui.Compressor.dll - - - - - - - - - - - - - {eca4d0fd-3f56-4b8b-b9de-e671e38e351c} - tparnell.ContentBundling - - - + + + + + Debug + AnyCPU + {8161820F-B3F1-4D84-B376-9190F2285DAD} + Library + Properties + tparnell.ContentBundling.Squishit + tparnell.ContentBundling.Squishit + v4.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\packages\AjaxMin.4.48.4489.28432\lib\net20\AjaxMin.dll + + + ..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\EcmaScript.NET.dll + + + ..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\Iesi.Collections.dll + + + ..\..\packages\SquishIt.0.9.5.4\lib\SquishIt.Framework.dll + + + + + + + + + + ..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\Yahoo.Yui.Compressor.dll + + + + + + + + + + + + + {eca4d0fd-3f56-4b8b-b9de-e671e38e351c} + tparnell.ContentBundling + + + + --> \ No newline at end of file diff --git a/tools/NuGet/nuget.exe b/tools/NuGet/nuget.exe deleted file mode 100644 index e69de29..0000000