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.MediaEncoding/MediaBrowser.MediaEncoding.csproj | |
| parent | 2c61109c7b68bdae6c16860337bf34c31224ffa0 (diff) | |
removed block of NuGet.targets for 'Release Mono'
Diffstat (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj')
| -rw-r--r-- | MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj index f11c261e2..46c680730 100644 --- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj +++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj @@ -87,7 +87,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" /> <!-- 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"> @@ -95,4 +96,4 @@ <Target Name="AfterBuild"> </Target> --> -</Project>
\ No newline at end of file +</Project> |
