aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2014-08-06 18:50:16 -0400
committerLuke <luke.pulverenti@gmail.com>2014-08-06 18:50:16 -0400
commit56e4d6730f5a0e0103cd6c397cc0f1b26935d5c9 (patch)
tree166335366e4eabfc72a6edda984368e496a38817 /MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
parent284bd3e9f562ae499ad8d8b778392196ac99ed3a (diff)
parentf0c2c7ceb063264fdc1539c9abff393096e35d6e (diff)
Merge pull request #890 from gsnerf/master
changes to allow mono builds (in linux)
Diffstat (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj')
-rw-r--r--MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
index 12a03a876..e3d9d905a 100644
--- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
+++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
@@ -88,7 +88,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" />
<!-- 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">
@@ -96,4 +96,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project> \ No newline at end of file
+</Project>