Browse Source

Merge pull request #922 from gsnerf/master

fixes for mono build
Luke 10 years ago
parent
commit
5f87d57381

+ 4 - 1
MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj

@@ -82,6 +82,9 @@
     <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegDownloadInfo.cs">
       <Link>FFMpeg\FFMpegDownloadInfo.cs</Link>
     </Compile>
+    <Compile Include="..\MediaBrowser.ServerApplication\IO\StartupOptions.cs">
+      <Link>IO\StartupOptions.cs"</Link>
+    </Compile>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>
@@ -182,4 +185,4 @@
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
   </ItemGroup>
-</Project>
+</Project>

+ 1 - 0
MediaBrowser.Server.Mono/Program.cs

@@ -1,3 +1,4 @@
+using MediaBrowser.Common.Configuration;
 using MediaBrowser.Common.Constants;
 using MediaBrowser.Common.Implementations.Logging;
 using MediaBrowser.Common.Implementations.Updates;