diff options
| author | ScottIsAFool <scottisafool@live.co.uk> | 2013-02-22 19:20:30 +0000 |
|---|---|---|
| committer | ScottIsAFool <scottisafool@live.co.uk> | 2013-02-22 19:22:39 +0000 |
| commit | 83b7b1861421a6f9353deef364e3af97ae7a95fb (patch) | |
| tree | 49e26fc41432304f52de308941a77fd968476a6b /MediaBrowser.UI | |
| parent | a7f3c307e127e32c04310db04934f2637deecd8a (diff) | |
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.
Diffstat (limited to 'MediaBrowser.UI')
| -rw-r--r-- | MediaBrowser.UI/MediaBrowser.UI.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.UI/MediaBrowser.UI.csproj b/MediaBrowser.UI/MediaBrowser.UI.csproj index 798bf461ad..5601d7c48a 100644 --- a/MediaBrowser.UI/MediaBrowser.UI.csproj +++ b/MediaBrowser.UI/MediaBrowser.UI.csproj @@ -1311,6 +1311,9 @@ </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(SolutionDir)\.nuget\nuget.targets" /> + <PropertyGroup> + <PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i</PostBuildEvent> + </PropertyGroup> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> |
