From 83b7b1861421a6f9353deef364e3af97ae7a95fb Mon Sep 17 00:00:00 2001 From: ScottIsAFool Date: Fri, 22 Feb 2013 19:20:30 +0000 Subject: [PATCH] Set the Common, Controller, Model, UI and UI.Controls to go into one folder, set nuspec files up for the packages to make it easier to create nuget packages. --- .gitignore | 1 + .../MediaBrowser.Common.csproj | 3 +++ .../MediaBrowser.Controller.csproj | 3 +-- MediaBrowser.Model/MediaBrowser.Model.csproj | 3 +-- .../MediaBrowser.UI.Controls.csproj | 3 +++ MediaBrowser.UI/MediaBrowser.UI.csproj | 3 +++ Nuget/MediaBrowser.Common.nuspec | 18 +++++++++++++++++ ...iaBrowser.Server.Core.nupkg.REMOVED.git-id | 1 - Nuget/MediaBrowser.Server.Core.nuspec | 19 ++++++++++++++++++ Nuget/MediaBrowser.Theater.Core.nuspec | 20 +++++++++++++++++++ 10 files changed, 69 insertions(+), 5 deletions(-) create mode 100644 Nuget/MediaBrowser.Common.nuspec delete mode 100644 Nuget/MediaBrowser.Server.Core.nupkg.REMOVED.git-id create mode 100644 Nuget/MediaBrowser.Server.Core.nuspec create mode 100644 Nuget/MediaBrowser.Theater.Core.nuspec diff --git a/.gitignore b/.gitignore index 3fbadb705..d673b0d96 100644 --- a/.gitignore +++ b/.gitignore @@ -145,6 +145,7 @@ publish/ # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line packages/ +dlls/ # Windows Azure Build Output csx diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj index 0f0c58f17..6b9e3e259 100644 --- a/MediaBrowser.Common/MediaBrowser.Common.csproj +++ b/MediaBrowser.Common/MediaBrowser.Common.csproj @@ -229,6 +229,9 @@ + + xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i +