diff options
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"> |
