aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj')
-rw-r--r--MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj b/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj
index 592e09a832..1bc6086790 100644
--- a/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj
+++ b/MediaBrowser.Logging.NLog/MediaBrowser.Logging.NLog.csproj
@@ -63,6 +63,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">