MediaBrowser.ServerApplication.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  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>{156EA256-AD2D-4D2F-B116-2ED4B9EFD869}</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. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <IsWebBootstrapper>true</IsWebBootstrapper>
  17. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  18. <RestorePackages>true</RestorePackages>
  19. <PublishUrl>http://www.mb3admin.com/downloads/server/</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Web</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Background</UpdateMode>
  24. <UpdateInterval>1</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <SupportUrl>http://forum.mediabrowser3.com</SupportUrl>
  30. <ProductName>Media Browser Server</ProductName>
  31. <PublisherName>Media Browser Team</PublisherName>
  32. <SuiteName>Media Browser 3</SuiteName>
  33. <ApplicationRevision>3033</ApplicationRevision>
  34. <ApplicationVersion>2.9.4795.3033</ApplicationVersion>
  35. <UseApplicationTrust>false</UseApplicationTrust>
  36. <CreateDesktopShortcut>true</CreateDesktopShortcut>
  37. <PublishWizardCompleted>true</PublishWizardCompleted>
  38. <BootstrapperEnabled>true</BootstrapperEnabled>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41. <PlatformTarget>AnyCPU</PlatformTarget>
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>1</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <StartupObject>MediaBrowser.ServerApplication.App</StartupObject>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <ApplicationIcon>Resources\Images\icon.ico</ApplicationIcon>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <ApplicationManifest>app.manifest</ApplicationManifest>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  70. </PropertyGroup>
  71. <PropertyGroup>
  72. <ManifestCertificateThumbprint>9633DCDB4A07D3328EFB99299C6DFB1823EBC4BE</ManifestCertificateThumbprint>
  73. </PropertyGroup>
  74. <PropertyGroup>
  75. <ManifestKeyFile>
  76. </ManifestKeyFile>
  77. </PropertyGroup>
  78. <PropertyGroup>
  79. <GenerateManifests>true</GenerateManifests>
  80. </PropertyGroup>
  81. <PropertyGroup>
  82. <SignManifests>true</SignManifests>
  83. </PropertyGroup>
  84. <PropertyGroup>
  85. <ManifestTimestampUrl>http://timestamp.verisign.com/scripts/timstamp.dll</ManifestTimestampUrl>
  86. </PropertyGroup>
  87. <PropertyGroup>
  88. <SignAssembly>false</SignAssembly>
  89. </PropertyGroup>
  90. <PropertyGroup>
  91. <AssemblyOriginatorKeyFile>
  92. </AssemblyOriginatorKeyFile>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  95. <DebugSymbols>true</DebugSymbols>
  96. <OutputPath>bin\x86\Debug\</OutputPath>
  97. <DefineConstants>DEBUG;TRACE</DefineConstants>
  98. <WarningLevel>1</WarningLevel>
  99. <DebugType>full</DebugType>
  100. <PlatformTarget>x86</PlatformTarget>
  101. <ErrorReport>prompt</ErrorReport>
  102. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  103. <Prefer32Bit>true</Prefer32Bit>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  106. <OutputPath>bin\x86\Release\</OutputPath>
  107. <DefineConstants>TRACE</DefineConstants>
  108. <Optimize>true</Optimize>
  109. <DebugType>pdbonly</DebugType>
  110. <PlatformTarget>x86</PlatformTarget>
  111. <ErrorReport>prompt</ErrorReport>
  112. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  113. <Prefer32Bit>true</Prefer32Bit>
  114. </PropertyGroup>
  115. <ItemGroup>
  116. <Reference Include="Hardcodet.Wpf.TaskbarNotification">
  117. <HintPath>..\packages\Hardcodet.Wpf.TaskbarNotification.1.0.4.0\lib\net40\Hardcodet.Wpf.TaskbarNotification.dll</HintPath>
  118. </Reference>
  119. <Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
  120. <SpecificVersion>False</SpecificVersion>
  121. <HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
  122. </Reference>
  123. <Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  124. <SpecificVersion>False</SpecificVersion>
  125. <HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
  126. </Reference>
  127. <Reference Include="Platinum.Managed, Version=1.0.4794.22684, Culture=neutral, processorArchitecture=x86">
  128. <SpecificVersion>False</SpecificVersion>
  129. <HintPath>..\ThirdParty\UPnP\Libs\Platinum.Managed.dll</HintPath>
  130. </Reference>
  131. <Reference Include="ServiceStack, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
  132. <SpecificVersion>False</SpecificVersion>
  133. <HintPath>..\packages\ServiceStack.3.9.37\lib\net35\ServiceStack.dll</HintPath>
  134. </Reference>
  135. <Reference Include="ServiceStack.Common, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
  136. <SpecificVersion>False</SpecificVersion>
  137. <HintPath>..\packages\ServiceStack.Common.3.9.37\lib\net35\ServiceStack.Common.dll</HintPath>
  138. </Reference>
  139. <Reference Include="ServiceStack.Interfaces, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
  140. <SpecificVersion>False</SpecificVersion>
  141. <HintPath>..\packages\ServiceStack.Common.3.9.37\lib\net35\ServiceStack.Interfaces.dll</HintPath>
  142. </Reference>
  143. <Reference Include="ServiceStack.OrmLite, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
  144. <SpecificVersion>False</SpecificVersion>
  145. <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.37\lib\ServiceStack.OrmLite.dll</HintPath>
  146. </Reference>
  147. <Reference Include="ServiceStack.OrmLite.SqlServer">
  148. <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.37\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
  149. </Reference>
  150. <Reference Include="ServiceStack.Redis">
  151. <HintPath>..\packages\ServiceStack.Redis.3.9.37\lib\net35\ServiceStack.Redis.dll</HintPath>
  152. </Reference>
  153. <Reference Include="ServiceStack.ServiceInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  154. <SpecificVersion>False</SpecificVersion>
  155. <HintPath>..\packages\ServiceStack.3.9.37\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
  156. </Reference>
  157. <Reference Include="ServiceStack.Text, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
  158. <SpecificVersion>False</SpecificVersion>
  159. <HintPath>..\packages\ServiceStack.Text.3.9.37\lib\net35\ServiceStack.Text.dll</HintPath>
  160. </Reference>
  161. <Reference Include="SimpleInjector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  162. <SpecificVersion>False</SpecificVersion>
  163. <HintPath>..\packages\SimpleInjector.2.0.0-beta5\lib\net40-client\SimpleInjector.dll</HintPath>
  164. </Reference>
  165. <Reference Include="System" />
  166. <Reference Include="System.Configuration" />
  167. <Reference Include="System.Data" />
  168. <Reference Include="System.Data.SQLite, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  169. <SpecificVersion>False</SpecificVersion>
  170. <HintPath>..\packages\System.Data.SQLite.1.0.84.0\lib\net45\System.Data.SQLite.dll</HintPath>
  171. </Reference>
  172. <Reference Include="System.Data.SQLite.Linq">
  173. <HintPath>..\packages\System.Data.SQLite.1.0.84.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
  174. </Reference>
  175. <Reference Include="System.Drawing" />
  176. <Reference Include="System.Runtime.Remoting" />
  177. <Reference Include="System.Web.Extensions" />
  178. <Reference Include="System.Windows.Forms" />
  179. <Reference Include="System.Xml" />
  180. <Reference Include="Microsoft.CSharp" />
  181. <Reference Include="System.Core" />
  182. <Reference Include="System.Xml.Linq" />
  183. <Reference Include="System.Data.DataSetExtensions" />
  184. <Reference Include="System.Xaml">
  185. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  186. </Reference>
  187. <Reference Include="WindowsBase" />
  188. <Reference Include="PresentationCore" />
  189. <Reference Include="PresentationFramework" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <Page Include="App.xaml">
  193. <Generator>MSBuild:Compile</Generator>
  194. <SubType>Designer</SubType>
  195. </Page>
  196. <Page Include="Controls\ItemUpdateNotification.xaml">
  197. <SubType>Designer</SubType>
  198. <Generator>MSBuild:Compile</Generator>
  199. </Page>
  200. <Page Include="Controls\MultiItemUpdateNotification.xaml">
  201. <SubType>Designer</SubType>
  202. <Generator>MSBuild:Compile</Generator>
  203. </Page>
  204. <Page Include="LibraryExplorer.xaml">
  205. <SubType>Designer</SubType>
  206. <Generator>MSBuild:Compile</Generator>
  207. </Page>
  208. <Page Include="Logging\LogWindow.xaml">
  209. <Generator>MSBuild:Compile</Generator>
  210. <SubType>Designer</SubType>
  211. </Page>
  212. <Page Include="MainWindow.xaml">
  213. <Generator>MSBuild:Compile</Generator>
  214. <SubType>Designer</SubType>
  215. </Page>
  216. <Compile Include="..\SharedVersion.cs">
  217. <Link>Properties\SharedVersion.cs</Link>
  218. </Compile>
  219. <Compile Include="App.xaml.cs">
  220. <DependentUpon>App.xaml</DependentUpon>
  221. <SubType>Code</SubType>
  222. </Compile>
  223. <Compile Include="Controls\ItemUpdateNotification.xaml.cs">
  224. <DependentUpon>ItemUpdateNotification.xaml</DependentUpon>
  225. </Compile>
  226. <Compile Include="Controls\MultiItemUpdateNotification.xaml.cs">
  227. <DependentUpon>MultiItemUpdateNotification.xaml</DependentUpon>
  228. </Compile>
  229. <Compile Include="Implementations\DotNetZipClient.cs" />
  230. <Compile Include="LibraryExplorer.xaml.cs">
  231. <DependentUpon>LibraryExplorer.xaml</DependentUpon>
  232. </Compile>
  233. <Compile Include="Logging\LogWindow.xaml.cs">
  234. <DependentUpon>LogWindow.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="Logging\WindowTraceListener.cs" />
  237. <Compile Include="MainWindow.xaml.cs">
  238. <DependentUpon>MainWindow.xaml</DependentUpon>
  239. <SubType>Code</SubType>
  240. </Compile>
  241. </ItemGroup>
  242. <ItemGroup>
  243. <Compile Include="Properties\AssemblyInfo.cs">
  244. <SubType>Code</SubType>
  245. </Compile>
  246. <Compile Include="Properties\Resources.Designer.cs">
  247. <AutoGen>True</AutoGen>
  248. <DesignTime>True</DesignTime>
  249. <DependentUpon>Resources.resx</DependentUpon>
  250. </Compile>
  251. <Compile Include="Properties\Settings.Designer.cs">
  252. <AutoGen>True</AutoGen>
  253. <DependentUpon>Settings.settings</DependentUpon>
  254. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  255. </Compile>
  256. <EmbeddedResource Include="Properties\Resources.resx">
  257. <Generator>ResXFileCodeGenerator</Generator>
  258. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  259. </EmbeddedResource>
  260. <None Include="app.manifest" />
  261. <None Include="packages.config" />
  262. <None Include="Properties\Settings.settings">
  263. <Generator>SettingsSingleFileGenerator</Generator>
  264. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  265. </None>
  266. <AppDesigner Include="Properties\" />
  267. </ItemGroup>
  268. <ItemGroup>
  269. <None Include="App.config">
  270. <SubType>Designer</SubType>
  271. </None>
  272. </ItemGroup>
  273. <ItemGroup>
  274. <ProjectReference Include="..\BDInfo\BDInfo.csproj">
  275. <Project>{07b509c0-0c28-4f3f-8963-5263281f7e3d}</Project>
  276. <Name>BDInfo</Name>
  277. </ProjectReference>
  278. <ProjectReference Include="..\MediaBrowser.ClickOnce\MediaBrowser.ClickOnce.csproj">
  279. <Project>{cc96bf3e-0bda-4809-bc4b-bb6d418f4a84}</Project>
  280. <Name>MediaBrowser.ClickOnce</Name>
  281. </ProjectReference>
  282. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  283. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  284. <Name>MediaBrowser.Common</Name>
  285. </ProjectReference>
  286. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  287. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  288. <Name>MediaBrowser.Controller</Name>
  289. </ProjectReference>
  290. <ProjectReference Include="..\MediaBrowser.IsoMounter\MediaBrowser.IsoMounter.csproj">
  291. <Project>{5356ae30-6a6e-4a64-81e3-f76c50595e64}</Project>
  292. <Name>MediaBrowser.IsoMounter</Name>
  293. </ProjectReference>
  294. <ProjectReference Include="..\MediaBrowser.Logging.NLog\MediaBrowser.Logging.NLog.csproj">
  295. <Project>{67310740-0ec4-4dc2-9921-33df38b20167}</Project>
  296. <Name>MediaBrowser.Logging.NLog</Name>
  297. </ProjectReference>
  298. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  299. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  300. <Name>MediaBrowser.Model</Name>
  301. </ProjectReference>
  302. <ProjectReference Include="..\MediaBrowser.Networking\MediaBrowser.Networking.csproj">
  303. <Project>{7c11010e-179a-49b7-bfb2-f1656f5e71ad}</Project>
  304. <Name>MediaBrowser.Networking</Name>
  305. </ProjectReference>
  306. <ProjectReference Include="..\MediaBrowser.Server.Uninstall\MediaBrowser.Server.Uninstall.csproj">
  307. <Project>{5443422f-9548-417a-90dd-2fc91f2b5999}</Project>
  308. <Name>MediaBrowser.Server.Uninstall</Name>
  309. </ProjectReference>
  310. </ItemGroup>
  311. <ItemGroup>
  312. <Resource Include="Resources\Images\icon.ico" />
  313. </ItemGroup>
  314. <ItemGroup>
  315. <Resource Include="Resources\Images\folder.png" />
  316. </ItemGroup>
  317. <ItemGroup>
  318. <Resource Include="Resources\Images\movie.png" />
  319. </ItemGroup>
  320. <ItemGroup>
  321. <Resource Include="Resources\Images\series.png" />
  322. </ItemGroup>
  323. <ItemGroup>
  324. <Resource Include="Resources\Images\season.png" />
  325. </ItemGroup>
  326. <ItemGroup>
  327. <Resource Include="Resources\Images\episode.png" />
  328. </ItemGroup>
  329. <ItemGroup>
  330. <Resource Include="Resources\Images\audio.png" />
  331. </ItemGroup>
  332. <ItemGroup>
  333. <Resource Include="Resources\Images\starEmpty.png" />
  334. <Resource Include="Resources\Images\starFull.png" />
  335. <Resource Include="Resources\Images\starHalf.png" />
  336. </ItemGroup>
  337. <ItemGroup>
  338. <Resource Include="Resources\Images\artist.png" />
  339. </ItemGroup>
  340. <ItemGroup>
  341. <Resource Include="Resources\Images\persons.png" />
  342. </ItemGroup>
  343. <ItemGroup>
  344. <Resource Include="Resources\Images\album.png" />
  345. </ItemGroup>
  346. <ItemGroup>
  347. <Resource Include="Resources\Images\boxset.png" />
  348. </ItemGroup>
  349. <ItemGroup>
  350. <Resource Include="Resources\Images\trailer.png" />
  351. </ItemGroup>
  352. <ItemGroup>
  353. <Resource Include="Resources\Images\folder.jpg" />
  354. <Resource Include="Resources\Images\mblogoblackfull.png" />
  355. <Resource Include="Resources\Images\mblogowhitefull.png" />
  356. </ItemGroup>
  357. <ItemGroup>
  358. <Resource Include="Resources\Images\Loading\1.ico" />
  359. <Resource Include="Resources\Images\Loading\2.ico" />
  360. <Resource Include="Resources\Images\Loading\3.ico" />
  361. <Resource Include="Resources\Images\Loading\4.ico" />
  362. <Resource Include="Resources\Images\Loading\5.ico" />
  363. <Resource Include="Resources\Images\Loading\6.ico" />
  364. </ItemGroup>
  365. <ItemGroup>
  366. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  367. <Visible>False</Visible>
  368. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  369. <Install>true</Install>
  370. </BootstrapperPackage>
  371. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  372. <Visible>False</Visible>
  373. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  374. <Install>false</Install>
  375. </BootstrapperPackage>
  376. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  377. <Visible>False</Visible>
  378. <ProductName>.NET Framework 3.5 SP1</ProductName>
  379. <Install>false</Install>
  380. </BootstrapperPackage>
  381. <BootstrapperPackage Include="Microsoft.Visual.C++.10.0.x86">
  382. <Visible>False</Visible>
  383. <ProductName>Visual C++ 2010 Runtime Libraries %28x86%29</ProductName>
  384. <Install>true</Install>
  385. </BootstrapperPackage>
  386. </ItemGroup>
  387. <ItemGroup>
  388. <Content Include="CorePlugins\MediaBrowser.Api.dll">
  389. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  390. </Content>
  391. <Content Include="CorePlugins\MediaBrowser.ApiInteraction.Javascript.dll">
  392. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  393. </Content>
  394. <Content Include="CorePlugins\MediaBrowser.Server.Sqlite.dll">
  395. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  396. </Content>
  397. <Content Include="CorePlugins\MediaBrowser.Server.WorldWeatherOnline.dll">
  398. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  399. </Content>
  400. <Content Include="CorePlugins\MediaBrowser.WebDashboard.dll">
  401. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  402. </Content>
  403. <Content Include="x64\SQLite.Interop.dll">
  404. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  405. </Content>
  406. <Content Include="x86\SQLite.Interop.dll">
  407. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  408. </Content>
  409. </ItemGroup>
  410. <ItemGroup />
  411. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  412. <PropertyGroup>
  413. <PostBuildEvent>xcopy "$(SolutionDir)\packages\System.Data.SQLite.1.0.84.0\content\net40\x86\SQLite.Interop.dll" "$(TargetDir)" /y
  414. if $(ConfigurationName) == Release (
  415. mkdir "$(SolutionDir)..\Deploy\Server\System"
  416. xcopy "$(TargetDir)$(TargetFileName)" "$(SolutionDir)..\Deploy\Server\System\" /y
  417. xcopy "$(SolutionDir)Mediabrowser.Uninstaller\bin\Release\MediaBrowser.Uninstaller.exe" "$(SolutionDir)..\Deploy\Server\System\" /y
  418. xcopy "$(TargetDir)$(TargetFileName).config" "$(SolutionDir)..\Deploy\Server\System\" /y
  419. xcopy "$(TargetDir)*.dll" "$(SolutionDir)..\Deploy\Server\System" /y
  420. mkdir "$(SolutionDir)..\Deploy\Server\System\x64"
  421. xcopy "$(TargetDir)x64" "$(SolutionDir)..\Deploy\Server\System\x64" /y
  422. mkdir "$(SolutionDir)..\Deploy\Server\System\x86"
  423. xcopy "$(TargetDir)x86" "$(SolutionDir)..\Deploy\Server\System\x86" /y
  424. mkdir "$(SolutionDir)..\Deploy\Server\System\CorePlugins"
  425. xcopy "$(TargetDir)CorePlugins" "$(SolutionDir)..\Deploy\Server\System\CorePlugins" /y
  426. del "$(SolutionDir)..\Deploy\MBServer.zip"
  427. "$(SolutionDir)7za" a -tzip "$(SolutionDir)..\Deploy\MBServer.zip" "$(SolutionDir)..\Deploy\Server\*"
  428. )</PostBuildEvent>
  429. </PropertyGroup>
  430. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  431. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  432. Other similar extension points exist, see Microsoft.Common.targets.
  433. <Target Name="BeforeBuild">
  434. </Target>
  435. <Target Name="AfterBuild">
  436. </Target>
  437. -->
  438. </Project>