MediaBrowser.Server.Mono.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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.6</TargetFrameworkVersion>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug</OutputPath>
  22. <DefineConstants>DEBUG;</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <PlatformTarget>x86</PlatformTarget>
  26. <Externalconsole>true</Externalconsole>
  27. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  30. <DebugType>full</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release</OutputPath>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <Externalconsole>true</Externalconsole>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Release</OutputPath>
  43. <WarningLevel>4</WarningLevel>
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <Prefer32Bit>false</Prefer32Bit>
  46. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  49. <Optimize>false</Optimize>
  50. <OutputPath>bin\Release Mono</OutputPath>
  51. <WarningLevel>4</WarningLevel>
  52. <PlatformTarget>AnyCPU</PlatformTarget>
  53. <Prefer32Bit>false</Prefer32Bit>
  54. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Mono|x86'">
  57. <Prefer32Bit>false</Prefer32Bit>
  58. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  59. </PropertyGroup>
  60. <ItemGroup>
  61. <Reference Include="Emby.Common.Implementations">
  62. <HintPath>..\ThirdParty\emby\Emby.Common.Implementations.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Emby.Server.Core">
  65. <HintPath>..\ThirdParty\emby\Emby.Server.Core.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\packages\Mono.Posix.4.0.0.0\lib\net40\Mono.Posix.dll</HintPath>
  70. </Reference>
  71. <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  72. <HintPath>..\packages\NLog.4.4.0-betaV15\lib\net45\NLog.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="Patterns.Logging, Version=1.0.6151.30227, Culture=neutral, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Patterns.Logging.1.0.0.6\lib\portable-net45+win8\Patterns.Logging.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="MediaBrowser.IsoMounting.Linux">
  81. <HintPath>..\ThirdParty\MediaBrowser.IsoMounting.Linux\MediaBrowser.IsoMounting.Linux.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Configuration" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Data.SQLite">
  86. <HintPath>..\ThirdParty\System.Data.SQLite.ManagedOnly\1.0.94.0\System.Data.SQLite.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.IO.Compression" />
  89. <Reference Include="System.Runtime.Serialization" />
  90. <Reference Include="System.ServiceModel" />
  91. <Reference Include="System.Transactions" />
  92. <Reference Include="System.Xml" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="..\MediaBrowser.Server.Startup.Common\Persistence\SqliteExtensions.cs">
  96. <Link>Native\SqliteExtensions.cs</Link>
  97. </Compile>
  98. <Compile Include="..\SharedVersion.cs">
  99. <Link>Properties\SharedVersion.cs</Link>
  100. </Compile>
  101. <Compile Include="Native\MonoApp.cs" />
  102. <Compile Include="Native\DbConnector.cs" />
  103. <Compile Include="Native\MonoFileSystem.cs" />
  104. <Compile Include="Native\PowerManagement.cs" />
  105. <Compile Include="Program.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. </ItemGroup>
  108. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  109. <ItemGroup>
  110. <ProjectReference Include="..\Emby.Server.Implementations\Emby.Server.Implementations.csproj">
  111. <Project>{e383961b-9356-4d5d-8233-9a1079d03055}</Project>
  112. <Name>Emby.Server.Implementations</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\MediaBrowser.Server.Startup.Common\MediaBrowser.Server.Startup.Common.csproj">
  115. <Project>{b90ab8f2-1bff-4568-a3fd-2a338a435a75}</Project>
  116. <Name>MediaBrowser.Server.Startup.Common</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  119. <Project>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</Project>
  120. <Name>MediaBrowser.WebDashboard</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  123. <Project>{2E781478-814D-4A48-9D80-BFF206441A65}</Project>
  124. <Name>MediaBrowser.Server.Implementations</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  127. <Project>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</Project>
  128. <Name>MediaBrowser.Providers</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  131. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  132. <Name>MediaBrowser.Model</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  135. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  136. <Name>MediaBrowser.Controller</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  139. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  140. <Name>MediaBrowser.Common</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  143. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  144. <Name>MediaBrowser.Api</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">
  147. <Project>{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}</Project>
  148. <Name>MediaBrowser.MediaEncoding</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  151. <Project>{7EF9F3E0-697D-42F3-A08F-19DEB5F84392}</Project>
  152. <Name>MediaBrowser.LocalMetadata</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  155. <Project>{23499896-B135-4527-8574-C26E926EA99E}</Project>
  156. <Name>MediaBrowser.XbmcMetadata</Name>
  157. </ProjectReference>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.0.dylib">
  161. <Link>libsqlite3.0.dylib</Link>
  162. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  163. </None>
  164. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.dylib">
  165. <Link>libsqlite3.dylib</Link>
  166. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  167. </None>
  168. <None Include="app.config" />
  169. <None Include="ImageMagickSharp.dll.config">
  170. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  171. </None>
  172. <None Include="packages.config" />
  173. <None Include="System.Data.SQLite.dll.config">
  174. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  175. <SubType>Designer</SubType>
  176. </None>
  177. </ItemGroup>
  178. <ItemGroup />
  179. </Project>