MediaBrowser.Server.Mono.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="..\SharedVersion.cs">
  56. <Link>Properties\SharedVersion.cs</Link>
  57. </Compile>
  58. <Compile Include="Program.cs" />
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. <Compile Include="..\MediaBrowser.ServerApplication\EntryPoints\StartupWizard.cs">
  61. <Link>EntryPoints\StartupWizard.cs</Link>
  62. </Compile>
  63. <Compile Include="..\MediaBrowser.ServerApplication\Native\BrowserLauncher.cs">
  64. <Link>Native\BrowserLauncher.cs</Link>
  65. </Compile>
  66. <Compile Include="Native\Autorun.cs" />
  67. <Compile Include="Native\ServerAuthorization.cs" />
  68. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegInfo.cs">
  69. <Link>FFMpeg\FFMpegInfo.cs</Link>
  70. </Compile>
  71. <Compile Include="..\MediaBrowser.ServerApplication\ApplicationHost.cs">
  72. <Link>ApplicationHost.cs</Link>
  73. </Compile>
  74. <Compile Include="Native\Assemblies.cs" />
  75. <Compile Include="Native\NativeApp.cs" />
  76. <Compile Include="Networking\NetworkManager.cs" />
  77. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegDownloader.cs">
  78. <Link>FFMpeg\FFMpegDownloader.cs</Link>
  79. </Compile>
  80. <Compile Include="FFMpeg\FFMpegDownloadInfo.cs" />
  81. <Compile Include="IO\FileSystemFactory.cs" />
  82. <Compile Include="..\MediaBrowser.ServerApplication\EntryPoints\WanAddressEntryPoint.cs">
  83. <Link>EntryPoints\WanAddressEntryPoint.cs</Link>
  84. </Compile>
  85. </ItemGroup>
  86. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  87. <ItemGroup>
  88. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  89. <Project>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</Project>
  90. <Name>MediaBrowser.WebDashboard</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  93. <Project>{2E781478-814D-4A48-9D80-BFF206441A65}</Project>
  94. <Name>MediaBrowser.Server.Implementations</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  97. <Project>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</Project>
  98. <Name>MediaBrowser.Providers</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  101. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  102. <Name>MediaBrowser.Model</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  105. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  106. <Name>MediaBrowser.Controller</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  109. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  110. <Name>MediaBrowser.Common.Implementations</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  113. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  114. <Name>MediaBrowser.Common</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  117. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  118. <Name>MediaBrowser.Api</Name>
  119. </ProjectReference>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <Folder Include="EntryPoints\" />
  123. <Folder Include="Native\" />
  124. <Folder Include="FFMpeg\" />
  125. <Folder Include="Networking\" />
  126. <Folder Include="IO\" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="app.config" />
  130. <None Include="sqlite3.dll">
  131. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  132. </None>
  133. </ItemGroup>
  134. </Project>