MediaBrowser.UI.csproj 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321
  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>{B5ECE1FB-618E-420B-9A99-8E972D76920A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.UI</RootNamespace>
  11. <AssemblyName>MediaBrowser.UI</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/stdui/</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Web</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Background</UpdateMode>
  24. <UpdateInterval>7</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 Theater</ProductName>
  31. <PublisherName>Media Browser Team</PublisherName>
  32. <SuiteName>Media Browser 3</SuiteName>
  33. <ApplicationRevision>2646</ApplicationRevision>
  34. <ApplicationVersion>2.9.4795.2646</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>4</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>
  61. </StartupObject>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <ApplicationIcon>Resources\Images\Icon.ico</ApplicationIcon>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <ManifestCertificateThumbprint>9633DCDB4A07D3328EFB99299C6DFB1823EBC4BE</ManifestCertificateThumbprint>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <ManifestKeyFile>MediaBrowser.UI_TemporaryKey.pfx</ManifestKeyFile>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <GenerateManifests>true</GenerateManifests>
  74. </PropertyGroup>
  75. <PropertyGroup>
  76. <SignManifests>true</SignManifests>
  77. </PropertyGroup>
  78. <PropertyGroup>
  79. <ManifestTimestampUrl>http://timestamp.verisign.com/scripts/timstamp.dll</ManifestTimestampUrl>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  82. <PlatformTarget>x86</PlatformTarget>
  83. <OutputPath>bin\x86\Debug\</OutputPath>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  86. <PlatformTarget>x86</PlatformTarget>
  87. <OutputPath>bin\x86\Release\</OutputPath>
  88. </PropertyGroup>
  89. <ItemGroup>
  90. <Reference Include="Declarations">
  91. <HintPath>..\ThirdParty\Taygeta\Declarations.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Implementation">
  94. <HintPath>..\ThirdParty\Taygeta\Implementation.dll</HintPath>
  95. </Reference>
  96. <Reference Include="LibVlcWrapper">
  97. <HintPath>..\ThirdParty\Taygeta\LibVlcWrapper.dll</HintPath>
  98. </Reference>
  99. <Reference Include="MahApps.Metro">
  100. <HintPath>..\packages\MahApps.Metro.0.10.1.21-ALPHA\lib\net40\MahApps.Metro.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Microsoft.Expression.Effects, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  103. <SpecificVersion>False</SpecificVersion>
  104. <HintPath>..\ThirdParty\Expression\Microsoft.Expression.Effects.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Microsoft.Expression.Interactions, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  107. <SpecificVersion>False</SpecificVersion>
  108. <HintPath>..\ThirdParty\Expression\Microsoft.Expression.Interactions.dll</HintPath>
  109. </Reference>
  110. <Reference Include="NLog">
  111. <HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
  112. </Reference>
  113. <Reference Include="protobuf-net, Version=2.0.0.621, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
  114. <SpecificVersion>False</SpecificVersion>
  115. <HintPath>..\packages\protobuf-net.2.0.0.621\lib\net40\protobuf-net.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System" />
  118. <Reference Include="System.ComponentModel.Composition" />
  119. <Reference Include="System.Data" />
  120. <Reference Include="System.Drawing" />
  121. <Reference Include="System.Net" />
  122. <Reference Include="System.Net.Http" />
  123. <Reference Include="System.Net.Http.WebRequest" />
  124. <Reference Include="System.Windows.Forms" />
  125. <Reference Include="System.Windows.Interactivity">
  126. <HintPath>..\packages\MahApps.Metro.0.10.1.21-ALPHA\lib\net40\System.Windows.Interactivity.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Xml" />
  129. <Reference Include="Microsoft.CSharp" />
  130. <Reference Include="System.Core" />
  131. <Reference Include="System.Xml.Linq" />
  132. <Reference Include="System.Data.DataSetExtensions" />
  133. <Reference Include="System.Xaml">
  134. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  135. </Reference>
  136. <Reference Include="WindowsBase" />
  137. <Reference Include="PresentationCore" />
  138. <Reference Include="PresentationFramework" />
  139. <Reference Include="WindowsFormsIntegration" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Compile Include="Configuration\PlayerConfiguration.cs" />
  143. <Compile Include="Configuration\UIApplicationConfiguration.cs" />
  144. <Compile Include="Configuration\UIApplicationPaths.cs" />
  145. <Compile Include="Controller\BaseTheme.cs" />
  146. <Compile Include="Controller\PluginUpdater.cs" />
  147. <Compile Include="Controls\NavigationBar.xaml.cs">
  148. <DependentUpon>NavigationBar.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Controls\ModalWindow.xaml.cs">
  151. <DependentUpon>ModalWindow.xaml</DependentUpon>
  152. </Compile>
  153. <Compile Include="Controls\NotificationMessage.xaml.cs">
  154. <DependentUpon>NotificationMessage.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="Extensions\Extensions.cs" />
  157. <Compile Include="HiddenWindow.xaml.cs">
  158. <DependentUpon>HiddenWindow.xaml</DependentUpon>
  159. </Compile>
  160. <Compile Include="ImageViewerWindow.xaml.cs">
  161. <DependentUpon>ImageViewerWindow.xaml</DependentUpon>
  162. </Compile>
  163. <Compile Include="Pages\BaseInternalPlayerPage.cs" />
  164. <Compile Include="Playback\BaseMediaPlayer.cs" />
  165. <Compile Include="Playback\ExternalPlayer\BaseExternalPlayer.cs" />
  166. <Compile Include="Playback\ExternalPlayer\GenericExternalPlayer.cs" />
  167. <Compile Include="Playback\InternalPlayer\BaseInternalMediaPlayer.cs" />
  168. <Compile Include="Playback\NVlc\InternalMediaPlayerNVlc.cs" />
  169. <Compile Include="Playback\PlaybackEventArgs.cs" />
  170. <Compile Include="Playback\PlaybackManager.cs" />
  171. <Compile Include="Playback\PlayOptions.cs" />
  172. <Compile Include="Playback\PlayState.cs" />
  173. <Compile Include="UserInput\KeyboardListener.cs" />
  174. <Compile Include="ViewModels\BaseItemPersonViewModel.cs" />
  175. <Compile Include="ViewModels\BaseViewModel.cs" />
  176. <Compile Include="Controls\WindowCommands.xaml.cs">
  177. <DependentUpon>WindowCommands.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="Converters\BaseItemImageVisibilityConverter.cs" />
  180. <Compile Include="Converters\CurrentUserVisibilityConverter.cs" />
  181. <Compile Include="Converters\DateTimeToStringConverter.cs" />
  182. <Compile Include="Converters\LastSeenTextConverter.cs" />
  183. <Compile Include="Converters\MetroTileBackgroundConverter.cs" />
  184. <Compile Include="Converters\WatchedVisibilityConverter.cs" />
  185. <Compile Include="Converters\WeatherTemperatureConverter.cs" />
  186. <Compile Include="Converters\WeatherVisibilityConverter.cs" />
  187. <Compile Include="Controller\UIKernel.cs" />
  188. <Compile Include="Pages\BaseDetailPage.cs" />
  189. <Compile Include="Pages\BaseFolderPage.cs" />
  190. <Compile Include="Pages\BaseHomePage.cs" />
  191. <Compile Include="Pages\BaseListPage.cs" />
  192. <Compile Include="Pages\BaseLoginPage.cs" />
  193. <Compile Include="ViewModels\ChapterInfoDtoViewModel.cs" />
  194. <Compile Include="ViewModels\DtoBaseItemViewModel.cs" />
  195. <Compile Include="ViewModels\ItemCollectionViewModel.cs" />
  196. <Compile Include="ViewModels\SpecialFeatureViewModel.cs" />
  197. <Page Include="App.xaml">
  198. <Generator>MSBuild:Compile</Generator>
  199. <SubType>Designer</SubType>
  200. </Page>
  201. <Page Include="Controls\ModalWindow.xaml">
  202. <SubType>Designer</SubType>
  203. <Generator>MSBuild:Compile</Generator>
  204. </Page>
  205. <Page Include="Controls\NavigationBar.xaml">
  206. <SubType>Designer</SubType>
  207. <Generator>MSBuild:Compile</Generator>
  208. </Page>
  209. <Page Include="Controls\NotificationMessage.xaml">
  210. <SubType>Designer</SubType>
  211. <Generator>MSBuild:Compile</Generator>
  212. </Page>
  213. <Page Include="Controls\WindowCommands.xaml">
  214. <Generator>MSBuild:Compile</Generator>
  215. <SubType>Designer</SubType>
  216. </Page>
  217. <Page Include="HiddenWindow.xaml">
  218. <SubType>Designer</SubType>
  219. <Generator>MSBuild:Compile</Generator>
  220. </Page>
  221. <Page Include="ImageViewerWindow.xaml">
  222. <SubType>Designer</SubType>
  223. <Generator>MSBuild:Compile</Generator>
  224. </Page>
  225. <Page Include="MainWindow.xaml">
  226. <Generator>MSBuild:Compile</Generator>
  227. <SubType>Designer</SubType>
  228. </Page>
  229. <Compile Include="App.xaml.cs">
  230. <DependentUpon>App.xaml</DependentUpon>
  231. <SubType>Code</SubType>
  232. </Compile>
  233. <Compile Include="Pages\BasePage.cs" />
  234. <Compile Include="Converters\UserImageConverter.cs" />
  235. <Compile Include="MainWindow.xaml.cs">
  236. <DependentUpon>MainWindow.xaml</DependentUpon>
  237. <SubType>Code</SubType>
  238. </Compile>
  239. <Page Include="Pages\SettingsPage.xaml">
  240. <SubType>Designer</SubType>
  241. <Generator>MSBuild:Compile</Generator>
  242. </Page>
  243. <Page Include="Resources\AppResources.xaml">
  244. <SubType>Designer</SubType>
  245. <Generator>MSBuild:Compile</Generator>
  246. </Page>
  247. <Page Include="Resources\MainWindowResources.xaml">
  248. <SubType>Designer</SubType>
  249. <Generator>MSBuild:Compile</Generator>
  250. </Page>
  251. <Page Include="Resources\ModalMessage.xaml">
  252. <SubType>Designer</SubType>
  253. <Generator>MSBuild:Compile</Generator>
  254. </Page>
  255. <Page Include="Resources\NavBarResources.xaml">
  256. <SubType>Designer</SubType>
  257. <Generator>MSBuild:Compile</Generator>
  258. </Page>
  259. <Page Include="Resources\NotificationMessage.xaml">
  260. <SubType>Designer</SubType>
  261. <Generator>MSBuild:Compile</Generator>
  262. </Page>
  263. </ItemGroup>
  264. <ItemGroup>
  265. <Compile Include="Pages\BaseWeatherPage.cs" />
  266. <Compile Include="Pages\SettingsPage.xaml.cs">
  267. <DependentUpon>SettingsPage.xaml</DependentUpon>
  268. </Compile>
  269. <Compile Include="Properties\AssemblyInfo.cs">
  270. <SubType>Code</SubType>
  271. </Compile>
  272. <Compile Include="Properties\Resources.Designer.cs">
  273. <AutoGen>True</AutoGen>
  274. <DesignTime>True</DesignTime>
  275. <DependentUpon>Resources.resx</DependentUpon>
  276. </Compile>
  277. <Compile Include="Properties\Settings.Designer.cs">
  278. <AutoGen>True</AutoGen>
  279. <DependentUpon>Settings.settings</DependentUpon>
  280. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  281. </Compile>
  282. <EmbeddedResource Include="Properties\Resources.resx">
  283. <Generator>ResXFileCodeGenerator</Generator>
  284. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  285. </EmbeddedResource>
  286. <None Include="MediaBrowser.UI_TemporaryKey.pfx" />
  287. <None Include="packages.config" />
  288. <None Include="Properties\Settings.settings">
  289. <Generator>SettingsSingleFileGenerator</Generator>
  290. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  291. </None>
  292. <AppDesigner Include="Properties\" />
  293. </ItemGroup>
  294. <ItemGroup>
  295. <None Include="App.config">
  296. <SubType>Designer</SubType>
  297. </None>
  298. </ItemGroup>
  299. <ItemGroup>
  300. <ProjectReference Include="..\MediaBrowser.ApiInteraction\MediaBrowser.ApiInteraction.csproj">
  301. <Project>{921c0f64-fda7-4e9f-9e73-0cb0eedb2422}</Project>
  302. <Name>MediaBrowser.ApiInteraction</Name>
  303. </ProjectReference>
  304. <ProjectReference Include="..\MediaBrowser.ClickOnce\MediaBrowser.ClickOnce.csproj">
  305. <Project>{cc96bf3e-0bda-4809-bc4b-bb6d418f4a84}</Project>
  306. <Name>MediaBrowser.ClickOnce</Name>
  307. </ProjectReference>
  308. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  309. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  310. <Name>MediaBrowser.Common</Name>
  311. </ProjectReference>
  312. <ProjectReference Include="..\MediaBrowser.IsoMounter\MediaBrowser.IsoMounter.csproj">
  313. <Project>{5356ae30-6a6e-4a64-81e3-f76c50595e64}</Project>
  314. <Name>MediaBrowser.IsoMounter</Name>
  315. </ProjectReference>
  316. <ProjectReference Include="..\MediaBrowser.Logging.NLog\MediaBrowser.Logging.NLog.csproj">
  317. <Project>{67310740-0ec4-4dc2-9921-33df38b20167}</Project>
  318. <Name>MediaBrowser.Logging.NLog</Name>
  319. </ProjectReference>
  320. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  321. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  322. <Name>MediaBrowser.Model</Name>
  323. </ProjectReference>
  324. <ProjectReference Include="..\MediaBrowser.UI.Controls\MediaBrowser.UI.Controls.csproj">
  325. <Project>{1adfe460-fd95-46fa-8871-cccb4b62e2e8}</Project>
  326. <Name>MediaBrowser.UI.Controls</Name>
  327. </ProjectReference>
  328. <ProjectReference Include="..\MediaBrowser.UI.Uninstall\MediaBrowser.UI.Uninstall.csproj">
  329. <Project>{e4be0659-4084-407b-b8a8-67802331cc9e}</Project>
  330. <Name>MediaBrowser.UI.Uninstall</Name>
  331. </ProjectReference>
  332. </ItemGroup>
  333. <ItemGroup>
  334. <Resource Include="Resources\Images\NavBar\BackButton.png" />
  335. </ItemGroup>
  336. <ItemGroup>
  337. <Resource Include="Resources\Images\NavBar\MuteButton.png" />
  338. </ItemGroup>
  339. <ItemGroup>
  340. <Resource Include="Resources\Images\Icon.ico" />
  341. </ItemGroup>
  342. <ItemGroup>
  343. <Resource Include="Resources\Images\mblogoblack.png" />
  344. <Resource Include="Resources\Images\mblogowhite.png" />
  345. </ItemGroup>
  346. <ItemGroup>
  347. <Resource Include="Resources\Images\NavBar\VolumeDownButton.png" />
  348. </ItemGroup>
  349. <ItemGroup>
  350. <Resource Include="Resources\Images\NavBar\VolumeUpButton.png" />
  351. </ItemGroup>
  352. <ItemGroup>
  353. <Resource Include="Resources\Images\MessageBox\Error.png" />
  354. </ItemGroup>
  355. <ItemGroup>
  356. <Resource Include="Resources\Images\MessageBox\Question.png" />
  357. </ItemGroup>
  358. <ItemGroup>
  359. <Resource Include="Resources\Images\MessageBox\Information.png" />
  360. </ItemGroup>
  361. <ItemGroup>
  362. <Resource Include="Resources\Images\MessageBox\Asterisk.png" />
  363. </ItemGroup>
  364. <ItemGroup>
  365. <Resource Include="Resources\Images\MessageBox\Warning.png" />
  366. </ItemGroup>
  367. <ItemGroup>
  368. <Resource Include="Resources\Images\MessageBox\Hand.png" />
  369. <Resource Include="Resources\Images\MessageBox\Stop.png" />
  370. </ItemGroup>
  371. <ItemGroup>
  372. <Resource Include="Resources\Images\MessageBox\Exclamation.png" />
  373. </ItemGroup>
  374. <ItemGroup>
  375. <Resource Include="Resources\Images\mblogoblackfull.png" />
  376. <Resource Include="Resources\Images\mblogowhitefull.png" />
  377. </ItemGroup>
  378. <ItemGroup>
  379. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  380. <Visible>False</Visible>
  381. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  382. <Install>true</Install>
  383. </BootstrapperPackage>
  384. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  385. <Visible>False</Visible>
  386. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  387. <Install>false</Install>
  388. </BootstrapperPackage>
  389. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  390. <Visible>False</Visible>
  391. <ProductName>.NET Framework 3.5 SP1</ProductName>
  392. <Install>false</Install>
  393. </BootstrapperPackage>
  394. <BootstrapperPackage Include="Microsoft.Visual.C++.10.0.x86">
  395. <Visible>False</Visible>
  396. <ProductName>Visual C++ 2010 Runtime Libraries %28x86%29</ProductName>
  397. <Install>true</Install>
  398. </BootstrapperPackage>
  399. </ItemGroup>
  400. <ItemGroup>
  401. <Folder Include="Playback\DirectShow\" />
  402. </ItemGroup>
  403. <ItemGroup>
  404. <Content Include="libvlc.dll">
  405. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  406. </Content>
  407. <Content Include="libvlccore.dll">
  408. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  409. </Content>
  410. <Content Include="CorePlugins\MediaBrowser.Plugins.DefaultTheme.dll">
  411. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  412. </Content>
  413. <Content Include="plugins\3dnow\libmemcpy3dn_plugin.dll">
  414. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  415. </Content>
  416. <Content Include="plugins\access\libaccess_attachment_plugin.dll">
  417. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  418. </Content>
  419. <Content Include="plugins\access\libaccess_bd_plugin.dll">
  420. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  421. </Content>
  422. <Content Include="plugins\access\libaccess_ftp_plugin.dll">
  423. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  424. </Content>
  425. <Content Include="plugins\access\libaccess_http_plugin.dll">
  426. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  427. </Content>
  428. <Content Include="plugins\access\libaccess_imem_plugin.dll">
  429. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  430. </Content>
  431. <Content Include="plugins\access\libaccess_mms_plugin.dll">
  432. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  433. </Content>
  434. <Content Include="plugins\access\libaccess_rar_plugin.dll">
  435. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  436. </Content>
  437. <Content Include="plugins\access\libaccess_realrtsp_plugin.dll">
  438. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  439. </Content>
  440. <Content Include="plugins\access\libaccess_smb_plugin.dll">
  441. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  442. </Content>
  443. <Content Include="plugins\access\libaccess_tcp_plugin.dll">
  444. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  445. </Content>
  446. <Content Include="plugins\access\libaccess_udp_plugin.dll">
  447. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  448. </Content>
  449. <Content Include="plugins\access\libaccess_vdr_plugin.dll">
  450. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  451. </Content>
  452. <Content Include="plugins\access\libcdda_plugin.dll">
  453. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  454. </Content>
  455. <Content Include="plugins\access\libdshow_plugin.dll">
  456. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  457. </Content>
  458. <Content Include="plugins\access\libdtv_plugin.dll">
  459. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  460. </Content>
  461. <Content Include="plugins\access\libdvdnav_plugin.dll">
  462. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  463. </Content>
  464. <Content Include="plugins\access\libdvdread_plugin.dll">
  465. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  466. </Content>
  467. <Content Include="plugins\access\libfilesystem_plugin.dll">
  468. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  469. </Content>
  470. <Content Include="plugins\access\libidummy_plugin.dll">
  471. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  472. </Content>
  473. <Content Include="plugins\access\liblibbluray_plugin.dll">
  474. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  475. </Content>
  476. <Content Include="plugins\access\librtp_plugin.dll">
  477. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  478. </Content>
  479. <Content Include="plugins\access\libscreen_plugin.dll">
  480. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  481. </Content>
  482. <Content Include="plugins\access\libsdp_plugin.dll">
  483. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  484. </Content>
  485. <Content Include="plugins\access\libstream_filter_rar_plugin.dll">
  486. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  487. </Content>
  488. <Content Include="plugins\access\libvcd_plugin.dll">
  489. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  490. </Content>
  491. <Content Include="plugins\access\libzip_plugin.dll">
  492. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  493. </Content>
  494. <Content Include="plugins\access_output\libaccess_output_dummy_plugin.dll">
  495. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  496. </Content>
  497. <Content Include="plugins\access_output\libaccess_output_file_plugin.dll">
  498. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  499. </Content>
  500. <Content Include="plugins\access_output\libaccess_output_http_plugin.dll">
  501. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  502. </Content>
  503. <Content Include="plugins\access_output\libaccess_output_livehttp_plugin.dll">
  504. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  505. </Content>
  506. <Content Include="plugins\access_output\libaccess_output_shout_plugin.dll">
  507. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  508. </Content>
  509. <Content Include="plugins\access_output\libaccess_output_udp_plugin.dll">
  510. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  511. </Content>
  512. <Content Include="plugins\audio_filter\liba52tofloat32_plugin.dll">
  513. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  514. </Content>
  515. <Content Include="plugins\audio_filter\liba52tospdif_plugin.dll">
  516. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  517. </Content>
  518. <Content Include="plugins\audio_filter\libaudiobargraph_a_plugin.dll">
  519. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  520. </Content>
  521. <Content Include="plugins\audio_filter\libaudio_format_plugin.dll">
  522. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  523. </Content>
  524. <Content Include="plugins\audio_filter\libchorus_flanger_plugin.dll">
  525. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  526. </Content>
  527. <Content Include="plugins\audio_filter\libcompressor_plugin.dll">
  528. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  529. </Content>
  530. <Content Include="plugins\audio_filter\libconverter_fixed_plugin.dll">
  531. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  532. </Content>
  533. <Content Include="plugins\audio_filter\libdolby_surround_decoder_plugin.dll">
  534. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  535. </Content>
  536. <Content Include="plugins\audio_filter\libdtstofloat32_plugin.dll">
  537. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  538. </Content>
  539. <Content Include="plugins\audio_filter\libdtstospdif_plugin.dll">
  540. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  541. </Content>
  542. <Content Include="plugins\audio_filter\libequalizer_plugin.dll">
  543. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  544. </Content>
  545. <Content Include="plugins\audio_filter\libheadphone_channel_mixer_plugin.dll">
  546. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  547. </Content>
  548. <Content Include="plugins\audio_filter\libkaraoke_plugin.dll">
  549. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  550. </Content>
  551. <Content Include="plugins\audio_filter\libmono_plugin.dll">
  552. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  553. </Content>
  554. <Content Include="plugins\audio_filter\libmpgatofixed32_plugin.dll">
  555. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  556. </Content>
  557. <Content Include="plugins\audio_filter\libnormvol_plugin.dll">
  558. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  559. </Content>
  560. <Content Include="plugins\audio_filter\libparam_eq_plugin.dll">
  561. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  562. </Content>
  563. <Content Include="plugins\audio_filter\libsamplerate_plugin.dll">
  564. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  565. </Content>
  566. <Content Include="plugins\audio_filter\libscaletempo_plugin.dll">
  567. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  568. </Content>
  569. <Content Include="plugins\audio_filter\libsimple_channel_mixer_plugin.dll">
  570. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  571. </Content>
  572. <Content Include="plugins\audio_filter\libspatializer_plugin.dll">
  573. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  574. </Content>
  575. <Content Include="plugins\audio_filter\libspeex_resampler_plugin.dll">
  576. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  577. </Content>
  578. <Content Include="plugins\audio_filter\libtrivial_channel_mixer_plugin.dll">
  579. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  580. </Content>
  581. <Content Include="plugins\audio_filter\libugly_resampler_plugin.dll">
  582. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  583. </Content>
  584. <Content Include="plugins\audio_mixer\libfixed32_mixer_plugin.dll">
  585. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  586. </Content>
  587. <Content Include="plugins\audio_mixer\libfloat32_mixer_plugin.dll">
  588. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  589. </Content>
  590. <Content Include="plugins\audio_output\libadummy_plugin.dll">
  591. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  592. </Content>
  593. <Content Include="plugins\audio_output\libamem_plugin.dll">
  594. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  595. </Content>
  596. <Content Include="plugins\audio_output\libaout_directx_plugin.dll">
  597. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  598. </Content>
  599. <Content Include="plugins\audio_output\libaout_file_plugin.dll">
  600. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  601. </Content>
  602. <Content Include="plugins\audio_output\libwaveout_plugin.dll">
  603. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  604. </Content>
  605. <Content Include="plugins\codec\liba52_plugin.dll">
  606. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  607. </Content>
  608. <Content Include="plugins\codec\libadpcm_plugin.dll">
  609. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  610. </Content>
  611. <Content Include="plugins\codec\libaes3_plugin.dll">
  612. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  613. </Content>
  614. <Content Include="plugins\codec\libaraw_plugin.dll">
  615. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  616. </Content>
  617. <Content Include="plugins\codec\libavcodec_plugin.dll">
  618. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  619. </Content>
  620. <Content Include="plugins\codec\libcc_plugin.dll">
  621. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  622. </Content>
  623. <Content Include="plugins\codec\libcdg_plugin.dll">
  624. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  625. </Content>
  626. <Content Include="plugins\codec\libcrystalhd_plugin.dll">
  627. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  628. </Content>
  629. <Content Include="plugins\codec\libcvdsub_plugin.dll">
  630. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  631. </Content>
  632. <Content Include="plugins\codec\libddummy_plugin.dll">
  633. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  634. </Content>
  635. <Content Include="plugins\codec\libdmo_plugin.dll">
  636. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  637. </Content>
  638. <Content Include="plugins\codec\libdts_plugin.dll">
  639. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  640. </Content>
  641. <Content Include="plugins\codec\libdvbsub_plugin.dll">
  642. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  643. </Content>
  644. <Content Include="plugins\codec\libedummy_plugin.dll">
  645. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  646. </Content>
  647. <Content Include="plugins\codec\libfaad_plugin.dll">
  648. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  649. </Content>
  650. <Content Include="plugins\codec\libflac_plugin.dll">
  651. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  652. </Content>
  653. <Content Include="plugins\codec\libfluidsynth_plugin.dll">
  654. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  655. </Content>
  656. <Content Include="plugins\codec\libkate_plugin.dll">
  657. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  658. </Content>
  659. <Content Include="plugins\codec\liblibass_plugin.dll">
  660. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  661. </Content>
  662. <Content Include="plugins\codec\liblibmpeg2_plugin.dll">
  663. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  664. </Content>
  665. <Content Include="plugins\codec\liblpcm_plugin.dll">
  666. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  667. </Content>
  668. <Content Include="plugins\codec\libmpeg_audio_plugin.dll">
  669. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  670. </Content>
  671. <Content Include="plugins\codec\libopus_plugin.dll">
  672. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  673. </Content>
  674. <Content Include="plugins\codec\libpng_plugin.dll">
  675. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  676. </Content>
  677. <Content Include="plugins\codec\libquicktime_plugin.dll">
  678. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  679. </Content>
  680. <Content Include="plugins\codec\librawvideo_plugin.dll">
  681. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  682. </Content>
  683. <Content Include="plugins\codec\libschroedinger_plugin.dll">
  684. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  685. </Content>
  686. <Content Include="plugins\codec\libspeex_plugin.dll">
  687. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  688. </Content>
  689. <Content Include="plugins\codec\libspudec_plugin.dll">
  690. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  691. </Content>
  692. <Content Include="plugins\codec\libstl_plugin.dll">
  693. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  694. </Content>
  695. <Content Include="plugins\codec\libsubsdec_plugin.dll">
  696. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  697. </Content>
  698. <Content Include="plugins\codec\libsubsusf_plugin.dll">
  699. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  700. </Content>
  701. <Content Include="plugins\codec\libsvcdsub_plugin.dll">
  702. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  703. </Content>
  704. <Content Include="plugins\codec\libt140_plugin.dll">
  705. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  706. </Content>
  707. <Content Include="plugins\codec\libtheora_plugin.dll">
  708. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  709. </Content>
  710. <Content Include="plugins\codec\libtwolame_plugin.dll">
  711. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  712. </Content>
  713. <Content Include="plugins\codec\libvorbis_plugin.dll">
  714. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  715. </Content>
  716. <Content Include="plugins\codec\libx264_plugin.dll">
  717. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  718. </Content>
  719. <Content Include="plugins\codec\libzvbi_plugin.dll">
  720. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  721. </Content>
  722. <Content Include="plugins\control\libdummy_plugin.dll">
  723. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  724. </Content>
  725. <Content Include="plugins\control\libgestures_plugin.dll">
  726. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  727. </Content>
  728. <Content Include="plugins\control\libglobalhotkeys_plugin.dll">
  729. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  730. </Content>
  731. <Content Include="plugins\control\libhotkeys_plugin.dll">
  732. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  733. </Content>
  734. <Content Include="plugins\control\libnetsync_plugin.dll">
  735. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  736. </Content>
  737. <Content Include="plugins\control\libntservice_plugin.dll">
  738. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  739. </Content>
  740. <Content Include="plugins\control\liboldrc_plugin.dll">
  741. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  742. </Content>
  743. <Content Include="plugins\demux\libaiff_plugin.dll">
  744. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  745. </Content>
  746. <Content Include="plugins\demux\libasf_plugin.dll">
  747. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  748. </Content>
  749. <Content Include="plugins\demux\libau_plugin.dll">
  750. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  751. </Content>
  752. <Content Include="plugins\demux\libavi_plugin.dll">
  753. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  754. </Content>
  755. <Content Include="plugins\demux\libdemuxdump_plugin.dll">
  756. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  757. </Content>
  758. <Content Include="plugins\demux\libdemux_cdg_plugin.dll">
  759. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  760. </Content>
  761. <Content Include="plugins\demux\libdemux_stl_plugin.dll">
  762. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  763. </Content>
  764. <Content Include="plugins\demux\libdirac_plugin.dll">
  765. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  766. </Content>
  767. <Content Include="plugins\demux\libes_plugin.dll">
  768. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  769. </Content>
  770. <Content Include="plugins\demux\libflacsys_plugin.dll">
  771. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  772. </Content>
  773. <Content Include="plugins\demux\libgme_plugin.dll">
  774. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  775. </Content>
  776. <Content Include="plugins\demux\libh264_plugin.dll">
  777. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  778. </Content>
  779. <Content Include="plugins\demux\libimage_plugin.dll">
  780. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  781. </Content>
  782. <Content Include="plugins\demux\liblive555_plugin.dll">
  783. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  784. </Content>
  785. <Content Include="plugins\demux\libmjpeg_plugin.dll">
  786. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  787. </Content>
  788. <Content Include="plugins\demux\libmkv_plugin.dll">
  789. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  790. </Content>
  791. <Content Include="plugins\demux\libmod_plugin.dll">
  792. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  793. </Content>
  794. <Content Include="plugins\demux\libmp4_plugin.dll">
  795. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  796. </Content>
  797. <Content Include="plugins\demux\libmpc_plugin.dll">
  798. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  799. </Content>
  800. <Content Include="plugins\demux\libmpgv_plugin.dll">
  801. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  802. </Content>
  803. <Content Include="plugins\demux\libnsc_plugin.dll">
  804. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  805. </Content>
  806. <Content Include="plugins\demux\libnsv_plugin.dll">
  807. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  808. </Content>
  809. <Content Include="plugins\demux\libnuv_plugin.dll">
  810. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  811. </Content>
  812. <Content Include="plugins\demux\libogg_plugin.dll">
  813. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  814. </Content>
  815. <Content Include="plugins\demux\libplaylist_plugin.dll">
  816. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  817. </Content>
  818. <Content Include="plugins\demux\libps_plugin.dll">
  819. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  820. </Content>
  821. <Content Include="plugins\demux\libpva_plugin.dll">
  822. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  823. </Content>
  824. <Content Include="plugins\demux\librawaud_plugin.dll">
  825. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  826. </Content>
  827. <Content Include="plugins\demux\librawdv_plugin.dll">
  828. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  829. </Content>
  830. <Content Include="plugins\demux\librawvid_plugin.dll">
  831. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  832. </Content>
  833. <Content Include="plugins\demux\libreal_plugin.dll">
  834. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  835. </Content>
  836. <Content Include="plugins\demux\libsid_plugin.dll">
  837. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  838. </Content>
  839. <Content Include="plugins\demux\libsmf_plugin.dll">
  840. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  841. </Content>
  842. <Content Include="plugins\demux\libsubtitle_plugin.dll">
  843. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  844. </Content>
  845. <Content Include="plugins\demux\libts_plugin.dll">
  846. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  847. </Content>
  848. <Content Include="plugins\demux\libtta_plugin.dll">
  849. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  850. </Content>
  851. <Content Include="plugins\demux\libty_plugin.dll">
  852. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  853. </Content>
  854. <Content Include="plugins\demux\libvc1_plugin.dll">
  855. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  856. </Content>
  857. <Content Include="plugins\demux\libvobsub_plugin.dll">
  858. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  859. </Content>
  860. <Content Include="plugins\demux\libvoc_plugin.dll">
  861. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  862. </Content>
  863. <Content Include="plugins\demux\libwav_plugin.dll">
  864. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  865. </Content>
  866. <Content Include="plugins\demux\libxa_plugin.dll">
  867. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  868. </Content>
  869. <Content Include="plugins\gui\libqt4_plugin.dll">
  870. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  871. </Content>
  872. <Content Include="plugins\gui\libskins2_plugin.dll">
  873. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  874. </Content>
  875. <Content Include="plugins\lua\liblua_plugin.dll">
  876. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  877. </Content>
  878. <Content Include="plugins\meta_engine\libfolder_plugin.dll">
  879. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  880. </Content>
  881. <Content Include="plugins\meta_engine\libtaglib_plugin.dll">
  882. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  883. </Content>
  884. <Content Include="plugins\misc\libaudioscrobbler_plugin.dll">
  885. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  886. </Content>
  887. <Content Include="plugins\misc\libexport_plugin.dll">
  888. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  889. </Content>
  890. <Content Include="plugins\misc\libgnutls_plugin.dll">
  891. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  892. </Content>
  893. <Content Include="plugins\misc\liblogger_plugin.dll">
  894. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  895. </Content>
  896. <Content Include="plugins\misc\libmemcpy_plugin.dll">
  897. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  898. </Content>
  899. <Content Include="plugins\misc\libosd_parser_plugin.dll">
  900. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  901. </Content>
  902. <Content Include="plugins\misc\libstats_plugin.dll">
  903. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  904. </Content>
  905. <Content Include="plugins\misc\libvod_rtsp_plugin.dll">
  906. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  907. </Content>
  908. <Content Include="plugins\misc\libxml_plugin.dll">
  909. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  910. </Content>
  911. <Content Include="plugins\mmxext\libmemcpymmxext_plugin.dll">
  912. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  913. </Content>
  914. <Content Include="plugins\mmx\libi420_rgb_mmx_plugin.dll">
  915. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  916. </Content>
  917. <Content Include="plugins\mmx\libi420_yuy2_mmx_plugin.dll">
  918. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  919. </Content>
  920. <Content Include="plugins\mmx\libi422_yuy2_mmx_plugin.dll">
  921. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  922. </Content>
  923. <Content Include="plugins\mmx\libmemcpymmx_plugin.dll">
  924. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  925. </Content>
  926. <Content Include="plugins\mux\libmux_asf_plugin.dll">
  927. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  928. </Content>
  929. <Content Include="plugins\mux\libmux_avi_plugin.dll">
  930. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  931. </Content>
  932. <Content Include="plugins\mux\libmux_dummy_plugin.dll">
  933. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  934. </Content>
  935. <Content Include="plugins\mux\libmux_mp4_plugin.dll">
  936. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  937. </Content>
  938. <Content Include="plugins\mux\libmux_mpjpeg_plugin.dll">
  939. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  940. </Content>
  941. <Content Include="plugins\mux\libmux_ogg_plugin.dll">
  942. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  943. </Content>
  944. <Content Include="plugins\mux\libmux_ps_plugin.dll">
  945. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  946. </Content>
  947. <Content Include="plugins\mux\libmux_ts_plugin.dll">
  948. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  949. </Content>
  950. <Content Include="plugins\mux\libmux_wav_plugin.dll">
  951. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  952. </Content>
  953. <Content Include="plugins\notify\libmsn_plugin.dll">
  954. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  955. </Content>
  956. <Content Include="plugins\packetizer\libpacketizer_copy_plugin.dll">
  957. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  958. </Content>
  959. <Content Include="plugins\packetizer\libpacketizer_dirac_plugin.dll">
  960. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  961. </Content>
  962. <Content Include="plugins\packetizer\libpacketizer_flac_plugin.dll">
  963. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  964. </Content>
  965. <Content Include="plugins\packetizer\libpacketizer_h264_plugin.dll">
  966. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  967. </Content>
  968. <Content Include="plugins\packetizer\libpacketizer_mlp_plugin.dll">
  969. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  970. </Content>
  971. <Content Include="plugins\packetizer\libpacketizer_mpeg4audio_plugin.dll">
  972. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  973. </Content>
  974. <Content Include="plugins\packetizer\libpacketizer_mpeg4video_plugin.dll">
  975. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  976. </Content>
  977. <Content Include="plugins\packetizer\libpacketizer_mpegvideo_plugin.dll">
  978. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  979. </Content>
  980. <Content Include="plugins\packetizer\libpacketizer_vc1_plugin.dll">
  981. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  982. </Content>
  983. <Content Include="plugins\services_discovery\libmediadirs_plugin.dll">
  984. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  985. </Content>
  986. <Content Include="plugins\services_discovery\libpodcast_plugin.dll">
  987. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  988. </Content>
  989. <Content Include="plugins\services_discovery\libsap_plugin.dll">
  990. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  991. </Content>
  992. <Content Include="plugins\services_discovery\libupnp_plugin.dll">
  993. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  994. </Content>
  995. <Content Include="plugins\services_discovery\libwindrive_plugin.dll">
  996. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  997. </Content>
  998. <Content Include="plugins\sse2\libi420_rgb_sse2_plugin.dll">
  999. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1000. </Content>
  1001. <Content Include="plugins\sse2\libi420_yuy2_sse2_plugin.dll">
  1002. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1003. </Content>
  1004. <Content Include="plugins\sse2\libi422_yuy2_sse2_plugin.dll">
  1005. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1006. </Content>
  1007. <Content Include="plugins\stream_filter\libstream_filter_dash_plugin.dll">
  1008. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1009. </Content>
  1010. <Content Include="plugins\stream_filter\libstream_filter_httplive_plugin.dll">
  1011. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1012. </Content>
  1013. <Content Include="plugins\stream_filter\libstream_filter_record_plugin.dll">
  1014. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1015. </Content>
  1016. <Content Include="plugins\stream_out\libstream_out_autodel_plugin.dll">
  1017. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1018. </Content>
  1019. <Content Include="plugins\stream_out\libstream_out_bridge_plugin.dll">
  1020. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1021. </Content>
  1022. <Content Include="plugins\stream_out\libstream_out_delay_plugin.dll">
  1023. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1024. </Content>
  1025. <Content Include="plugins\stream_out\libstream_out_description_plugin.dll">
  1026. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1027. </Content>
  1028. <Content Include="plugins\stream_out\libstream_out_display_plugin.dll">
  1029. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1030. </Content>
  1031. <Content Include="plugins\stream_out\libstream_out_dummy_plugin.dll">
  1032. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1033. </Content>
  1034. <Content Include="plugins\stream_out\libstream_out_duplicate_plugin.dll">
  1035. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1036. </Content>
  1037. <Content Include="plugins\stream_out\libstream_out_es_plugin.dll">
  1038. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1039. </Content>
  1040. <Content Include="plugins\stream_out\libstream_out_gather_plugin.dll">
  1041. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1042. </Content>
  1043. <Content Include="plugins\stream_out\libstream_out_langfromtelx_plugin.dll">
  1044. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1045. </Content>
  1046. <Content Include="plugins\stream_out\libstream_out_mosaic_bridge_plugin.dll">
  1047. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1048. </Content>
  1049. <Content Include="plugins\stream_out\libstream_out_raop_plugin.dll">
  1050. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1051. </Content>
  1052. <Content Include="plugins\stream_out\libstream_out_record_plugin.dll">
  1053. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1054. </Content>
  1055. <Content Include="plugins\stream_out\libstream_out_rtp_plugin.dll">
  1056. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1057. </Content>
  1058. <Content Include="plugins\stream_out\libstream_out_select_plugin.dll">
  1059. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1060. </Content>
  1061. <Content Include="plugins\stream_out\libstream_out_setid_plugin.dll">
  1062. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1063. </Content>
  1064. <Content Include="plugins\stream_out\libstream_out_smem_plugin.dll">
  1065. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1066. </Content>
  1067. <Content Include="plugins\stream_out\libstream_out_standard_plugin.dll">
  1068. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1069. </Content>
  1070. <Content Include="plugins\stream_out\libstream_out_transcode_plugin.dll">
  1071. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1072. </Content>
  1073. <Content Include="plugins\text_renderer\libfreetype_plugin.dll">
  1074. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1075. </Content>
  1076. <Content Include="plugins\text_renderer\libtdummy_plugin.dll">
  1077. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1078. </Content>
  1079. <Content Include="plugins\video_chroma\libgrey_yuv_plugin.dll">
  1080. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1081. </Content>
  1082. <Content Include="plugins\video_chroma\libi420_rgb_plugin.dll">
  1083. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1084. </Content>
  1085. <Content Include="plugins\video_chroma\libi420_yuy2_plugin.dll">
  1086. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1087. </Content>
  1088. <Content Include="plugins\video_chroma\libi422_i420_plugin.dll">
  1089. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1090. </Content>
  1091. <Content Include="plugins\video_chroma\libi422_yuy2_plugin.dll">
  1092. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1093. </Content>
  1094. <Content Include="plugins\video_chroma\librv32_plugin.dll">
  1095. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1096. </Content>
  1097. <Content Include="plugins\video_chroma\libyuy2_i420_plugin.dll">
  1098. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1099. </Content>
  1100. <Content Include="plugins\video_chroma\libyuy2_i422_plugin.dll">
  1101. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1102. </Content>
  1103. <Content Include="plugins\video_filter\libadjust_plugin.dll">
  1104. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1105. </Content>
  1106. <Content Include="plugins\video_filter\libalphamask_plugin.dll">
  1107. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1108. </Content>
  1109. <Content Include="plugins\video_filter\libantiflicker_plugin.dll">
  1110. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1111. </Content>
  1112. <Content Include="plugins\video_filter\libatmo_plugin.dll">
  1113. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1114. </Content>
  1115. <Content Include="plugins\video_filter\libaudiobargraph_v_plugin.dll">
  1116. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1117. </Content>
  1118. <Content Include="plugins\video_filter\libball_plugin.dll">
  1119. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1120. </Content>
  1121. <Content Include="plugins\video_filter\libblendbench_plugin.dll">
  1122. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1123. </Content>
  1124. <Content Include="plugins\video_filter\libblend_plugin.dll">
  1125. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1126. </Content>
  1127. <Content Include="plugins\video_filter\libbluescreen_plugin.dll">
  1128. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1129. </Content>
  1130. <Content Include="plugins\video_filter\libcanvas_plugin.dll">
  1131. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1132. </Content>
  1133. <Content Include="plugins\video_filter\libchain_plugin.dll">
  1134. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1135. </Content>
  1136. <Content Include="plugins\video_filter\libclone_plugin.dll">
  1137. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1138. </Content>
  1139. <Content Include="plugins\video_filter\libcolorthres_plugin.dll">
  1140. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1141. </Content>
  1142. <Content Include="plugins\video_filter\libcroppadd_plugin.dll">
  1143. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1144. </Content>
  1145. <Content Include="plugins\video_filter\libdeinterlace_plugin.dll">
  1146. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1147. </Content>
  1148. <Content Include="plugins\video_filter\liberase_plugin.dll">
  1149. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1150. </Content>
  1151. <Content Include="plugins\video_filter\libextract_plugin.dll">
  1152. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1153. </Content>
  1154. <Content Include="plugins\video_filter\libgaussianblur_plugin.dll">
  1155. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1156. </Content>
  1157. <Content Include="plugins\video_filter\libgradfun_plugin.dll">
  1158. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1159. </Content>
  1160. <Content Include="plugins\video_filter\libgradient_plugin.dll">
  1161. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1162. </Content>
  1163. <Content Include="plugins\video_filter\libgrain_plugin.dll">
  1164. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1165. </Content>
  1166. <Content Include="plugins\video_filter\libhqdn3d_plugin.dll">
  1167. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1168. </Content>
  1169. <Content Include="plugins\video_filter\libinvert_plugin.dll">
  1170. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1171. </Content>
  1172. <Content Include="plugins\video_filter\liblogo_plugin.dll">
  1173. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1174. </Content>
  1175. <Content Include="plugins\video_filter\libmagnify_plugin.dll">
  1176. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1177. </Content>
  1178. <Content Include="plugins\video_filter\libmarq_plugin.dll">
  1179. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1180. </Content>
  1181. <Content Include="plugins\video_filter\libmirror_plugin.dll">
  1182. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1183. </Content>
  1184. <Content Include="plugins\video_filter\libmosaic_plugin.dll">
  1185. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1186. </Content>
  1187. <Content Include="plugins\video_filter\libmotionblur_plugin.dll">
  1188. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1189. </Content>
  1190. <Content Include="plugins\video_filter\libmotiondetect_plugin.dll">
  1191. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1192. </Content>
  1193. <Content Include="plugins\video_filter\libosdmenu_plugin.dll">
  1194. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1195. </Content>
  1196. <Content Include="plugins\video_filter\libpanoramix_plugin.dll">
  1197. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1198. </Content>
  1199. <Content Include="plugins\video_filter\libposterize_plugin.dll">
  1200. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1201. </Content>
  1202. <Content Include="plugins\video_filter\libpostproc_plugin.dll">
  1203. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1204. </Content>
  1205. <Content Include="plugins\video_filter\libpsychedelic_plugin.dll">
  1206. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1207. </Content>
  1208. <Content Include="plugins\video_filter\libpuzzle_plugin.dll">
  1209. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1210. </Content>
  1211. <Content Include="plugins\video_filter\libremoteosd_plugin.dll">
  1212. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1213. </Content>
  1214. <Content Include="plugins\video_filter\libripple_plugin.dll">
  1215. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1216. </Content>
  1217. <Content Include="plugins\video_filter\librotate_plugin.dll">
  1218. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1219. </Content>
  1220. <Content Include="plugins\video_filter\librss_plugin.dll">
  1221. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1222. </Content>
  1223. <Content Include="plugins\video_filter\libscale_plugin.dll">
  1224. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1225. </Content>
  1226. <Content Include="plugins\video_filter\libscene_plugin.dll">
  1227. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1228. </Content>
  1229. <Content Include="plugins\video_filter\libsepia_plugin.dll">
  1230. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1231. </Content>
  1232. <Content Include="plugins\video_filter\libsharpen_plugin.dll">
  1233. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1234. </Content>
  1235. <Content Include="plugins\video_filter\libsubsdelay_plugin.dll">
  1236. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1237. </Content>
  1238. <Content Include="plugins\video_filter\libswscale_plugin.dll">
  1239. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1240. </Content>
  1241. <Content Include="plugins\video_filter\libtransform_plugin.dll">
  1242. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1243. </Content>
  1244. <Content Include="plugins\video_filter\libwall_plugin.dll">
  1245. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1246. </Content>
  1247. <Content Include="plugins\video_filter\libwave_plugin.dll">
  1248. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1249. </Content>
  1250. <Content Include="plugins\video_filter\libyuvp_plugin.dll">
  1251. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1252. </Content>
  1253. <Content Include="plugins\video_output\libcaca_plugin.dll">
  1254. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1255. </Content>
  1256. <Content Include="plugins\video_output\libdirect2d_plugin.dll">
  1257. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1258. </Content>
  1259. <Content Include="plugins\video_output\libdirect3d_plugin.dll">
  1260. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1261. </Content>
  1262. <Content Include="plugins\video_output\libdirectx_plugin.dll">
  1263. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1264. </Content>
  1265. <Content Include="plugins\video_output\libdrawable_plugin.dll">
  1266. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1267. </Content>
  1268. <Content Include="plugins\video_output\libglwin32_plugin.dll">
  1269. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1270. </Content>
  1271. <Content Include="plugins\video_output\libvdummy_plugin.dll">
  1272. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1273. </Content>
  1274. <Content Include="plugins\video_output\libvmem_plugin.dll">
  1275. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1276. </Content>
  1277. <Content Include="plugins\video_output\libwingdi_plugin.dll">
  1278. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1279. </Content>
  1280. <Content Include="plugins\video_output\libyuv_plugin.dll">
  1281. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1282. </Content>
  1283. <Content Include="plugins\visualization\libgoom_plugin.dll">
  1284. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1285. </Content>
  1286. <Content Include="plugins\visualization\libprojectm_plugin.dll">
  1287. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1288. </Content>
  1289. <Content Include="plugins\visualization\libvisual_plugin.dll">
  1290. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1291. </Content>
  1292. <Resource Include="Resources\Images\NavBar\MediaBack.png" />
  1293. <Resource Include="Resources\Images\NavBar\MediaFastForward.png" />
  1294. <Resource Include="Resources\Images\NavBar\MediaForward.png" />
  1295. <Resource Include="Resources\Images\NavBar\MediaRewind.png" />
  1296. <Resource Include="Resources\Images\NavBar\PlayButton.png" />
  1297. <Resource Include="Resources\Images\NavBar\PauseButton.png" />
  1298. <Resource Include="Resources\Images\NavBar\StopButton.png" />
  1299. </ItemGroup>
  1300. <ItemGroup>
  1301. <PublishFile Include="MediaBrowser.UI.Uninstall">
  1302. <Visible>False</Visible>
  1303. <Group>
  1304. </Group>
  1305. <TargetPath>
  1306. </TargetPath>
  1307. <PublishState>Include</PublishState>
  1308. <IncludeHash>True</IncludeHash>
  1309. <FileType>Assembly</FileType>
  1310. </PublishFile>
  1311. </ItemGroup>
  1312. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1313. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  1314. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1315. Other similar extension points exist, see Microsoft.Common.targets.
  1316. <Target Name="BeforeBuild">
  1317. </Target>
  1318. <Target Name="AfterBuild">
  1319. </Target>
  1320. -->
  1321. </Project>