MediaBrowser.ServerApplication.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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>{94ADE4D3-B7EC-45CD-A200-CC469433072B}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.ServerApplication</RootNamespace>
  11. <AssemblyName>MediaBrowser.ServerApplication</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. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>none</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <StartupObject>MediaBrowser.ServerApplication.MainStartup</StartupObject>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <ApplicationIcon>Resources\Images\Icon.ico</ApplicationIcon>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>bin\x86\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>x86</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. <Prefer32Bit>true</Prefer32Bit>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  53. <OutputPath>bin\x86\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <Optimize>true</Optimize>
  56. <DebugType>none</DebugType>
  57. <PlatformTarget>x86</PlatformTarget>
  58. <ErrorReport>prompt</ErrorReport>
  59. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  60. <Prefer32Bit>true</Prefer32Bit>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="MediaBrowser.IsoMounter">
  64. <HintPath>..\packages\MediaBrowser.IsoMounting.3.0.69\lib\net45\MediaBrowser.IsoMounter.dll</HintPath>
  65. </Reference>
  66. <Reference Include="NLog, Version=3.1.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath>
  69. </Reference>
  70. <Reference Include="pfmclrapi">
  71. <HintPath>..\packages\MediaBrowser.IsoMounting.3.0.69\lib\net45\pfmclrapi.dll</HintPath>
  72. </Reference>
  73. <Reference Include="ServiceStack.Interfaces">
  74. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.Configuration" />
  78. <Reference Include="System.Configuration.Install" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Data.SQLite, Version=1.0.94.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>..\packages\System.Data.SQLite.Core.1.0.94.0\lib\net45\System.Data.SQLite.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Drawing" />
  85. <Reference Include="System.ServiceProcess" />
  86. <Reference Include="System.Windows.Forms" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="Microsoft.CSharp" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Xml" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Compile Include="..\SharedVersion.cs">
  95. <Link>Properties\SharedVersion.cs</Link>
  96. </Compile>
  97. <Compile Include="BackgroundService.cs">
  98. <SubType>Component</SubType>
  99. </Compile>
  100. <Compile Include="BackgroundServiceInstaller.cs">
  101. <SubType>Component</SubType>
  102. </Compile>
  103. <Compile Include="EntryPoints\ResourceEntryPoint.cs" />
  104. <Compile Include="Native\NativeFileSystem.cs" />
  105. <Compile Include="MainForm.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="MainForm.Designer.cs">
  109. <DependentUpon>MainForm.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="MainStartup.cs" />
  112. <Compile Include="Native\Autorun.cs" />
  113. <Compile Include="Native\Standby.cs" />
  114. <Compile Include="Native\ServerAuthorization.cs" />
  115. <Compile Include="Native\WindowsApp.cs" />
  116. <Compile Include="Networking\NativeMethods.cs" />
  117. <Compile Include="Networking\NetworkManager.cs" />
  118. <Compile Include="Networking\NetworkShares.cs" />
  119. <Compile Include="Properties\AssemblyInfo.cs" />
  120. <Compile Include="Properties\Resources.Designer.cs">
  121. <AutoGen>True</AutoGen>
  122. <DesignTime>True</DesignTime>
  123. <DependentUpon>Resources.resx</DependentUpon>
  124. </Compile>
  125. <Compile Include="ServerNotifyIcon.cs" />
  126. <Compile Include="Splash\SplashForm.cs">
  127. <SubType>Form</SubType>
  128. </Compile>
  129. <Compile Include="Splash\SplashForm.Designer.cs">
  130. <DependentUpon>SplashForm.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="Updates\ApplicationUpdater.cs" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <None Include="App.config" />
  136. <None Include="app.manifest" />
  137. <EmbeddedResource Include="Native\RegisterServer.bat" />
  138. <None Include="packages.config" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <EmbeddedResource Include="MainForm.resx">
  142. <DependentUpon>MainForm.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="Properties\Resources.resx">
  145. <Generator>ResXFileCodeGenerator</Generator>
  146. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  147. </EmbeddedResource>
  148. <EmbeddedResource Include="Splash\SplashForm.resx">
  149. <DependentUpon>SplashForm.cs</DependentUpon>
  150. </EmbeddedResource>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <Content Include="..\Installation\MediaBrowser.InstallUtil.dll">
  154. <Link>MediaBrowser.InstallUtil.dll</Link>
  155. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  156. </Content>
  157. <Content Include="..\Installation\MediaBrowser.Uninstaller.exe">
  158. <Link>MediaBrowser.Uninstaller.exe</Link>
  159. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  160. </Content>
  161. <Content Include="..\Installation\MediaBrowser.Updater.exe">
  162. <Link>MediaBrowser.Updater.exe</Link>
  163. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  164. </Content>
  165. <Content Include="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\x64\SQLite.Interop.dll">
  166. <Link>x64\SQLite.Interop.dll</Link>
  167. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  168. </Content>
  169. <Content Include="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\x86\SQLite.Interop.dll">
  170. <Link>x86\SQLite.Interop.dll</Link>
  171. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  172. </Content>
  173. <Content Include="..\ThirdParty\libwebp\windows\x86\libwebp.dll">
  174. <Link>libwebp.dll</Link>
  175. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  176. </Content>
  177. <Content Include="..\ThirdParty\MediaInfo\windows\x86\MediaInfo.dll">
  178. <Link>MediaInfo.dll</Link>
  179. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  180. </Content>
  181. <Content Include="Resources\Images\Icon.ico" />
  182. <Content Include="Resources\Images\mb3logo800.png" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  186. <Project>{4fd51ac5-2c16-4308-a993-c3a84f3b4582}</Project>
  187. <Name>MediaBrowser.Api</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  190. <Project>{c4d2573a-3fd3-441f-81af-174ac4cd4e1d}</Project>
  191. <Name>MediaBrowser.Common.Implementations</Name>
  192. </ProjectReference>
  193. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  194. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  195. <Name>MediaBrowser.Common</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  198. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  199. <Name>MediaBrowser.Controller</Name>
  200. </ProjectReference>
  201. <ProjectReference Include="..\MediaBrowser.Dlna\MediaBrowser.Dlna.csproj">
  202. <Project>{734098eb-6dc1-4dd0-a1ca-3140dcd2737c}</Project>
  203. <Name>MediaBrowser.Dlna</Name>
  204. </ProjectReference>
  205. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  206. <Project>{7ef9f3e0-697d-42f3-a08f-19deb5f84392}</Project>
  207. <Name>MediaBrowser.LocalMetadata</Name>
  208. </ProjectReference>
  209. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">
  210. <Project>{0bd82fa6-eb8a-4452-8af5-74f9c3849451}</Project>
  211. <Name>MediaBrowser.MediaEncoding</Name>
  212. </ProjectReference>
  213. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  214. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  215. <Name>MediaBrowser.Model</Name>
  216. </ProjectReference>
  217. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  218. <Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>
  219. <Name>MediaBrowser.Providers</Name>
  220. </ProjectReference>
  221. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  222. <Project>{2e781478-814d-4a48-9d80-bff206441a65}</Project>
  223. <Name>MediaBrowser.Server.Implementations</Name>
  224. </ProjectReference>
  225. <ProjectReference Include="..\MediaBrowser.Server.Startup.Common\MediaBrowser.Server.Startup.Common.csproj">
  226. <Project>{b90ab8f2-1bff-4568-a3fd-2a338a435a75}</Project>
  227. <Name>MediaBrowser.Server.Startup.Common</Name>
  228. </ProjectReference>
  229. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  230. <Project>{5624b7b5-b5a7-41d8-9f10-cc5611109619}</Project>
  231. <Name>MediaBrowser.WebDashboard</Name>
  232. </ProjectReference>
  233. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  234. <Project>{23499896-b135-4527-8574-c26e926ea99e}</Project>
  235. <Name>MediaBrowser.XbmcMetadata</Name>
  236. </ProjectReference>
  237. </ItemGroup>
  238. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  239. <PropertyGroup>
  240. <PostBuildEvent>
  241. </PostBuildEvent>
  242. </PropertyGroup>
  243. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  244. Other similar extension points exist, see Microsoft.Common.targets.
  245. <Target Name="BeforeBuild">
  246. </Target>
  247. <Target Name="AfterBuild">
  248. </Target>
  249. -->
  250. <Import Project="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.94.0\build\net45\System.Data.SQLite.Core.targets')" />
  251. </Project>