MediaBrowser.ServerApplication.csproj 11 KB

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