MediaBrowser.Server.Mono.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{175A9388-F352-4586-A6B4-070DED62B644}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>MediaBrowser.Server.Mono</RootNamespace>
  11. <AssemblyName>MediaBrowser.Server.Mono</AssemblyName>
  12. <StartupObject>MediaBrowser.Server.Mono.MainClass</StartupObject>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug</OutputPath>
  20. <DefineConstants>DEBUG;</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <PlatformTarget>x86</PlatformTarget>
  24. <Externalconsole>true</Externalconsole>
  25. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  28. <DebugType>full</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release</OutputPath>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <PlatformTarget>x86</PlatformTarget>
  34. <Externalconsole>true</Externalconsole>
  35. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Release</OutputPath>
  40. <WarningLevel>4</WarningLevel>
  41. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Release Mono</OutputPath>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="System" />
  50. <Reference Include="ServiceStack.Interfaces">
  51. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Mono.Posix" Condition=" '$(ConfigurationName)' == 'Release Mono' "/>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="..\SharedVersion.cs">
  57. <Link>Properties\SharedVersion.cs</Link>
  58. </Compile>
  59. <Compile Include="Program.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="..\MediaBrowser.ServerApplication\EntryPoints\StartupWizard.cs">
  62. <Link>EntryPoints\StartupWizard.cs</Link>
  63. </Compile>
  64. <Compile Include="..\MediaBrowser.ServerApplication\Native\BrowserLauncher.cs">
  65. <Link>Native\BrowserLauncher.cs</Link>
  66. </Compile>
  67. <Compile Include="Native\Autorun.cs" />
  68. <Compile Include="Native\ServerAuthorization.cs" />
  69. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegInfo.cs">
  70. <Link>FFMpeg\FFMpegInfo.cs</Link>
  71. </Compile>
  72. <Compile Include="..\MediaBrowser.ServerApplication\ApplicationHost.cs">
  73. <Link>ApplicationHost.cs</Link>
  74. </Compile>
  75. <Compile Include="Native\Assemblies.cs" />
  76. <Compile Include="Native\NativeApp.cs" />
  77. <Compile Include="Networking\NetworkManager.cs" />
  78. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegDownloader.cs">
  79. <Link>FFMpeg\FFMpegDownloader.cs</Link>
  80. </Compile>
  81. <Compile Include="FFMpeg\FFMpegDownloadInfo.cs" />
  82. <Compile Include="IO\FileSystemFactory.cs" />
  83. <Compile Include="..\MediaBrowser.ServerApplication\EntryPoints\WanAddressEntryPoint.cs">
  84. <Link>EntryPoints\WanAddressEntryPoint.cs</Link>
  85. </Compile>
  86. </ItemGroup>
  87. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  88. <ItemGroup>
  89. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  90. <Project>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</Project>
  91. <Name>MediaBrowser.WebDashboard</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  94. <Project>{2E781478-814D-4A48-9D80-BFF206441A65}</Project>
  95. <Name>MediaBrowser.Server.Implementations</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  98. <Project>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</Project>
  99. <Name>MediaBrowser.Providers</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  102. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  103. <Name>MediaBrowser.Model</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  106. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  107. <Name>MediaBrowser.Controller</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  110. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  111. <Name>MediaBrowser.Common.Implementations</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  114. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  115. <Name>MediaBrowser.Common</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  118. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  119. <Name>MediaBrowser.Api</Name>
  120. </ProjectReference>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Folder Include="EntryPoints\" />
  124. <Folder Include="Native\" />
  125. <Folder Include="FFMpeg\" />
  126. <Folder Include="Networking\" />
  127. <Folder Include="IO\" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <None Include="app.config" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Content Include="..\ThirdParty\SQLite3\x86\3.8.2\sqlite3.dll">
  134. <Link>sqlite3.dll</Link>
  135. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  136. </Content>
  137. </ItemGroup>
  138. </Project>