aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorScottIsAFool <scottisafool@live.co.uk>2013-07-28 09:45:44 +0100
committerScottIsAFool <scottisafool@live.co.uk>2013-07-28 09:45:44 +0100
commita763c91b6d3d425bac7cdf4bf8cb1f4525f75fc3 (patch)
tree1d2d52294aa4de74143a85f041e44d8d49a689f0 /MediaBrowser.Model
parentf550bfd4a41c10d0013b80f71d5cff9cf99fbd4c (diff)
Corrected the model projects's output
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/MediaBrowser.Model.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj
index 113e753a2..9a1caceea 100644
--- a/MediaBrowser.Model/MediaBrowser.Model.csproj
+++ b/MediaBrowser.Model/MediaBrowser.Model.csproj
@@ -162,7 +162,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if $(ConfigurationName) == Release (
-xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
+xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\net45\" /y /d /r /i
)</PostBuildEvent>
</PropertyGroup>
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />