diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-22 19:26:38 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-22 19:26:38 -0500 |
| commit | 84507736a0f8f60c849bfae54b1695b0cb2c091a (patch) | |
| tree | 6d923baae2dfc21769c27aef2f3b6c44d31d7567 /MediaBrowser.UI.Controls | |
| parent | a2d215b6ae9d594d71a679a464c9c6a559efe862 (diff) | |
| parent | 4a46612c3f7660f58bef695027c1c0492c4ef5f5 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts:
MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.Api.dll
MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.ApiInteraction.Javascript.dll
MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.Server.Sqlite.dll
MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.Server.WorldWeatherOnline.dll
MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.WebDashboard.dll
Diffstat (limited to 'MediaBrowser.UI.Controls')
| -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"> |
