diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-23 12:55:12 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-23 12:55:12 -0500 |
| commit | 1a423c43b4284848e155fc4a060ef7061b084ed8 (patch) | |
| tree | fd641ec341510ffb6f0e446be03230f2e2950e6e /MediaBrowser.Networking | |
| parent | 465f0cc1e2e4fc50a0adbef79a4a317eec5eb454 (diff) | |
| parent | a7bdd3a6b56e25b81d26b57b07f8e1057f2b35e8 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Networking')
| -rw-r--r-- | MediaBrowser.Networking/MediaBrowser.Networking.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Networking/MediaBrowser.Networking.csproj b/MediaBrowser.Networking/MediaBrowser.Networking.csproj index cd66fd1844..194f9e400d 100644 --- a/MediaBrowser.Networking/MediaBrowser.Networking.csproj +++ b/MediaBrowser.Networking/MediaBrowser.Networking.csproj @@ -59,6 +59,9 @@ </ProjectReference> </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"> |
