diff options
| author | gsnerf <gsnerf@gsnerf.de> | 2014-08-06 01:06:45 +0200 |
|---|---|---|
| committer | gsnerf <gsnerf@gsnerf.de> | 2014-08-06 01:06:45 +0200 |
| commit | a118169a3ccf3361a5920794c7762dfcff1babd2 (patch) | |
| tree | 22ffc799227753422cb280e58d5fcbf33a806b8b /MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj | |
| parent | 2c61109c7b68bdae6c16860337bf34c31224ffa0 (diff) | |
removed block of NuGet.targets for 'Release Mono'
Diffstat (limited to 'MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj index fe6da7e4f..954d9bfe3 100644 --- a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj +++ b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj @@ -122,7 +122,8 @@ </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> - <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition=" '$(ConfigurationName)' != 'Release Mono' " /> + <!--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 |
