diff --git a/.gitignore b/.gitignore index 3fbadb705a..d673b0d967 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.ApiInteraction.Portable/MediaBrowser.ApiInteraction.Portable.csproj b/MediaBrowser.ApiInteraction.Portable/MediaBrowser.ApiInteraction.Portable.csproj index 2b6b0b1239..9730663079 100644 --- a/MediaBrowser.ApiInteraction.Portable/MediaBrowser.ApiInteraction.Portable.csproj +++ b/MediaBrowser.ApiInteraction.Portable/MediaBrowser.ApiInteraction.Portable.csproj @@ -98,6 +98,9 @@ + + xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i + + + + + + Debug + AnyCPU + {5624B7B5-B5A7-41D8-9F10-CC5611109619} + Library + Properties + MediaBrowser.WebDashboard + MediaBrowser.WebDashboard + v4.5 + 512 + ..\ + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + Always + + + + False + ..\packages\ServiceStack.3.9.37\lib\net35\ServiceStack.dll + + + False + ..\packages\ServiceStack.Common.3.9.37\lib\net35\ServiceStack.Common.dll + + + False + ..\packages\ServiceStack.Common.3.9.37\lib\net35\ServiceStack.Interfaces.dll + + + False + ..\packages\ServiceStack.OrmLite.SqlServer.3.9.37\lib\ServiceStack.OrmLite.dll + + + False + ..\packages\ServiceStack.OrmLite.SqlServer.3.9.37\lib\ServiceStack.OrmLite.SqlServer.dll + + + False + ..\packages\ServiceStack.Redis.3.9.37\lib\net35\ServiceStack.Redis.dll + + + False + ..\packages\ServiceStack.3.9.37\lib\net35\ServiceStack.ServiceInterface.dll + + + False + ..\packages\ServiceStack.Text.3.9.37\lib\net35\ServiceStack.Text.dll + + + + + + + + + + + + + + Properties\SharedVersion.cs + + + + + + + + + {9142eefa-7570-41e1-bfcc-468bb571af2f} + MediaBrowser.Common + + + {17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2} + MediaBrowser.Controller + + + {7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b} + MediaBrowser.Model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + xcopy "$(TargetPath)" "$(SolutionDir)\MediaBrowser.ServerApplication\CorePlugins\" /y + + + \ No newline at end of file diff --git a/Nuget/MediaBrowser.ApiClient.nuspec b/Nuget/MediaBrowser.ApiClient.nuspec new file mode 100644 index 0000000000..2ee732d8a8 --- /dev/null +++ b/Nuget/MediaBrowser.ApiClient.nuspec @@ -0,0 +1,30 @@ + + + + MediaBrowser.ApiClient + 3.0.0.0-beta + MediaBrowser.ApiInteraction + Media Browser Team + Luke + false + Description + Copyright © 2012 + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Nuget/MediaBrowser.Common.nuspec b/Nuget/MediaBrowser.Common.nuspec new file mode 100644 index 0000000000..b6ca6ae024 --- /dev/null +++ b/Nuget/MediaBrowser.Common.nuspec @@ -0,0 +1,18 @@ + + + + MediaBrowser.Common + 1.0.1 + MediaBrowser.Common + Media Browser Team + + https://github.com/MediaBrowser/MediaBrowser + false + Contains common model objects and interfaces used by all Media Browser solutions. + + + + + + + \ No newline at end of file diff --git a/Nuget/MediaBrowser.Server.Core.nupkg.REMOVED.git-id b/Nuget/MediaBrowser.Server.Core.nupkg.REMOVED.git-id deleted file mode 100644 index a2490601ef..0000000000 --- a/Nuget/MediaBrowser.Server.Core.nupkg.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -da3d30d634468465d8995ba6cb1c0872959b3e9c \ No newline at end of file diff --git a/Nuget/MediaBrowser.Server.Core.nuspec b/Nuget/MediaBrowser.Server.Core.nuspec new file mode 100644 index 0000000000..82fb2c531f --- /dev/null +++ b/Nuget/MediaBrowser.Server.Core.nuspec @@ -0,0 +1,19 @@ + + + + MediaBrowser.Server.Core + 1.0.0 + Media Browser.Server.Core + Media Browser Team + + https://github.com/MediaBrowser/MediaBrowser + false + Contains core components required to build plugins for Media Browser Server. + + + + + + + + \ No newline at end of file diff --git a/Nuget/MediaBrowser.Theater.Core.nuspec b/Nuget/MediaBrowser.Theater.Core.nuspec new file mode 100644 index 0000000000..1456ced036 --- /dev/null +++ b/Nuget/MediaBrowser.Theater.Core.nuspec @@ -0,0 +1,20 @@ + + + + MediaBrowser.Theater.Core + 1.0.0 + MediaBrowser.Theater.Core + Media Browser Team + + https://github.com/MediaBrowser/MediaBrowser.Theater + false + Contains components required to build plugins for Media Browser Theater. + + + + + + + + + \ No newline at end of file