diff options
| author | Luke <luke.pulverenti@gmail.com> | 2014-08-06 18:50:16 -0400 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2014-08-06 18:50:16 -0400 |
| commit | 56e4d6730f5a0e0103cd6c397cc0f1b26935d5c9 (patch) | |
| tree | 166335366e4eabfc72a6edda984368e496a38817 /MediaBrowser.Common.Implementations | |
| parent | 284bd3e9f562ae499ad8d8b778392196ac99ed3a (diff) | |
| parent | f0c2c7ceb063264fdc1539c9abff393096e35d6e (diff) | |
Merge pull request #890 from gsnerf/master
changes to allow mono builds (in linux)
Diffstat (limited to 'MediaBrowser.Common.Implementations')
| -rw-r--r-- | MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj index 718119fe3..abb2f2089 100644 --- a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj +++ b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj @@ -122,7 +122,7 @@ </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> - <Import Project="$(SolutionDir)\.nuget\nuget.targets" Condition=" '$(ConfigurationName)' != 'Release Mono' " /> + <Import Project="$(SolutionDir)\.nuget\NuGet.targets" /> <PropertyGroup> <PostBuildEvent Condition=" '$(ConfigurationName)' != 'Release Mono' ">if '$(ConfigurationName)' == 'Release' ( xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i @@ -135,4 +135,4 @@ xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i <Target Name="AfterBuild"> </Target> --> -</Project>
\ No newline at end of file +</Project> |
