aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model.Portable
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.Portable
parentf550bfd4a41c10d0013b80f71d5cff9cf99fbd4c (diff)
Corrected the model projects's output
Diffstat (limited to 'MediaBrowser.Model.Portable')
-rw-r--r--MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj
index d0c72e8a7..32bcb6e55 100644
--- a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj
+++ b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj
@@ -8,8 +8,8 @@
<ProjectGuid>{D729ADB1-1C01-428D-B680-8EFACD687B2A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MediaBrowser.Model.Portable</RootNamespace>
- <AssemblyName>MediaBrowser.Model.Portable</AssemblyName>
+ <RootNamespace>MediaBrowser.Model</RootNamespace>
+ <AssemblyName>MediaBrowser.Model</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile104</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
@@ -382,7 +382,7 @@
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if $(ConfigurationName) == Release (
-xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
+xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\portable\" /y /d /r /i
)</PostBuildEvent>
</PropertyGroup>
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />