MediaBrowser.Server.Mono.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug</OutputPath>
  21. <DefineConstants>DEBUG;</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <PlatformTarget>x86</PlatformTarget>
  25. <Externalconsole>true</Externalconsole>
  26. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <DebugType>full</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release</OutputPath>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <Externalconsole>true</Externalconsole>
  36. <Prefer32Bit>false</Prefer32Bit>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Release</OutputPath>
  41. <WarningLevel>4</WarningLevel>
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  46. <Optimize>false</Optimize>
  47. <OutputPath>bin\Release Mono</OutputPath>
  48. <WarningLevel>4</WarningLevel>
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <Prefer32Bit>false</Prefer32Bit>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Mono|x86'">
  53. <Prefer32Bit>false</Prefer32Bit>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\packages\CommonIO.1.0.0.9\lib\net45\CommonIO.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\packages\Mono.Posix.4.0.0.0\lib\net40\Mono.Posix.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Patterns.Logging, Version=1.0.5494.41209, Culture=neutral, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System" />
  69. <Reference Include="ServiceStack.Interfaces">
  70. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  71. </Reference>
  72. <Reference Include="MediaBrowser.IsoMounting.Linux">
  73. <HintPath>..\ThirdParty\MediaBrowser.IsoMounting.Linux\MediaBrowser.IsoMounting.Linux.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Data.SQLite">
  77. <HintPath>..\ThirdParty\System.Data.SQLite.ManagedOnly\1.0.94.0\System.Data.SQLite.dll</HintPath>
  78. </Reference>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="..\MediaBrowser.Server.Implementations\Persistence\SqliteExtensions.cs">
  82. <Link>Native\SqliteExtensions.cs</Link>
  83. </Compile>
  84. <Compile Include="..\SharedVersion.cs">
  85. <Link>Properties\SharedVersion.cs</Link>
  86. </Compile>
  87. <Compile Include="Native\BaseMonoApp.cs" />
  88. <Compile Include="Native\DbConnector.cs" />
  89. <Compile Include="Networking\CertificateGenerator.cs" />
  90. <Compile Include="Program.cs" />
  91. <Compile Include="Properties\AssemblyInfo.cs" />
  92. <Compile Include="Native\NativeApp.cs" />
  93. <Compile Include="Networking\NetworkManager.cs" />
  94. <Compile Include="Security\ASN1.cs" />
  95. <Compile Include="Security\ASN1Convert.cs" />
  96. <Compile Include="Security\BitConverterLE.cs" />
  97. <Compile Include="Security\CryptoConvert.cs" />
  98. <Compile Include="Security\PKCS1.cs" />
  99. <Compile Include="Security\PKCS12.cs" />
  100. <Compile Include="Security\PKCS7.cs" />
  101. <Compile Include="Security\PKCS8.cs" />
  102. <Compile Include="Security\X501Name.cs" />
  103. <Compile Include="Security\X509Builder.cs" />
  104. <Compile Include="Security\X509Certificate.cs" />
  105. <Compile Include="Security\X509CertificateBuilder.cs" />
  106. <Compile Include="Security\X509CertificateCollection.cs" />
  107. <Compile Include="Security\X509Extension.cs" />
  108. <Compile Include="Security\X509Extensions.cs" />
  109. <Compile Include="Security\X520Attributes.cs" />
  110. </ItemGroup>
  111. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  112. <ItemGroup>
  113. <ProjectReference Include="..\MediaBrowser.Server.Startup.Common\MediaBrowser.Server.Startup.Common.csproj">
  114. <Project>{b90ab8f2-1bff-4568-a3fd-2a338a435a75}</Project>
  115. <Name>MediaBrowser.Server.Startup.Common</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  118. <Project>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</Project>
  119. <Name>MediaBrowser.WebDashboard</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  122. <Project>{2E781478-814D-4A48-9D80-BFF206441A65}</Project>
  123. <Name>MediaBrowser.Server.Implementations</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  126. <Project>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</Project>
  127. <Name>MediaBrowser.Providers</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\MediaBrowser.Dlna\MediaBrowser.Dlna.csproj">
  130. <Project>{734098EB-6DC1-4DD0-A1CA-3140DCD2737C}</Project>
  131. <Name>MediaBrowser.Dlna</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  134. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  135. <Name>MediaBrowser.Model</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  138. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  139. <Name>MediaBrowser.Controller</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  142. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  143. <Name>MediaBrowser.Common.Implementations</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  146. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  147. <Name>MediaBrowser.Common</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  150. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  151. <Name>MediaBrowser.Api</Name>
  152. </ProjectReference>
  153. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">
  154. <Project>{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}</Project>
  155. <Name>MediaBrowser.MediaEncoding</Name>
  156. </ProjectReference>
  157. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  158. <Project>{7EF9F3E0-697D-42F3-A08F-19DEB5F84392}</Project>
  159. <Name>MediaBrowser.LocalMetadata</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  162. <Project>{23499896-B135-4527-8574-C26E926EA99E}</Project>
  163. <Name>MediaBrowser.XbmcMetadata</Name>
  164. </ProjectReference>
  165. </ItemGroup>
  166. <ItemGroup>
  167. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.0.dylib">
  168. <Link>libsqlite3.0.dylib</Link>
  169. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  170. </None>
  171. <None Include="..\ThirdParty\SQLite3\osx\libsqlite3.dylib">
  172. <Link>libsqlite3.dylib</Link>
  173. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  174. </None>
  175. <None Include="app.config" />
  176. <None Include="ImageMagickSharp.dll.config">
  177. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  178. </None>
  179. <None Include="packages.config" />
  180. <None Include="System.Data.SQLite.dll.config">
  181. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  182. <SubType>Designer</SubType>
  183. </None>
  184. </ItemGroup>
  185. <ItemGroup />
  186. </Project>