MediaBrowser.WebDashboard.csproj 70 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.WebDashboard</RootNamespace>
  11. <AssemblyName>MediaBrowser.WebDashboard</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  14. <ProductVersion>10.0.0</ProductVersion>
  15. <SchemaVersion>2.0</SchemaVersion>
  16. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  18. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>none</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  38. <DebugType>none</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\Release Mono\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Compile Include="..\SharedVersion.cs">
  50. <Link>Properties\SharedVersion.cs</Link>
  51. </Compile>
  52. <Compile Include="Api\ConfigurationPageInfo.cs" />
  53. <Compile Include="Api\DashboardService.cs" />
  54. <Compile Include="Api\PackageCreator.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. <Compile Include="ServerEntryPoint.cs" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  60. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  61. <Name>MediaBrowser.Common</Name>
  62. </ProjectReference>
  63. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  64. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  65. <Name>MediaBrowser.Controller</Name>
  66. </ProjectReference>
  67. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  68. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  69. <Name>MediaBrowser.Model</Name>
  70. </ProjectReference>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <None Include="dashboard-ui\bower_components\**\*.*">
  74. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  75. </None>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Content Include="dashboard-ui\autoorganizesmart.html">
  79. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  80. </Content>
  81. <Content Include="dashboard-ui\camerauploadsettings.html">
  82. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  83. </Content>
  84. <Content Include="dashboard-ui\components\accessschedule\accessschedule.js">
  85. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  86. </Content>
  87. <Content Include="dashboard-ui\components\accessschedule\accessschedule.template.html">
  88. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  89. </Content>
  90. <Content Include="dashboard-ui\components\appfooter\appfooter.css">
  91. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  92. </Content>
  93. <Content Include="dashboard-ui\components\appfooter\appfooter.js">
  94. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  95. </Content>
  96. <Content Include="dashboard-ui\components\apphost.js">
  97. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  98. </Content>
  99. <Content Include="dashboard-ui\components\categorysyncbuttons.js">
  100. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  101. </Content>
  102. <Content Include="dashboard-ui\components\channelmapper\channelmapper.js">
  103. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  104. </Content>
  105. <Content Include="dashboard-ui\components\chromecasthelpers.js">
  106. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  107. </Content>
  108. <Content Include="dashboard-ui\components\directorybrowser\directorybrowser.css">
  109. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  110. </Content>
  111. <Content Include="dashboard-ui\components\dockedtabs\dockedtabs.css">
  112. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  113. </Content>
  114. <Content Include="dashboard-ui\components\dockedtabs\dockedtabs.js">
  115. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  116. </Content>
  117. <Content Include="dashboard-ui\components\favoriteitems.js">
  118. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  119. </Content>
  120. <Content Include="dashboard-ui\components\filterdialog\filterdialog.js">
  121. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  122. </Content>
  123. <Content Include="dashboard-ui\components\filterdialog\filterdialog.template.html">
  124. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  125. </Content>
  126. <Content Include="dashboard-ui\components\filterdialog\style.css">
  127. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  128. </Content>
  129. <Content Include="dashboard-ui\components\groupedcards.js">
  130. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  131. </Content>
  132. <Content Include="dashboard-ui\components\guestinviter\connectlink.js">
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. </Content>
  135. <Content Include="dashboard-ui\components\guestinviter\connectlink.template.html">
  136. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  137. </Content>
  138. <Content Include="dashboard-ui\components\guestinviter\guestinviter.js">
  139. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  140. </Content>
  141. <Content Include="dashboard-ui\components\guestinviter\guestinviter.template.html">
  142. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  143. </Content>
  144. <Content Include="dashboard-ui\components\iap.js">
  145. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  146. </Content>
  147. <Content Include="dashboard-ui\components\libraryoptionseditor\libraryoptionseditor.js">
  148. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  149. </Content>
  150. <Content Include="dashboard-ui\components\libraryoptionseditor\libraryoptionseditor.template.html">
  151. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  152. </Content>
  153. <Content Include="dashboard-ui\components\navdrawer\navdrawer.css">
  154. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  155. </Content>
  156. <Content Include="dashboard-ui\components\navdrawer\navdrawer.js">
  157. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  158. </Content>
  159. <Content Include="dashboard-ui\components\remotecontrol.js">
  160. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  161. </Content>
  162. <Content Include="dashboard-ui\components\tvproviders\xmltv.js">
  163. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  164. </Content>
  165. <Content Include="dashboard-ui\components\tvproviders\xmltv.template.html">
  166. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  167. </Content>
  168. <Content Include="dashboard-ui\css\images\throbber.gif">
  169. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  170. </Content>
  171. <Content Include="dashboard-ui\scripts\camerauploadsettings.js">
  172. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  173. </Content>
  174. <Content Include="dashboard-ui\scripts\livetvschedule.js">
  175. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  176. </Content>
  177. <Content Include="dashboard-ui\scripts\livetvseriestimers.js">
  178. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  179. </Content>
  180. <Content Include="dashboard-ui\scripts\userpasswordpage.js">
  181. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  182. </Content>
  183. <Content Include="dashboard-ui\components\viewcontainer-lite.js">
  184. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  185. </Content>
  186. <Content Include="dashboard-ui\css\dashboard.css">
  187. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  188. </Content>
  189. <Content Include="dashboard-ui\css\autoorganizetable.css">
  190. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  191. </Content>
  192. <Content Include="dashboard-ui\css\images\logo.png">
  193. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  194. </Content>
  195. <Content Include="dashboard-ui\home.html">
  196. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  197. </Content>
  198. <Content Include="dashboard-ui\legacy\fnchecked.js">
  199. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  200. </Content>
  201. <Content Include="dashboard-ui\legacy\buttonenabled.js">
  202. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  203. </Content>
  204. <Content Include="dashboard-ui\components\directorybrowser\directorybrowser.js">
  205. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  206. </Content>
  207. <Content Include="dashboard-ui\components\fileorganizer\fileorganizer.js">
  208. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  209. </Content>
  210. <Content Include="dashboard-ui\components\fileorganizer\fileorganizer.template.html">
  211. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  212. </Content>
  213. <Content Include="dashboard-ui\components\humanedate.js">
  214. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  215. </Content>
  216. <Content Include="dashboard-ui\components\imagedownloader\imagedownloader.js">
  217. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  218. </Content>
  219. <Content Include="dashboard-ui\components\imagedownloader\imagedownloader.template.html">
  220. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  221. </Content>
  222. <Content Include="dashboard-ui\components\imageuploader\imageuploader.js">
  223. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  224. </Content>
  225. <Content Include="dashboard-ui\components\imageuploader\imageuploader.template.html">
  226. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  227. </Content>
  228. <Content Include="dashboard-ui\components\medialibrarycreator\medialibrarycreator.js">
  229. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  230. </Content>
  231. <Content Include="dashboard-ui\components\medialibrarycreator\medialibrarycreator.template.html">
  232. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  233. </Content>
  234. <Content Include="dashboard-ui\components\medialibraryeditor\medialibraryeditor.js">
  235. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  236. </Content>
  237. <Content Include="dashboard-ui\components\medialibraryeditor\medialibraryeditor.template.html">
  238. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  239. </Content>
  240. <Content Include="dashboard-ui\css\images\ani_equalizer_black.gif">
  241. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  242. </Content>
  243. <Content Include="dashboard-ui\css\images\ani_equalizer_white.gif">
  244. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  245. </Content>
  246. <Content Include="dashboard-ui\css\images\clients\androidtv-tile.png">
  247. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  248. </Content>
  249. <Content Include="dashboard-ui\css\images\clients\chromecast.png">
  250. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  251. </Content>
  252. <Content Include="dashboard-ui\css\images\empty.png">
  253. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  254. </Content>
  255. <Content Include="dashboard-ui\scripts\videoosd.js">
  256. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  257. </Content>
  258. <Content Include="dashboard-ui\touchicon144.png">
  259. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  260. </Content>
  261. <Content Include="dashboard-ui\css\images\tour\admin\help.png">
  262. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  263. </Content>
  264. <Content Include="dashboard-ui\css\images\tour\admin\sync.png">
  265. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  266. </Content>
  267. <Content Include="dashboard-ui\css\images\tour\web\tourmysync.png">
  268. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  269. </Content>
  270. <Content Include="dashboard-ui\css\nowplayingbar.css">
  271. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  272. </Content>
  273. <Content Include="dashboard-ui\favorites.html">
  274. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  275. </Content>
  276. <Content Include="dashboard-ui\legacy\dashboard.js">
  277. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  278. </Content>
  279. <Content Include="dashboard-ui\legacy\selectmenu.js">
  280. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  281. </Content>
  282. <Content Include="dashboard-ui\librarydisplay.html">
  283. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  284. </Content>
  285. <Content Include="dashboard-ui\livetvguideprovider.html">
  286. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  287. </Content>
  288. <Content Include="dashboard-ui\livetvtunerprovider-hdhomerun.html">
  289. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  290. </Content>
  291. <Content Include="dashboard-ui\livetvtunerprovider-m3u.html">
  292. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  293. </Content>
  294. <Content Include="dashboard-ui\livetvtunerprovider-satip.html">
  295. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  296. </Content>
  297. <Content Include="dashboard-ui\mypreferenceshome.html">
  298. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  299. </Content>
  300. <Content Include="dashboard-ui\mypreferencesmenu.html">
  301. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  302. </Content>
  303. <Content Include="dashboard-ui\mysyncsettings.html">
  304. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  305. </Content>
  306. <Content Include="dashboard-ui\robots.txt">
  307. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  308. </Content>
  309. <Content Include="dashboard-ui\scripts\autobackdrops.js">
  310. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  311. </Content>
  312. <Content Include="dashboard-ui\scripts\homefavorites.js">
  313. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  314. </Content>
  315. <Content Include="dashboard-ui\scripts\homenextup.js">
  316. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  317. </Content>
  318. <Content Include="dashboard-ui\scripts\homeupcoming.js">
  319. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  320. </Content>
  321. <Content Include="dashboard-ui\dashboard\librarydisplay.js">
  322. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  323. </Content>
  324. <Content Include="dashboard-ui\scripts\livetvguideprovider.js">
  325. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  326. </Content>
  327. <Content Include="dashboard-ui\scripts\livetvtunerprovider-hdhomerun.js">
  328. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  329. </Content>
  330. <Content Include="dashboard-ui\scripts\livetvtunerprovider-m3u.js">
  331. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  332. </Content>
  333. <Content Include="dashboard-ui\dashboard\livetvtunerprovider-satip.js">
  334. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  335. </Content>
  336. <Content Include="dashboard-ui\scripts\localsync.js">
  337. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  338. </Content>
  339. <Content Include="dashboard-ui\scripts\musicfolders.js">
  340. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  341. </Content>
  342. <Content Include="dashboard-ui\scripts\mypreferenceshome.js">
  343. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  344. </Content>
  345. <Content Include="dashboard-ui\scripts\mysync.js">
  346. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  347. </Content>
  348. <Content Include="dashboard-ui\scripts\mysyncsettings.js">
  349. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  350. </Content>
  351. <Content Include="dashboard-ui\dashboard\autoorganizesmart.js">
  352. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  353. </Content>
  354. <Content Include="dashboard-ui\scripts\searchpage.js">
  355. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  356. </Content>
  357. <Content Include="dashboard-ui\scripts\secondaryitems.js">
  358. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  359. </Content>
  360. <Content Include="dashboard-ui\scripts\serversecurity.js">
  361. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  362. </Content>
  363. <Content Include="dashboard-ui\scripts\shared.js">
  364. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  365. </Content>
  366. <Content Include="dashboard-ui\scripts\supporterkeypage.js">
  367. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  368. </Content>
  369. <Content Include="dashboard-ui\scripts\tvlatest.js">
  370. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  371. </Content>
  372. <Content Include="dashboard-ui\dashboard\wizardcomponents.js">
  373. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  374. </Content>
  375. <Content Include="dashboard-ui\scripts\wizardcontroller.js">
  376. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  377. </Content>
  378. <Content Include="dashboard-ui\scripts\wizardlivetvguide.js">
  379. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  380. </Content>
  381. <Content Include="dashboard-ui\scripts\wizardlivetvtuner.js">
  382. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  383. </Content>
  384. <Content Include="dashboard-ui\search.html">
  385. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  386. </Content>
  387. <Content Include="dashboard-ui\secondaryitems.html">
  388. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  389. </Content>
  390. <Content Include="dashboard-ui\serversecurity.html">
  391. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  392. </Content>
  393. <Content Include="dashboard-ui\serviceworker.js">
  394. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  395. </Content>
  396. <Content Include="dashboard-ui\shared.html">
  397. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  398. </Content>
  399. <Content Include="dashboard-ui\devices\android\android.css">
  400. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  401. </Content>
  402. <Content Include="dashboard-ui\themes\holiday\style.css">
  403. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  404. </Content>
  405. <Content Include="dashboard-ui\themes\holiday\theme.js">
  406. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  407. </Content>
  408. <Content Include="dashboard-ui\themes\halloween\bg.jpg">
  409. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  410. </Content>
  411. <Content Include="dashboard-ui\themes\halloween\style.css">
  412. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  413. </Content>
  414. <Content Include="dashboard-ui\themes\halloween\theme.js">
  415. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  416. </Content>
  417. <Content Include="dashboard-ui\devices\ios\ios.css">
  418. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  419. </Content>
  420. <Content Include="dashboard-ui\scripts\sections.js">
  421. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  422. </Content>
  423. <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.listview.css">
  424. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  425. </Content>
  426. <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.panel.css">
  427. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  428. </Content>
  429. <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.panel.js">
  430. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  431. </Content>
  432. <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.popup.css">
  433. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  434. </Content>
  435. <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.slider.css">
  436. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  437. </Content>
  438. <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.table.css">
  439. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  440. </Content>
  441. <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.slider.js">
  442. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  443. </Content>
  444. <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.widget.js">
  445. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  446. </Content>
  447. <Content Include="dashboard-ui\thirdparty\paper-button-style.css">
  448. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  449. </Content>
  450. <Content Include="dashboard-ui\components\tvproviders\schedulesdirect.js">
  451. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  452. </Content>
  453. <Content Include="dashboard-ui\components\tvproviders\schedulesdirect.template.html">
  454. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  455. </Content>
  456. <Content Include="dashboard-ui\dashboardhosting.html">
  457. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  458. </Content>
  459. <Content Include="dashboard-ui\forgotpasswordpin.html">
  460. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  461. </Content>
  462. <Content Include="dashboard-ui\livetvitems.html">
  463. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  464. </Content>
  465. <Content Include="dashboard-ui\mysync.html">
  466. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  467. </Content>
  468. <Content Include="dashboard-ui\mysyncjob.html">
  469. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  470. </Content>
  471. <Content Include="dashboard-ui\photos.html">
  472. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  473. </Content>
  474. <Content Include="dashboard-ui\dashboard\dashboardhosting.js">
  475. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  476. </Content>
  477. <Content Include="dashboard-ui\scripts\forgotpassword.js">
  478. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  479. </Content>
  480. <Content Include="dashboard-ui\scripts\forgotpasswordpin.js">
  481. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  482. </Content>
  483. <Content Include="dashboard-ui\scripts\livetvcomponents.js">
  484. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  485. </Content>
  486. <Content Include="dashboard-ui\scripts\livetvitems.js">
  487. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  488. </Content>
  489. <Content Include="dashboard-ui\scripts\mypreferencescommon.js">
  490. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  491. </Content>
  492. <Content Include="dashboard-ui\scripts\photos.js">
  493. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  494. </Content>
  495. <Content Include="dashboard-ui\scripts\reports.js">
  496. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  497. </Content>
  498. <Content Include="dashboard-ui\scripts\selectserver.js">
  499. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  500. </Content>
  501. <Content Include="dashboard-ui\scripts\streamingsettings.js">
  502. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  503. </Content>
  504. <Content Include="dashboard-ui\scripts\appservices.js">
  505. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  506. </Content>
  507. <Content Include="dashboard-ui\scripts\syncsettings.js">
  508. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  509. </Content>
  510. <Content Include="dashboard-ui\scripts\taskbutton.js">
  511. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  512. </Content>
  513. <Content Include="dashboard-ui\scripts\usernew.js">
  514. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  515. </Content>
  516. <Content Include="dashboard-ui\scripts\userpassword.js">
  517. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  518. </Content>
  519. <Content Include="dashboard-ui\scripts\wizardagreement.js">
  520. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  521. </Content>
  522. <Content Include="dashboard-ui\selectserver.html">
  523. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  524. </Content>
  525. <Content Include="dashboard-ui\streamingsettings.html">
  526. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  527. </Content>
  528. <Content Include="dashboard-ui\appservices.html">
  529. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  530. </Content>
  531. <Content Include="dashboard-ui\syncsettings.html">
  532. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  533. </Content>
  534. <Content Include="dashboard-ui\channelitems.html">
  535. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  536. </Content>
  537. <Content Include="dashboard-ui\channels.html">
  538. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  539. </Content>
  540. <Content Include="dashboard-ui\cinemamodeconfiguration.html">
  541. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  542. </Content>
  543. <Content Include="dashboard-ui\connectlogin.html">
  544. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  545. </Content>
  546. <Content Include="dashboard-ui\css\chromecast.css">
  547. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  548. </Content>
  549. <Content Include="dashboard-ui\css\images\clients\amazon.png">
  550. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  551. </Content>
  552. <Content Include="dashboard-ui\css\images\clients\playstore.png">
  553. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  554. </Content>
  555. <Content Include="dashboard-ui\css\images\clients\kodi.png">
  556. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  557. </Content>
  558. <Content Include="dashboard-ui\css\images\favicon.ico">
  559. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  560. </Content>
  561. <Content Include="dashboard-ui\css\images\items\detail\tv.png">
  562. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  563. </Content>
  564. <Content Include="dashboard-ui\css\images\media\pause.png">
  565. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  566. </Content>
  567. <Content Include="dashboard-ui\css\images\media\play.png">
  568. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  569. </Content>
  570. <Content Include="dashboard-ui\css\images\tour\admin\chapters.png">
  571. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  572. </Content>
  573. <Content Include="dashboard-ui\css\images\tour\admin\cinemamode.png">
  574. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  575. </Content>
  576. <Content Include="dashboard-ui\css\images\tour\admin\dashboard.png">
  577. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  578. </Content>
  579. <Content Include="dashboard-ui\css\images\tour\admin\mobile.png">
  580. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  581. </Content>
  582. <Content Include="dashboard-ui\css\images\tour\admin\notifications.png">
  583. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  584. </Content>
  585. <Content Include="dashboard-ui\css\images\tour\admin\plugins.png">
  586. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  587. </Content>
  588. <Content Include="dashboard-ui\css\images\tour\admin\scheduledtasks.png">
  589. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  590. </Content>
  591. <Content Include="dashboard-ui\css\images\tour\admin\subtitles.png">
  592. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  593. </Content>
  594. <Content Include="dashboard-ui\css\images\tour\admin\users.png">
  595. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  596. </Content>
  597. <Content Include="dashboard-ui\css\images\tour\enjoy.jpg">
  598. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  599. </Content>
  600. <Content Include="dashboard-ui\css\images\tour\web\tourcollections.jpg">
  601. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  602. </Content>
  603. <Content Include="dashboard-ui\css\images\tour\web\tourcontent.jpg">
  604. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  605. </Content>
  606. <Content Include="dashboard-ui\css\images\tour\web\toureditor.png">
  607. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  608. </Content>
  609. <Content Include="dashboard-ui\css\images\tour\web\tourmobile1.jpg">
  610. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  611. </Content>
  612. <Content Include="dashboard-ui\css\images\tour\web\tourmobile2.png">
  613. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  614. </Content>
  615. <Content Include="dashboard-ui\css\images\tour\web\tourmouseover.jpg">
  616. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  617. </Content>
  618. <Content Include="dashboard-ui\css\images\tour\web\tourmovies.jpg">
  619. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  620. </Content>
  621. <Content Include="dashboard-ui\css\images\tour\web\tourplaylist.png">
  622. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  623. </Content>
  624. <Content Include="dashboard-ui\css\images\tour\web\tourtaphold.jpg">
  625. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  626. </Content>
  627. <Content Include="dashboard-ui\css\images\tour\web\tourusersettings1.png">
  628. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  629. </Content>
  630. <Content Include="dashboard-ui\css\images\tour\web\tourusersettings2.png">
  631. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  632. </Content>
  633. <Content Include="dashboard-ui\css\images\tour\web\tourusersettings3.png">
  634. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  635. </Content>
  636. <Content Include="dashboard-ui\css\images\tour\web\tourusersettings4.png">
  637. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  638. </Content>
  639. <Content Include="dashboard-ui\css\librarymenu.css">
  640. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  641. </Content>
  642. <Content Include="dashboard-ui\css\livetv.css">
  643. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  644. </Content>
  645. <Content Include="dashboard-ui\css\nowplaying.css">
  646. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  647. </Content>
  648. <Content Include="dashboard-ui\dashboardgeneral.html">
  649. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  650. </Content>
  651. <Content Include="dashboard-ui\syncactivity.html">
  652. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  653. </Content>
  654. <Content Include="dashboard-ui\device.html">
  655. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  656. </Content>
  657. <Content Include="dashboard-ui\devices.html">
  658. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  659. </Content>
  660. <Content Include="dashboard-ui\devicesupload.html">
  661. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  662. </Content>
  663. <Content Include="dashboard-ui\dlnaprofile.html">
  664. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  665. </Content>
  666. <Content Include="dashboard-ui\dlnaprofiles.html">
  667. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  668. </Content>
  669. <Content Include="dashboard-ui\dlnasettings.html">
  670. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  671. </Content>
  672. <Content Include="dashboard-ui\encodingsettings.html">
  673. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  674. </Content>
  675. <Content Include="dashboard-ui\autoorganizetv.html">
  676. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  677. </Content>
  678. <Content Include="dashboard-ui\autoorganizelog.html">
  679. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  680. </Content>
  681. <Content Include="dashboard-ui\files\dummy.mp4">
  682. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  683. </Content>
  684. <Content Include="dashboard-ui\metadatanfo.html">
  685. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  686. </Content>
  687. <Content Include="dashboard-ui\mypreferencesdisplay.html">
  688. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  689. </Content>
  690. <Content Include="dashboard-ui\mypreferenceslanguages.html">
  691. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  692. </Content>
  693. <Content Include="dashboard-ui\notificationlist.html">
  694. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  695. </Content>
  696. <Content Include="dashboard-ui\playbackconfiguration.html">
  697. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  698. </Content>
  699. <Content Include="dashboard-ui\playlists.html">
  700. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  701. </Content>
  702. <Content Include="dashboard-ui\reports.html">
  703. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  704. </Content>
  705. <Content Include="dashboard-ui\livetvsettings.html">
  706. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  707. </Content>
  708. <Content Include="dashboard-ui\livetvstatus.html">
  709. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  710. </Content>
  711. <Content Include="dashboard-ui\metadatasubtitles.html">
  712. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  713. </Content>
  714. <Content Include="dashboard-ui\css\images\editor\missing.png">
  715. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  716. </Content>
  717. <Content Include="dashboard-ui\css\images\editor\missingbackdrop.png">
  718. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  719. </Content>
  720. <Content Include="dashboard-ui\css\images\editor\missinglogo.png">
  721. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  722. </Content>
  723. <Content Include="dashboard-ui\css\images\editor\missingprimaryimage.png">
  724. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  725. </Content>
  726. <Content Include="dashboard-ui\css\metadataeditor.css">
  727. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  728. </Content>
  729. <Content Include="dashboard-ui\css\notifications.css">
  730. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  731. </Content>
  732. <Content Include="dashboard-ui\css\detailtable.css">
  733. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  734. </Content>
  735. <Content Include="dashboard-ui\css\images\clients\chrome.png">
  736. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  737. </Content>
  738. <Content Include="dashboard-ui\css\images\clients\mbc.png">
  739. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  740. </Content>
  741. <Content Include="dashboard-ui\css\images\clients\roku.jpg">
  742. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  743. </Content>
  744. <Content Include="dashboard-ui\css\images\fresh.png">
  745. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  746. </Content>
  747. <Content Include="dashboard-ui\css\images\media\chapterflyout.png">
  748. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  749. </Content>
  750. <Content Include="dashboard-ui\css\images\rotten.png">
  751. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  752. </Content>
  753. <Content Include="dashboard-ui\css\images\items\detail\person.png">
  754. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  755. </Content>
  756. <Content Include="dashboard-ui\css\images\items\list\chapter.png">
  757. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  758. </Content>
  759. <Content Include="dashboard-ui\css\images\items\list\person.png">
  760. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  761. </Content>
  762. <Content Include="dashboard-ui\css\images\supporter\nonsupporterbadge.png">
  763. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  764. </Content>
  765. <Content Include="dashboard-ui\css\images\userdata\administrator.png">
  766. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  767. </Content>
  768. <Content Include="dashboard-ui\css\images\userdata\password.png">
  769. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  770. </Content>
  771. <Content Include="dashboard-ui\css\librarybrowser.css">
  772. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  773. </Content>
  774. <Content Include="dashboard-ui\edititemmetadata.html">
  775. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  776. </Content>
  777. <Content Include="dashboard-ui\gamegenres.html">
  778. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  779. </Content>
  780. <Content Include="dashboard-ui\games.html">
  781. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  782. </Content>
  783. <Content Include="dashboard-ui\gamesrecommended.html">
  784. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  785. </Content>
  786. <Content Include="dashboard-ui\gamestudios.html">
  787. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  788. </Content>
  789. <Content Include="dashboard-ui\gamesystems.html">
  790. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  791. </Content>
  792. <Content Include="dashboard-ui\notificationsetting.html">
  793. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  794. </Content>
  795. <Content Include="dashboard-ui\notificationsettings.html">
  796. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  797. </Content>
  798. <Content Include="dashboard-ui\nowplaying.html">
  799. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  800. </Content>
  801. <Content Include="dashboard-ui\scripts\channelitems.js">
  802. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  803. </Content>
  804. <Content Include="dashboard-ui\scripts\channels.js">
  805. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  806. </Content>
  807. <Content Include="dashboard-ui\scripts\channelslatest.js">
  808. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  809. </Content>
  810. <Content Include="dashboard-ui\dashboard\cinemamodeconfiguration.js">
  811. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  812. </Content>
  813. <Content Include="dashboard-ui\scripts\connectlogin.js">
  814. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  815. </Content>
  816. <Content Include="dashboard-ui\dashboard\dashboardgeneral.js">
  817. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  818. </Content>
  819. <Content Include="dashboard-ui\scripts\syncactivity.js">
  820. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  821. </Content>
  822. <Content Include="dashboard-ui\scripts\device.js">
  823. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  824. </Content>
  825. <Content Include="dashboard-ui\scripts\devices.js">
  826. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  827. </Content>
  828. <Content Include="dashboard-ui\dashboard\devicesupload.js">
  829. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  830. </Content>
  831. <Content Include="dashboard-ui\scripts\dlnaprofile.js">
  832. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  833. </Content>
  834. <Content Include="dashboard-ui\scripts\dlnaprofiles.js">
  835. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  836. </Content>
  837. <Content Include="dashboard-ui\scripts\dlnasettings.js">
  838. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  839. </Content>
  840. <Content Include="dashboard-ui\scripts\encodingsettings.js">
  841. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  842. </Content>
  843. <Content Include="dashboard-ui\dashboard\autoorganizetv.js">
  844. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  845. </Content>
  846. <Content Include="dashboard-ui\dashboard\autoorganizelog.js">
  847. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  848. </Content>
  849. <Content Include="dashboard-ui\scripts\favorites.js">
  850. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  851. </Content>
  852. <Content Include="dashboard-ui\scripts\librarymenu.js">
  853. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  854. </Content>
  855. <Content Include="dashboard-ui\scripts\metadatanfo.js">
  856. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  857. </Content>
  858. <Content Include="dashboard-ui\scripts\mypreferencesdisplay.js">
  859. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  860. </Content>
  861. <Content Include="dashboard-ui\scripts\mypreferenceslanguages.js">
  862. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  863. </Content>
  864. <Content Include="dashboard-ui\scripts\notificationlist.js">
  865. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  866. </Content>
  867. <Content Include="dashboard-ui\scripts\playbackconfiguration.js">
  868. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  869. </Content>
  870. <Content Include="dashboard-ui\scripts\playlistedit.js">
  871. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  872. </Content>
  873. <Content Include="dashboard-ui\scripts\playlists.js">
  874. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  875. </Content>
  876. <Content Include="dashboard-ui\scripts\livetvchannel.js">
  877. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  878. </Content>
  879. <Content Include="dashboard-ui\scripts\livetvsettings.js">
  880. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  881. </Content>
  882. <Content Include="dashboard-ui\scripts\livetvstatus.js">
  883. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  884. </Content>
  885. <Content Include="dashboard-ui\scripts\editorsidebar.js">
  886. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  887. </Content>
  888. <Content Include="dashboard-ui\scripts\metadatasubtitles.js">
  889. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  890. </Content>
  891. <Content Include="dashboard-ui\scripts\livetvchannels.js">
  892. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  893. </Content>
  894. <Content Include="dashboard-ui\scripts\livetvguide.js">
  895. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  896. </Content>
  897. <Content Include="dashboard-ui\scripts\livetvrecordings.js">
  898. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  899. </Content>
  900. <Content Include="dashboard-ui\scripts\notificationsetting.js">
  901. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  902. </Content>
  903. <Content Include="dashboard-ui\scripts\notificationsettings.js">
  904. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  905. </Content>
  906. <Content Include="dashboard-ui\scripts\nowplayingbar.js">
  907. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  908. </Content>
  909. <Content Include="dashboard-ui\scripts\nowplayingpage.js">
  910. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  911. </Content>
  912. <Content Include="dashboard-ui\scripts\episodes.js">
  913. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  914. </Content>
  915. <Content Include="dashboard-ui\scripts\livetvsuggested.js">
  916. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  917. </Content>
  918. <Content Include="dashboard-ui\scripts\tvupcoming.js">
  919. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  920. </Content>
  921. <Content Include="dashboard-ui\scripts\userlibraryaccess.js">
  922. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  923. </Content>
  924. <Content Include="dashboard-ui\scripts\userparentalcontrol.js">
  925. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  926. </Content>
  927. <Content Include="dashboard-ui\scripts\wizardsettings.js">
  928. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  929. </Content>
  930. <Content Include="dashboard-ui\livetv.html">
  931. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  932. </Content>
  933. <Content Include="dashboard-ui\thirdparty\jstree\themes\default\32px.png">
  934. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  935. </Content>
  936. <Content Include="dashboard-ui\thirdparty\jstree\themes\default\40px.png">
  937. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  938. </Content>
  939. <Content Include="dashboard-ui\thirdparty\jstree\themes\default\style.css">
  940. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  941. </Content>
  942. <Content Include="dashboard-ui\thirdparty\jstree\themes\default\style.min.css">
  943. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  944. </Content>
  945. <Content Include="dashboard-ui\thirdparty\jstree\themes\default\throbber.gif">
  946. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  947. </Content>
  948. <Content Include="dashboard-ui\userlibraryaccess.html">
  949. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  950. </Content>
  951. <Content Include="dashboard-ui\usernew.html">
  952. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  953. </Content>
  954. <Content Include="dashboard-ui\userparentalcontrol.html">
  955. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  956. </Content>
  957. <Content Include="dashboard-ui\userpassword.html">
  958. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  959. </Content>
  960. <Content Include="dashboard-ui\videoosd.html">
  961. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  962. </Content>
  963. <Content Include="dashboard-ui\wizardagreement.html">
  964. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  965. </Content>
  966. <Content Include="dashboard-ui\wizardcomponents.html">
  967. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  968. </Content>
  969. <Content Include="dashboard-ui\wizardlivetvguide.html">
  970. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  971. </Content>
  972. <Content Include="dashboard-ui\wizardlivetvtuner.html">
  973. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  974. </Content>
  975. <Content Include="dashboard-ui\wizardsettings.html">
  976. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  977. </Content>
  978. <Content Include="dashboard-ui\index.html">
  979. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  980. </Content>
  981. <Content Include="dashboard-ui\forgotpassword.html">
  982. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  983. </Content>
  984. </ItemGroup>
  985. <ItemGroup>
  986. <Content Include="dashboard-ui\dashboard.html">
  987. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  988. </Content>
  989. </ItemGroup>
  990. <ItemGroup>
  991. <Content Include="dashboard-ui\librarysettings.html">
  992. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  993. </Content>
  994. <Content Include="dashboard-ui\movies.html">
  995. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  996. </Content>
  997. <Content Include="dashboard-ui\music.html">
  998. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  999. </Content>
  1000. <Content Include="dashboard-ui\scripts\edititemmetadata.js">
  1001. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1002. </Content>
  1003. <Content Include="dashboard-ui\dashboard\librarysettings.js">
  1004. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1005. </Content>
  1006. <Content Include="dashboard-ui\scripts\musicrecommended.js">
  1007. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1008. </Content>
  1009. <Content Include="dashboard-ui\scripts\notifications.js">
  1010. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1011. </Content>
  1012. <Content Include="dashboard-ui\scripts\moviecollections.js">
  1013. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1014. </Content>
  1015. <Content Include="dashboard-ui\scripts\gamegenrepage.js">
  1016. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1017. </Content>
  1018. <Content Include="dashboard-ui\scripts\gamespage.js">
  1019. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1020. </Content>
  1021. <Content Include="dashboard-ui\scripts\gamesrecommendedpage.js">
  1022. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1023. </Content>
  1024. <Content Include="dashboard-ui\scripts\gamestudiospage.js">
  1025. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1026. </Content>
  1027. <Content Include="dashboard-ui\scripts\gamesystemspage.js">
  1028. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1029. </Content>
  1030. <Content Include="dashboard-ui\scripts\itembynamedetailpage.js">
  1031. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1032. </Content>
  1033. <Content Include="dashboard-ui\scripts\moviegenres.js">
  1034. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1035. </Content>
  1036. <Content Include="dashboard-ui\scripts\moviestudios.js">
  1037. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1038. </Content>
  1039. <Content Include="dashboard-ui\scripts\movietrailers.js">
  1040. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1041. </Content>
  1042. <Content Include="dashboard-ui\scripts\musicalbums.js">
  1043. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1044. </Content>
  1045. <Content Include="dashboard-ui\scripts\musicartists.js">
  1046. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1047. </Content>
  1048. <Content Include="dashboard-ui\scripts\musicgenres.js">
  1049. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1050. </Content>
  1051. <Content Include="dashboard-ui\scripts\songs.js">
  1052. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1053. </Content>
  1054. <Content Include="dashboard-ui\scripts\librarybrowser.js">
  1055. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1056. </Content>
  1057. <Content Include="dashboard-ui\scripts\movies.js">
  1058. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1059. </Content>
  1060. <Content Include="dashboard-ui\scripts\moviesrecommended.js">
  1061. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1062. </Content>
  1063. <Content Include="dashboard-ui\scripts\site.js">
  1064. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1065. </Content>
  1066. </ItemGroup>
  1067. <ItemGroup>
  1068. <Content Include="dashboard-ui\css\site.css">
  1069. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1070. </Content>
  1071. </ItemGroup>
  1072. <ItemGroup>
  1073. <Content Include="dashboard-ui\library.html">
  1074. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1075. </Content>
  1076. </ItemGroup>
  1077. <ItemGroup>
  1078. <Content Include="dashboard-ui\metadata.html">
  1079. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1080. </Content>
  1081. </ItemGroup>
  1082. <ItemGroup>
  1083. <Content Include="dashboard-ui\scripts\tvgenres.js">
  1084. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1085. </Content>
  1086. <Content Include="dashboard-ui\scripts\tvrecommended.js">
  1087. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1088. </Content>
  1089. <Content Include="dashboard-ui\scripts\tvshows.js">
  1090. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1091. </Content>
  1092. <Content Include="dashboard-ui\scripts\tvstudios.js">
  1093. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1094. </Content>
  1095. <Content Include="dashboard-ui\tv.html">
  1096. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1097. </Content>
  1098. <Content Include="dashboard-ui\userprofiles.html">
  1099. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1100. </Content>
  1101. </ItemGroup>
  1102. <ItemGroup>
  1103. <Content Include="dashboard-ui\plugins.html">
  1104. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1105. </Content>
  1106. </ItemGroup>
  1107. <ItemGroup>
  1108. <Content Include="dashboard-ui\login.html">
  1109. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1110. </Content>
  1111. </ItemGroup>
  1112. <ItemGroup>
  1113. <Content Include="dashboard-ui\css\images\logindefault.png">
  1114. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1115. </Content>
  1116. </ItemGroup>
  1117. <ItemGroup>
  1118. <Content Include="dashboard-ui\useredit.html">
  1119. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1120. </Content>
  1121. </ItemGroup>
  1122. <ItemGroup>
  1123. <Content Include="dashboard-ui\favicon.ico">
  1124. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1125. </Content>
  1126. </ItemGroup>
  1127. <ItemGroup>
  1128. <Content Include="dashboard-ui\touchicon.png">
  1129. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1130. </Content>
  1131. <Content Include="dashboard-ui\touchicon114.png">
  1132. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1133. </Content>
  1134. <Content Include="dashboard-ui\touchicon72.png">
  1135. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1136. </Content>
  1137. </ItemGroup>
  1138. <ItemGroup>
  1139. <Content Include="dashboard-ui\css\images\iossplash.png">
  1140. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1141. </Content>
  1142. </ItemGroup>
  1143. <ItemGroup>
  1144. <Content Include="dashboard-ui\myprofile.html">
  1145. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1146. </Content>
  1147. </ItemGroup>
  1148. <ItemGroup>
  1149. <Content Include="dashboard-ui\scripts\indexpage.js">
  1150. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1151. </Content>
  1152. </ItemGroup>
  1153. <ItemGroup>
  1154. <Content Include="dashboard-ui\css\images\items\list\collection.png">
  1155. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1156. </Content>
  1157. </ItemGroup>
  1158. <ItemGroup>
  1159. <Content Include="dashboard-ui\css\images\rightarrow.png">
  1160. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1161. </Content>
  1162. </ItemGroup>
  1163. <ItemGroup>
  1164. <Content Include="dashboard-ui\css\images\userflyoutdefault.png">
  1165. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1166. </Content>
  1167. </ItemGroup>
  1168. <ItemGroup>
  1169. <Content Include="dashboard-ui\scripts\medialibrarypage.js">
  1170. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1171. </Content>
  1172. </ItemGroup>
  1173. <ItemGroup>
  1174. <Content Include="dashboard-ui\scripts\pluginspage.js">
  1175. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1176. </Content>
  1177. </ItemGroup>
  1178. <ItemGroup>
  1179. <Content Include="dashboard-ui\scripts\metadataconfigurationpage.js">
  1180. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1181. </Content>
  1182. </ItemGroup>
  1183. <ItemGroup>
  1184. <Content Include="dashboard-ui\scripts\loginpage.js">
  1185. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1186. </Content>
  1187. </ItemGroup>
  1188. <ItemGroup>
  1189. <Content Include="dashboard-ui\scripts\useredit.js">
  1190. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1191. </Content>
  1192. <Content Include="dashboard-ui\scripts\myprofile.js">
  1193. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1194. </Content>
  1195. <Content Include="dashboard-ui\scripts\userprofilespage.js">
  1196. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1197. </Content>
  1198. </ItemGroup>
  1199. <ItemGroup>
  1200. <Content Include="dashboard-ui\addplugin.html">
  1201. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1202. </Content>
  1203. <Content Include="dashboard-ui\scripts\addpluginpage.js">
  1204. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1205. </Content>
  1206. </ItemGroup>
  1207. <ItemGroup>
  1208. <Content Include="dashboard-ui\plugincatalog.html">
  1209. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1210. </Content>
  1211. <Content Include="dashboard-ui\scripts\plugincatalogpage.js">
  1212. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1213. </Content>
  1214. </ItemGroup>
  1215. <ItemGroup>
  1216. <Content Include="dashboard-ui\scheduledtasks.html">
  1217. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1218. </Content>
  1219. </ItemGroup>
  1220. <ItemGroup>
  1221. <Content Include="dashboard-ui\scripts\scheduledtaskspage.js">
  1222. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1223. </Content>
  1224. </ItemGroup>
  1225. <ItemGroup>
  1226. <Content Include="dashboard-ui\scheduledtask.html">
  1227. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1228. </Content>
  1229. <Content Include="dashboard-ui\scripts\scheduledtaskpage.js">
  1230. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1231. </Content>
  1232. </ItemGroup>
  1233. <ItemGroup>
  1234. <Content Include="dashboard-ui\wizardstart.html">
  1235. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1236. </Content>
  1237. </ItemGroup>
  1238. <ItemGroup>
  1239. <Content Include="dashboard-ui\wizardfinish.html">
  1240. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1241. </Content>
  1242. </ItemGroup>
  1243. <ItemGroup>
  1244. <Content Include="dashboard-ui\wizarduser.html">
  1245. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1246. </Content>
  1247. <Content Include="dashboard-ui\wizardlibrary.html">
  1248. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1249. </Content>
  1250. </ItemGroup>
  1251. <ItemGroup>
  1252. <Content Include="dashboard-ui\scripts\wizardstartpage.js">
  1253. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1254. </Content>
  1255. </ItemGroup>
  1256. <ItemGroup>
  1257. <Content Include="dashboard-ui\scripts\wizarduserpage.js">
  1258. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1259. </Content>
  1260. </ItemGroup>
  1261. <ItemGroup>
  1262. <Content Include="dashboard-ui\log.html">
  1263. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1264. </Content>
  1265. </ItemGroup>
  1266. <ItemGroup>
  1267. <Content Include="dashboard-ui\dashboard\logpage.js">
  1268. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1269. </Content>
  1270. </ItemGroup>
  1271. <ItemGroup>
  1272. <Content Include="dashboard-ui\metadataimages.html">
  1273. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1274. </Content>
  1275. </ItemGroup>
  1276. <ItemGroup>
  1277. <Content Include="dashboard-ui\scripts\metadataimagespage.js">
  1278. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1279. </Content>
  1280. </ItemGroup>
  1281. <ItemGroup>
  1282. <Content Include="dashboard-ui\scripts\dashboardpage.js">
  1283. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1284. </Content>
  1285. </ItemGroup>
  1286. <ItemGroup>
  1287. <Content Include="dashboard-ui\css\images\checkmarkgreen.png">
  1288. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1289. </Content>
  1290. </ItemGroup>
  1291. <ItemGroup>
  1292. <Content Include="dashboard-ui\css\images\clients\html5.png">
  1293. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1294. </Content>
  1295. </ItemGroup>
  1296. <ItemGroup>
  1297. <Content Include="dashboard-ui\css\images\clients\android.png">
  1298. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1299. </Content>
  1300. <Content Include="dashboard-ui\css\images\clients\ios.png">
  1301. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1302. </Content>
  1303. </ItemGroup>
  1304. <ItemGroup>
  1305. <Content Include="dashboard-ui\css\images\clients\windowsrt.png">
  1306. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1307. </Content>
  1308. </ItemGroup>
  1309. <ItemGroup>
  1310. <Content Include="dashboard-ui\css\images\clients\windowsphone.png">
  1311. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1312. </Content>
  1313. </ItemGroup>
  1314. <ItemGroup>
  1315. <Content Include="dashboard-ui\css\images\supporter\supporterbadge.png">
  1316. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1317. </Content>
  1318. </ItemGroup>
  1319. <ItemGroup>
  1320. <Content Include="dashboard-ui\css\images\supporter\premiumflag.png">
  1321. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1322. </Content>
  1323. </ItemGroup>
  1324. <ItemGroup>
  1325. <Content Include="dashboard-ui\supporterkey.html">
  1326. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1327. </Content>
  1328. </ItemGroup>
  1329. <ItemGroup>
  1330. <Content Include="dashboard-ui\itemdetails.html">
  1331. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1332. </Content>
  1333. </ItemGroup>
  1334. <ItemGroup>
  1335. <Content Include="dashboard-ui\scripts\itemdetailpage.js">
  1336. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1337. </Content>
  1338. </ItemGroup>
  1339. <ItemGroup>
  1340. <Content Include="dashboard-ui\dashboard\aboutpage.js">
  1341. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1342. </Content>
  1343. <Content Include="dashboard-ui\css\images\supporter\supporterflag.png">
  1344. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1345. </Content>
  1346. <Content Include="dashboard-ui\scripts\itemlistpage.js">
  1347. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1348. </Content>
  1349. <Content Include="dashboard-ui\itemlist.html">
  1350. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1351. </Content>
  1352. <Content Include="dashboard-ui\dashboard\wizardfinishpage.js">
  1353. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1354. </Content>
  1355. <Content Include="dashboard-ui\css\images\items\detail\video.png">
  1356. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1357. </Content>
  1358. <Content Include="dashboard-ui\css\images\items\detail\audio.png">
  1359. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1360. </Content>
  1361. <Content Include="dashboard-ui\css\images\items\detail\game.png">
  1362. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1363. </Content>
  1364. <Content Include="dashboard-ui\css\images\mblogoicon.png">
  1365. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1366. </Content>
  1367. <Content Include="dashboard-ui\css\images\clients\dlna.png">
  1368. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1369. </Content>
  1370. </ItemGroup>
  1371. <ItemGroup>
  1372. <Content Include="dashboard-ui\strings\ar.json">
  1373. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1374. </Content>
  1375. <Content Include="dashboard-ui\strings\bg-BG.json">
  1376. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1377. </Content>
  1378. <Content Include="dashboard-ui\strings\ca.json">
  1379. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1380. </Content>
  1381. <Content Include="dashboard-ui\strings\cs.json">
  1382. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1383. </Content>
  1384. <Content Include="dashboard-ui\strings\da.json">
  1385. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1386. </Content>
  1387. <Content Include="dashboard-ui\strings\de.json">
  1388. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1389. </Content>
  1390. <Content Include="dashboard-ui\strings\el.json">
  1391. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1392. </Content>
  1393. <Content Include="dashboard-ui\strings\en-GB.json">
  1394. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1395. </Content>
  1396. <Content Include="dashboard-ui\strings\en-US.json">
  1397. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1398. </Content>
  1399. <Content Include="dashboard-ui\strings\es-AR.json">
  1400. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1401. </Content>
  1402. <Content Include="dashboard-ui\strings\es-MX.json">
  1403. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1404. </Content>
  1405. <Content Include="dashboard-ui\strings\es.json">
  1406. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1407. </Content>
  1408. <Content Include="dashboard-ui\strings\fi.json">
  1409. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1410. </Content>
  1411. <Content Include="dashboard-ui\strings\fr.json">
  1412. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1413. </Content>
  1414. <Content Include="dashboard-ui\strings\gsw.json">
  1415. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1416. </Content>
  1417. <Content Include="dashboard-ui\strings\he.json">
  1418. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1419. </Content>
  1420. <Content Include="dashboard-ui\strings\hr.json">
  1421. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1422. </Content>
  1423. <Content Include="dashboard-ui\strings\it.json">
  1424. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1425. </Content>
  1426. <Content Include="dashboard-ui\strings\kk.json">
  1427. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1428. </Content>
  1429. <Content Include="dashboard-ui\strings\ko.json">
  1430. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1431. </Content>
  1432. <Content Include="dashboard-ui\strings\ms.json">
  1433. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1434. </Content>
  1435. <Content Include="dashboard-ui\strings\nb.json">
  1436. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1437. </Content>
  1438. <Content Include="dashboard-ui\strings\nl.json">
  1439. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1440. </Content>
  1441. <Content Include="dashboard-ui\strings\pl.json">
  1442. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1443. </Content>
  1444. <Content Include="dashboard-ui\strings\pt-BR.json">
  1445. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1446. </Content>
  1447. <Content Include="dashboard-ui\strings\pt-PT.json">
  1448. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1449. </Content>
  1450. <Content Include="dashboard-ui\strings\ro.json">
  1451. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1452. </Content>
  1453. <Content Include="dashboard-ui\strings\ru.json">
  1454. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1455. </Content>
  1456. <Content Include="dashboard-ui\strings\sl-SI.json">
  1457. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1458. </Content>
  1459. <Content Include="dashboard-ui\strings\sv.json">
  1460. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1461. </Content>
  1462. <Content Include="dashboard-ui\strings\tr.json">
  1463. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1464. </Content>
  1465. <Content Include="dashboard-ui\strings\uk.json">
  1466. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1467. </Content>
  1468. <Content Include="dashboard-ui\strings\vi.json">
  1469. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1470. </Content>
  1471. <Content Include="dashboard-ui\strings\zh-CN.json">
  1472. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1473. </Content>
  1474. <Content Include="dashboard-ui\strings\zh-TW.json">
  1475. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1476. </Content>
  1477. <None Include="dashboard-ui\manifest.json">
  1478. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1479. </None>
  1480. <None Include="dashboard-ui\strings\be-BY.json">
  1481. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1482. </None>
  1483. <None Include="dashboard-ui\strings\fr-CA.json">
  1484. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1485. </None>
  1486. <None Include="dashboard-ui\strings\fr-FR.json">
  1487. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1488. </None>
  1489. <None Include="dashboard-ui\strings\hu.json">
  1490. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1491. </None>
  1492. <None Include="dashboard-ui\strings\id.json">
  1493. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1494. </None>
  1495. <None Include="dashboard-ui\strings\sk.json">
  1496. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1497. </None>
  1498. <None Include="dashboard-ui\strings\zh-HK.json">
  1499. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1500. </None>
  1501. <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.table.js">
  1502. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1503. </Content>
  1504. <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.popup.js">
  1505. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  1506. </Content>
  1507. <None Include="packages.config" />
  1508. </ItemGroup>
  1509. <ItemGroup />
  1510. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  1511. <PropertyGroup>
  1512. <PostBuildEvent>
  1513. </PostBuildEvent>
  1514. </PropertyGroup>
  1515. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1516. Other similar extension points exist, see Microsoft.Common.targets.
  1517. <Target Name="BeforeBuild">
  1518. </Target>
  1519. <Target Name="AfterBuild">
  1520. </Target>
  1521. -->
  1522. </Project>