MediaBrowser.Common.Implementations.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Common.Implementations</RootNamespace>
  11. <AssemblyName>MediaBrowser.Common.Implementations</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <RunPostBuildEvent>Always</RunPostBuildEvent>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Alchemy">
  39. <HintPath>..\packages\Alchemy.2.2.1\lib\net40\Alchemy.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Mediabrowser.PluginSecurity">
  42. <HintPath>..\ThirdParty\PluginSecurity\Mediabrowser.PluginSecurity.dll</HintPath>
  43. </Reference>
  44. <Reference Include="NLog">
  45. <HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
  46. </Reference>
  47. <Reference Include="protobuf-net">
  48. <HintPath>..\packages\protobuf-net.2.0.0.621\lib\net40\protobuf-net.dll</HintPath>
  49. </Reference>
  50. <Reference Include="ServiceStack, Version=3.9.38.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\packages\ServiceStack.3.9.38\lib\net35\ServiceStack.dll</HintPath>
  53. </Reference>
  54. <Reference Include="ServiceStack.Api.Swagger, Version=3.9.38.0, Culture=neutral, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\packages\ServiceStack.Api.Swagger.3.9.38\lib\net35\ServiceStack.Api.Swagger.dll</HintPath>
  57. </Reference>
  58. <Reference Include="ServiceStack.Common, Version=3.9.38.0, Culture=neutral, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\packages\ServiceStack.Common.3.9.38\lib\net35\ServiceStack.Common.dll</HintPath>
  61. </Reference>
  62. <Reference Include="ServiceStack.Interfaces, Version=3.9.38.0, Culture=neutral, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\packages\ServiceStack.Common.3.9.38\lib\net35\ServiceStack.Interfaces.dll</HintPath>
  65. </Reference>
  66. <Reference Include="ServiceStack.Logging.NLog">
  67. <HintPath>..\packages\ServiceStack.Logging.NLog.1.0.6.0\lib\net35\ServiceStack.Logging.NLog.dll</HintPath>
  68. </Reference>
  69. <Reference Include="ServiceStack.OrmLite, Version=3.9.39.0, Culture=neutral, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.39\lib\ServiceStack.OrmLite.dll</HintPath>
  72. </Reference>
  73. <Reference Include="ServiceStack.OrmLite.SqlServer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.39\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
  76. </Reference>
  77. <Reference Include="ServiceStack.Redis, Version=3.9.38.0, Culture=neutral, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\packages\ServiceStack.Redis.3.9.38\lib\net35\ServiceStack.Redis.dll</HintPath>
  80. </Reference>
  81. <Reference Include="ServiceStack.ServiceInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\packages\ServiceStack.3.9.38\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
  84. </Reference>
  85. <Reference Include="ServiceStack.Text, Version=3.9.38.0, Culture=neutral, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\packages\ServiceStack.Text.3.9.38\lib\net35\ServiceStack.Text.dll</HintPath>
  88. </Reference>
  89. <Reference Include="SimpleInjector">
  90. <HintPath>..\packages\SimpleInjector.2.0.0-beta5\lib\net40-client\SimpleInjector.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System" />
  93. <Reference Include="System.Configuration" />
  94. <Reference Include="System.Core" />
  95. <Reference Include="Microsoft.CSharp" />
  96. <Reference Include="System.Management" />
  97. <Reference Include="System.Net" />
  98. <Reference Include="System.Net.Http" />
  99. <Reference Include="System.Net.Http.WebRequest" />
  100. <Reference Include="System.Reactive.Core">
  101. <HintPath>..\packages\Rx-Core.2.1.30214.0\lib\Net45\System.Reactive.Core.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Reactive.Interfaces">
  104. <HintPath>..\packages\Rx-Interfaces.2.1.30214.0\lib\Net45\System.Reactive.Interfaces.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Reactive.Linq">
  107. <HintPath>..\packages\Rx-Linq.2.1.30214.0\lib\Net45\System.Reactive.Linq.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Web" />
  110. <Reference Include="System.Xml" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Compile Include="..\SharedVersion.cs">
  114. <Link>Properties\SharedVersion.cs</Link>
  115. </Compile>
  116. <Compile Include="BaseApplicationHost.cs" />
  117. <Compile Include="BaseApplicationPaths.cs" />
  118. <Compile Include="Configuration\BaseConfigurationManager.cs" />
  119. <Compile Include="HttpClientManager\HttpClientManager.cs" />
  120. <Compile Include="HttpServer\BaseRestService.cs" />
  121. <Compile Include="HttpServer\HttpServer.cs" />
  122. <Compile Include="HttpServer\NativeWebSocket.cs" />
  123. <Compile Include="HttpServer\ServerFactory.cs" />
  124. <Compile Include="HttpServer\StreamWriter.cs" />
  125. <Compile Include="HttpServer\SwaggerService.cs" />
  126. <Compile Include="Logging\LogHelper.cs" />
  127. <Compile Include="Logging\NLogger.cs" />
  128. <Compile Include="Logging\NlogManager.cs" />
  129. <Compile Include="NetworkManagement\NativeMethods.cs" />
  130. <Compile Include="NetworkManagement\NetworkManager.cs" />
  131. <Compile Include="NetworkManagement\NetworkShares.cs" />
  132. <Compile Include="Properties\AssemblyInfo.cs" />
  133. <Compile Include="ScheduledTasks\ScheduledTaskWorker.cs" />
  134. <Compile Include="ScheduledTasks\TaskManager.cs" />
  135. <Compile Include="ScheduledTasks\Tasks\DeleteCacheFileTask.cs" />
  136. <Compile Include="ScheduledTasks\Tasks\DeleteLogFileTask.cs" />
  137. <Compile Include="ScheduledTasks\Tasks\ReloadLoggerTask.cs" />
  138. <Compile Include="ScheduledTasks\Tasks\SystemUpdateTask.cs" />
  139. <Compile Include="Security\PluginSecurityManager.cs" />
  140. <Compile Include="Serialization\JsonSerializer.cs" />
  141. <Compile Include="Serialization\ProtobufSerializer.cs" />
  142. <Compile Include="Serialization\XmlSerializer.cs" />
  143. <Compile Include="ServerManager\ServerManager.cs" />
  144. <Compile Include="ServerManager\WebSocketConnection.cs" />
  145. <Compile Include="Udp\UdpServer.cs" />
  146. <Compile Include="Updates\PackageManager.cs" />
  147. <Compile Include="WebSocket\AlchemyServer.cs" />
  148. <Compile Include="WebSocket\AlchemyWebSocket.cs" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  152. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  153. <Name>MediaBrowser.Common</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  156. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  157. <Name>MediaBrowser.Model</Name>
  158. </ProjectReference>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <None Include="packages.config" />
  162. <EmbeddedResource Include="ServerManager\RegisterServer.bat" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <Content Include="README.txt" />
  166. <Content Include="swagger-ui\css\screen.css">
  167. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  168. </Content>
  169. <Content Include="swagger-ui\images\pet_store_api.png">
  170. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  171. </Content>
  172. <Content Include="swagger-ui\images\wordnik_api.png">
  173. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  174. </Content>
  175. <Content Include="swagger-ui\index.html">
  176. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  177. </Content>
  178. <Content Include="swagger-ui\lib\backbone-min.js">
  179. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  180. </Content>
  181. <Content Include="swagger-ui\lib\handlebars.runtime-1.0.0.beta.6.js">
  182. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  183. </Content>
  184. <Content Include="swagger-ui\lib\jquery.ba-bbq.min.js">
  185. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  186. </Content>
  187. <Content Include="swagger-ui\lib\jquery.min.js">
  188. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  189. </Content>
  190. <Content Include="swagger-ui\lib\jquery.slideto.min.js">
  191. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  192. </Content>
  193. <Content Include="swagger-ui\lib\jquery.wiggle.min.js">
  194. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  195. </Content>
  196. <Content Include="swagger-ui\lib\swagger.js">
  197. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  198. </Content>
  199. <Content Include="swagger-ui\lib\underscore-min.js">
  200. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  201. </Content>
  202. <Content Include="swagger-ui\swagger-ui.js">
  203. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  204. </Content>
  205. <Content Include="swagger-ui\swagger-ui.min.js">
  206. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  207. </Content>
  208. </ItemGroup>
  209. <ItemGroup />
  210. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  211. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  212. <PropertyGroup>
  213. <PostBuildEvent>if $(ConfigurationName) == Release (
  214. xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
  215. xcopy "$(TargetDir)Mediabrowser.PluginSecurity.dll" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
  216. )</PostBuildEvent>
  217. </PropertyGroup>
  218. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  219. Other similar extension points exist, see Microsoft.Common.targets.
  220. <Target Name="BeforeBuild">
  221. </Target>
  222. <Target Name="AfterBuild">
  223. </Target>
  224. -->
  225. </Project>