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.Controls/MediaBrowser.UI.Controls.csproj | |
| 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.Controls/MediaBrowser.UI.Controls.csproj')
| -rw-r--r-- | MediaBrowser.UI.Controls/MediaBrowser.UI.Controls.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.UI.Controls/MediaBrowser.UI.Controls.csproj b/MediaBrowser.UI.Controls/MediaBrowser.UI.Controls.csproj index c6eb064f3a..ee8d2dca76 100644 --- a/MediaBrowser.UI.Controls/MediaBrowser.UI.Controls.csproj +++ b/MediaBrowser.UI.Controls/MediaBrowser.UI.Controls.csproj @@ -97,6 +97,9 @@ </Page> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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"> |
