2013-02-22 13:36:18 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-10-21 19:08:34 -07:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-02-22 13:36:18 -07:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>MediaBrowser.WebDashboard</RootNamespace>
|
|
|
|
|
<AssemblyName>MediaBrowser.WebDashboard</AssemblyName>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
2013-09-24 14:06:21 -07:00
|
|
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
2016-10-25 12:11:27 -07:00
|
|
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
2016-10-25 19:04:49 -07:00
|
|
|
|
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2014-11-05 12:28:41 -07:00
|
|
|
|
<DebugType>none</DebugType>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-12-11 12:54:33 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
|
2014-11-05 12:28:41 -07:00
|
|
|
|
<DebugType>none</DebugType>
|
2013-12-11 12:54:33 -07:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release Mono\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\SharedVersion.cs">
|
|
|
|
|
<Link>Properties\SharedVersion.cs</Link>
|
|
|
|
|
</Compile>
|
2013-03-17 09:52:32 -07:00
|
|
|
|
<Compile Include="Api\ConfigurationPageInfo.cs" />
|
2013-02-22 13:36:18 -07:00
|
|
|
|
<Compile Include="Api\DashboardService.cs" />
|
2014-10-20 13:23:40 -07:00
|
|
|
|
<Compile Include="Api\PackageCreator.cs" />
|
2013-02-22 13:36:18 -07:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2013-03-04 21:34:00 -07:00
|
|
|
|
<Compile Include="ServerEntryPoint.cs" />
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
|
2013-09-24 14:06:21 -07:00
|
|
|
|
<Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
<Name>MediaBrowser.Common</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
|
2013-09-24 14:06:21 -07:00
|
|
|
|
<Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
<Name>MediaBrowser.Controller</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
|
2013-09-24 14:06:21 -07:00
|
|
|
|
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
<Name>MediaBrowser.Model</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="dashboard-ui\bower_components\**\*.*">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
<ItemGroup>
|
2016-02-12 15:42:11 -07:00
|
|
|
|
<Content Include="dashboard-ui\autoorganizesmart.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\camerauploadsettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-09-25 11:39:13 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\accessschedule\accessschedule.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\accessschedule\accessschedule.template.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-15 11:18:05 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\appfooter\appfooter.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\appfooter\appfooter.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-04-17 22:58:08 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\apphost.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-07-18 20:57:55 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\categorysyncbuttons.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-06-08 14:04:52 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\channelmapper\channelmapper.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-12-26 07:29:25 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\chromecasthelpers.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-07-24 11:25:32 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\directorybrowser\directorybrowser.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-13 23:41:53 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\dockedtabs\dockedtabs.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\dockedtabs\dockedtabs.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-30 23:33:37 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\favoriteitems.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-14 13:34:54 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\filterdialog\filterdialog.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\filterdialog\filterdialog.template.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-15 08:51:08 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\filterdialog\style.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-07-23 13:01:15 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\groupedcards.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-07-22 22:16:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\guestinviter\connectlink.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\guestinviter\connectlink.template.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-08 21:46:25 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\guestinviter\guestinviter.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\guestinviter\guestinviter.template.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-10-14 09:31:51 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\iap.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-12 23:33:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\libraryoptionseditor\libraryoptionseditor.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\libraryoptionseditor\libraryoptionseditor.template.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-06-20 22:35:33 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\navdrawer\navdrawer.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\navdrawer\navdrawer.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-12-29 00:14:59 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\playerselection.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-05 19:57:35 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\remotecontrol.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-06-01 23:40:16 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\tvproviders\xmltv.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\tvproviders\xmltv.template.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-18 18:00:04 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\throbber.gif">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\camerauploadsettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-09-04 08:01:57 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvschedule.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-12-17 21:58:20 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvseriestimers.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-06-21 21:39:59 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\userpasswordpage.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-14 13:27:35 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\viewcontainer-lite.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-05-31 10:04:49 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\dashboard.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-14 20:09:08 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\autoorganizetable.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-27 20:37:33 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\logo.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-14 22:26:04 -07:00
|
|
|
|
<Content Include="dashboard-ui\home.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-05 11:51:19 -07:00
|
|
|
|
<Content Include="dashboard-ui\legacy\fnchecked.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<Content Include="dashboard-ui\legacy\buttonenabled.js">
|
2015-06-15 21:52:01 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\directorybrowser\directorybrowser.js">
|
2015-06-15 21:52:01 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-12 15:42:11 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\fileorganizer\fileorganizer.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\fileorganizer\fileorganizer.template.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\humanedate.js">
|
2015-06-15 21:52:01 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-09-17 10:24:23 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\imagedownloader\imagedownloader.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\imagedownloader\imagedownloader.template.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\imageuploader\imageuploader.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\imageuploader\imageuploader.template.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-10-15 19:06:44 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\medialibrarycreator\medialibrarycreator.js">
|
2015-10-15 11:48:43 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-10-15 19:06:44 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\medialibrarycreator\medialibrarycreator.template.html">
|
2015-10-15 11:48:43 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-10-15 20:17:42 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\medialibraryeditor\medialibraryeditor.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\components\medialibraryeditor\medialibraryeditor.template.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-09-14 21:31:12 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\ani_equalizer_black.gif">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\ani_equalizer_white.gif">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-06-19 09:36:51 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\androidtv-tile.png">
|
2015-06-15 21:52:01 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-06-19 09:36:51 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\chromecast.png">
|
2015-06-15 21:52:01 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-06-19 09:36:51 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\empty.png">
|
2015-06-15 21:52:01 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2017-01-02 23:51:36 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\videoosd.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-10 22:38:17 -07:00
|
|
|
|
<Content Include="dashboard-ui\touchicon144.png">
|
2015-06-09 21:01:14 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-25 10:59:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\admin\help.png">
|
2015-06-09 21:01:14 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-25 10:59:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\admin\sync.png">
|
2015-06-19 09:36:51 -07:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourmysync.png">
|
2015-06-09 21:01:14 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-06-27 12:53:36 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\nowplayingbar.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-09-24 10:08:10 -07:00
|
|
|
|
<Content Include="dashboard-ui\favorites.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-22 12:31:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\legacy\dashboard.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-21 20:15:54 -07:00
|
|
|
|
<Content Include="dashboard-ui\legacy\selectmenu.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-06-03 22:51:33 -07:00
|
|
|
|
<Content Include="dashboard-ui\librarydisplay.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-10 10:37:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvguideprovider.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-25 11:11:46 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvtunerprovider-hdhomerun.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\livetvtunerprovider-m3u.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-13 00:34:17 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvtunerprovider-satip.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-03 10:55:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\mypreferenceshome.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-28 14:48:52 -07:00
|
|
|
|
<Content Include="dashboard-ui\mypreferencesmenu.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-29 19:35:11 -07:00
|
|
|
|
<Content Include="dashboard-ui\mysyncsettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-01-05 10:30:13 -07:00
|
|
|
|
<Content Include="dashboard-ui\robots.txt">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-12 00:28:13 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\autobackdrops.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-30 23:33:37 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\homefavorites.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-06-29 11:45:42 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\homenextup.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\homeupcoming.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\librarydisplay.js">
|
2016-06-03 22:51:33 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-10 10:37:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvguideprovider.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-07-22 22:25:55 -07:00
|
|
|
|
</Content>
|
2015-07-25 11:11:46 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvtunerprovider-hdhomerun.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvtunerprovider-m3u.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\livetvtunerprovider-satip.js">
|
2016-03-13 00:34:17 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-12 14:39:02 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\localsync.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\musicfolders.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-03 10:55:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\mypreferenceshome.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-12 14:39:02 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\mysync.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-29 19:35:11 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\mysyncsettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\autoorganizesmart.js">
|
2015-09-22 21:12:46 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-09-23 19:31:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\searchpage.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-08 22:52:25 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\secondaryitems.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-01-19 20:02:14 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\serversecurity.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-03 04:51:45 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\shared.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-10-02 10:55:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\supporterkeypage.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-05-22 15:37:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\tvlatest.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\wizardcomponents.js">
|
2016-06-23 10:04:18 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\wizardcontroller.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-21 19:59:10 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\wizardlivetvguide.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-20 13:54:00 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\wizardlivetvtuner.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-09-23 19:31:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\search.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-08 22:52:25 -07:00
|
|
|
|
<Content Include="dashboard-ui\secondaryitems.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-01-19 20:02:14 -07:00
|
|
|
|
<Content Include="dashboard-ui\serversecurity.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-07-27 22:55:47 -07:00
|
|
|
|
<Content Include="dashboard-ui\serviceworker.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-03 04:51:45 -07:00
|
|
|
|
<Content Include="dashboard-ui\shared.html">
|
2015-06-30 16:59:45 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-10-17 09:29:42 -07:00
|
|
|
|
<Content Include="dashboard-ui\devices\android\android.css">
|
2015-06-09 21:01:14 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-12-19 08:54:44 -07:00
|
|
|
|
<Content Include="dashboard-ui\themes\holiday\style.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\themes\holiday\theme.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-10-12 23:31:20 -07:00
|
|
|
|
<Content Include="dashboard-ui\themes\halloween\bg.jpg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\themes\halloween\style.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\themes\halloween\theme.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-10-17 09:29:42 -07:00
|
|
|
|
<Content Include="dashboard-ui\devices\ios\ios.css">
|
2015-06-09 21:01:14 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-06-19 09:36:51 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\sections.js">
|
2015-06-09 21:01:14 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-09-04 09:20:54 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.listview.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-09-05 11:05:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.panel.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.panel.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-31 23:22:46 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.popup.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-31 18:38:15 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.slider.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-31 16:47:47 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.table.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-31 18:38:15 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.slider.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.widget.js">
|
2015-06-19 09:36:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\thirdparty\paper-button-style.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-10-17 09:29:42 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\tvproviders\schedulesdirect.js">
|
2015-08-21 19:59:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-10-17 09:29:42 -07:00
|
|
|
|
<Content Include="dashboard-ui\components\tvproviders\schedulesdirect.template.html">
|
2015-08-21 19:59:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-01-18 21:29:57 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboardhosting.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-11-08 20:18:14 -07:00
|
|
|
|
<Content Include="dashboard-ui\forgotpasswordpin.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-03-14 13:56:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvitems.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-12-30 23:24:49 -07:00
|
|
|
|
<Content Include="dashboard-ui\mysync.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\mysyncjob.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-04-19 08:54:20 -07:00
|
|
|
|
<Content Include="dashboard-ui\photos.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\dashboardhosting.js">
|
2015-01-18 21:29:57 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-11-08 20:18:14 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\forgotpassword.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\forgotpasswordpin.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-05-22 12:16:14 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvcomponents.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-03-14 13:56:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvitems.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-04-19 08:54:20 -07:00
|
|
|
|
</Content>
|
2015-05-27 22:51:48 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\mypreferencescommon.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-04-19 08:54:20 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\photos.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-05-16 12:09:02 -07:00
|
|
|
|
</Content>
|
2015-05-13 22:42:55 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\reports.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-25 11:32:58 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\selectserver.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-04-08 22:20:23 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\streamingsettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-03-30 09:16:34 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\appservices.js">
|
2015-03-08 17:04:06 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-12-12 20:56:30 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\syncsettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-01-20 14:32:48 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\taskbutton.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-29 15:01:02 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\usernew.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\userpassword.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-01-05 20:25:23 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\wizardagreement.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-25 11:32:58 -07:00
|
|
|
|
<Content Include="dashboard-ui\selectserver.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-04-08 22:20:23 -07:00
|
|
|
|
<Content Include="dashboard-ui\streamingsettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-03-30 09:16:34 -07:00
|
|
|
|
<Content Include="dashboard-ui\appservices.html">
|
2015-03-08 09:25:46 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-12-12 20:56:30 -07:00
|
|
|
|
<Content Include="dashboard-ui\syncsettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-03-18 10:05:57 -07:00
|
|
|
|
<Content Include="dashboard-ui\channelitems.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\channels.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<Content Include="dashboard-ui\cinemamodeconfiguration.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-21 05:42:02 -07:00
|
|
|
|
<Content Include="dashboard-ui\connectlogin.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-23 10:29:02 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\chromecast.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-04 20:50:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\amazon.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\playstore.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\kodi.png">
|
2013-12-21 11:37:34 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-05-02 21:20:04 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\favicon.ico">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
</Content>
|
2013-11-27 12:04:19 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\detail\tv.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-03-26 08:06:48 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\media\pause.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\media\play.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-25 10:59:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\admin\chapters.png">
|
2014-10-04 11:05:24 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-25 10:59:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\admin\cinemamode.png">
|
2014-10-04 11:05:24 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-25 10:59:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\admin\dashboard.png">
|
2014-10-04 11:05:24 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-25 10:59:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\admin\mobile.png">
|
2014-10-04 11:12:31 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-25 10:59:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\admin\notifications.png">
|
2014-10-04 11:05:24 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-25 10:59:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\admin\plugins.png">
|
2014-10-04 11:05:24 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-25 10:59:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\admin\scheduledtasks.png">
|
2014-10-04 11:05:24 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-25 10:59:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\admin\subtitles.png">
|
2014-10-04 11:05:24 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-03-25 10:59:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\admin\users.png">
|
2014-10-04 11:05:24 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-09-25 20:47:46 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\enjoy.jpg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourcollections.jpg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourcontent.jpg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\toureditor.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourmobile1.jpg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourmobile2.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourmouseover.jpg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourmovies.jpg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourplaylist.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourtaphold.jpg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourusersettings1.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourusersettings2.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourusersettings3.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\tour\web\tourusersettings4.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-05-02 21:20:04 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\librarymenu.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-20 13:09:49 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\livetv.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-12-27 09:18:42 -07:00
|
|
|
|
</Content>
|
2014-05-12 11:04:25 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\nowplaying.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-03-30 19:33:10 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboardgeneral.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-12-12 20:56:30 -07:00
|
|
|
|
<Content Include="dashboard-ui\syncactivity.html">
|
2014-07-26 10:30:15 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-11 18:46:02 -07:00
|
|
|
|
<Content Include="dashboard-ui\device.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-11 13:38:13 -07:00
|
|
|
|
<Content Include="dashboard-ui\devices.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\devicesupload.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-03-26 12:21:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\dlnaprofile.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-03-26 09:18:41 -07:00
|
|
|
|
<Content Include="dashboard-ui\dlnaprofiles.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-03-10 10:38:53 -07:00
|
|
|
|
<Content Include="dashboard-ui\dlnasettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<Content Include="dashboard-ui\encodingsettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-22 16:52:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\autoorganizetv.html">
|
2014-01-20 09:09:53 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-22 16:52:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\autoorganizelog.html">
|
2014-01-20 23:10:58 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-07-21 18:29:06 -07:00
|
|
|
|
<Content Include="dashboard-ui\files\dummy.mp4">
|
2014-06-23 09:05:19 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-01-26 09:47:15 -07:00
|
|
|
|
<Content Include="dashboard-ui\metadatanfo.html">
|
2014-06-29 20:04:50 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-05-21 09:45:42 -07:00
|
|
|
|
<Content Include="dashboard-ui\mypreferencesdisplay.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\mypreferenceslanguages.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-05-26 21:29:35 -07:00
|
|
|
|
<Content Include="dashboard-ui\notificationlist.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<Content Include="dashboard-ui\playbackconfiguration.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-08-02 19:16:37 -07:00
|
|
|
|
<Content Include="dashboard-ui\playlists.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-05-12 11:04:25 -07:00
|
|
|
|
<Content Include="dashboard-ui\reports.html">
|
2014-03-02 13:44:48 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-12 09:55:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvsettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-22 13:46:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvstatus.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\metadatasubtitles.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-10-17 13:59:46 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\editor\missing.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-10-13 08:09:32 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\editor\missingbackdrop.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\editor\missinglogo.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\editor\missingprimaryimage.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\metadataeditor.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-07-06 14:23:32 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\notifications.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-25 16:28:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\detailtable.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-06-02 05:13:41 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\chrome.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-10 10:52:20 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\mbc.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-22 12:31:27 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\roku.jpg">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-05 20:58:45 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\fresh.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-25 18:53:34 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\media\chapterflyout.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-05 20:58:45 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\rotten.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-03-28 10:06:29 -07:00
|
|
|
|
</Content>
|
2013-03-26 15:40:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\detail\person.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\list\chapter.png">
|
2013-03-26 10:21:14 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-03-26 15:40:01 -07:00
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\items\list\person.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-03-26 10:21:14 -07:00
|
|
|
|
</Content>
|
2013-05-19 19:45:04 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\supporter\nonsupporterbadge.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-30 08:04:59 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\userdata\administrator.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\userdata\password.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-31 17:22:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\librarybrowser.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
<Content Include="dashboard-ui\edititemmetadata.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-14 20:53:18 -07:00
|
|
|
|
<Content Include="dashboard-ui\gamegenres.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\games.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\gamesrecommended.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\gamestudios.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\gamesystems.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-04-26 20:42:05 -07:00
|
|
|
|
<Content Include="dashboard-ui\notificationsetting.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-04-25 13:47:56 -07:00
|
|
|
|
<Content Include="dashboard-ui\notificationsettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-04-14 20:54:52 -07:00
|
|
|
|
<Content Include="dashboard-ui\nowplaying.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-03-18 10:05:57 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\channelitems.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\channels.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-06-15 16:30:04 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\channelslatest.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\cinemamodeconfiguration.js">
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-21 05:42:02 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\connectlogin.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\dashboardgeneral.js">
|
2014-03-30 19:33:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-12-12 20:56:30 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\syncactivity.js">
|
2014-07-26 10:30:15 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-11 18:46:02 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\device.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-11 13:38:13 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\devices.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\devicesupload.js">
|
2014-10-11 13:38:13 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-03-26 12:21:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\dlnaprofile.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-03-26 09:18:41 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\dlnaprofiles.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-03-10 10:38:53 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\dlnasettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\encodingsettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\autoorganizetv.js">
|
2014-01-20 09:09:53 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\autoorganizelog.js">
|
2014-01-20 23:10:58 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-05-29 12:34:20 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\favorites.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-27 14:10:06 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\librarymenu.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-01-26 09:47:15 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\metadatanfo.js">
|
2014-06-29 20:04:50 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-05-21 09:45:42 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\mypreferencesdisplay.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\mypreferenceslanguages.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-05-26 21:29:35 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\notificationlist.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\playbackconfiguration.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-08-02 19:16:37 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\playlistedit.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\playlists.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvchannel.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-12 09:55:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvsettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-22 13:46:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvstatus.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-21 14:44:10 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\editorsidebar.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-05-07 11:38:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\metadatasubtitles.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-14 15:22:46 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvchannels.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvguide.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvrecordings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-04-26 20:42:05 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\notificationsetting.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-04-25 13:47:56 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\notificationsettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-04-11 08:36:25 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\nowplayingbar.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-04-27 15:51:07 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\nowplayingpage.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-09-13 13:45:27 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\episodes.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-06 09:48:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvsuggested.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-10-24 10:49:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\tvupcoming.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-13 21:59:34 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\userlibraryaccess.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-26 08:40:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\userparentalcontrol.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-09-05 10:05:39 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\wizardsettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2014-11-02 20:38:43 -07:00
|
|
|
|
</Content>
|
2015-08-02 16:56:21 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetv.html">
|
2014-01-06 09:48:43 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-28 12:53:57 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree\themes\default\32px.png">
|
2014-12-20 18:23:56 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-28 12:53:57 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree\themes\default\40px.png">
|
2014-12-20 18:23:56 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-28 12:53:57 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree\themes\default\style.css">
|
2014-12-20 18:23:56 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-28 12:53:57 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree\themes\default\style.min.css">
|
2014-12-20 18:23:56 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-07-28 12:53:57 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree\themes\default\throbber.gif">
|
2014-12-20 18:23:56 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-05-10 14:56:13 -07:00
|
|
|
|
</Content>
|
2014-10-13 21:59:34 -07:00
|
|
|
|
<Content Include="dashboard-ui\userlibraryaccess.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-29 15:01:02 -07:00
|
|
|
|
<Content Include="dashboard-ui\usernew.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-26 08:40:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\userparentalcontrol.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-29 15:01:02 -07:00
|
|
|
|
<Content Include="dashboard-ui\userpassword.html">
|
2015-01-05 20:25:23 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-06-19 21:48:45 -07:00
|
|
|
|
</Content>
|
2017-01-02 23:51:36 -07:00
|
|
|
|
<Content Include="dashboard-ui\videoosd.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-01-05 20:25:23 -07:00
|
|
|
|
<Content Include="dashboard-ui\wizardagreement.html">
|
2014-10-29 15:01:02 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-06-23 10:04:18 -07:00
|
|
|
|
<Content Include="dashboard-ui\wizardcomponents.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-21 19:59:10 -07:00
|
|
|
|
<Content Include="dashboard-ui\wizardlivetvguide.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-20 13:54:00 -07:00
|
|
|
|
<Content Include="dashboard-ui\wizardlivetvtuner.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-09-05 10:05:39 -07:00
|
|
|
|
<Content Include="dashboard-ui\wizardsettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\index.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2014-11-08 20:18:14 -07:00
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\forgotpassword.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-03-22 21:04:36 -07:00
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-05-21 13:36:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\librarysettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-15 11:30:52 -07:00
|
|
|
|
<Content Include="dashboard-ui\movies.html">
|
2013-03-31 22:44:37 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-09-03 12:04:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\music.html">
|
2013-03-31 22:44:37 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\edititemmetadata.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\librarysettings.js">
|
2013-05-21 13:36:26 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-25 16:28:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\musicrecommended.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-07-06 14:23:32 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\notifications.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-13 09:48:37 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\moviecollections.js">
|
2013-04-01 20:28:20 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-14 20:53:18 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\gamegenrepage.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\gamespage.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\gamesrecommendedpage.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\gamestudiospage.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\gamesystemspage.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-27 15:29:37 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\itembynamedetailpage.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-11 12:36:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\moviegenres.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-11 15:09:08 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\moviestudios.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-17 10:04:57 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\movietrailers.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-21 21:38:03 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\musicalbums.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\musicartists.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-20 09:29:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\musicgenres.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-04-22 20:56:11 -07:00
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\scripts\songs.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-04-20 09:29:50 -07:00
|
|
|
|
</Content>
|
2013-04-01 20:28:20 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\librarybrowser.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-01 17:54:06 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\movies.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-01 08:59:56 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\moviesrecommended.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\site.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\site.css">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\library.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\metadata.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-04-11 12:36:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\tvgenres.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-01 18:00:21 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\tvrecommended.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-01 20:28:20 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\tvshows.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-11 15:09:08 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\tvstudios.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-09-21 11:39:18 -07:00
|
|
|
|
<Content Include="dashboard-ui\tv.html">
|
2013-03-31 22:44:37 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-04-10 06:53:44 -07:00
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\userprofiles.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\plugins.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\login.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\logindefault.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-12-26 08:40:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\useredit.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\favicon.ico">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-08-10 22:38:17 -07:00
|
|
|
|
<Content Include="dashboard-ui\touchicon.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-10 22:38:17 -07:00
|
|
|
|
<Content Include="dashboard-ui\touchicon114.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-10 22:38:17 -07:00
|
|
|
|
<Content Include="dashboard-ui\touchicon72.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\iossplash.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-10-15 20:26:39 -07:00
|
|
|
|
<Content Include="dashboard-ui\myprofile.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\indexpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\list\collection.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\rightarrow.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\userflyoutdefault.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\medialibrarypage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\pluginspage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\metadataconfigurationpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\loginpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-12-26 08:40:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\useredit.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-10-15 20:26:39 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\myprofile.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\userprofilespage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\addplugin.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\addpluginpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\plugincatalog.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\plugincatalogpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scheduledtasks.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\scheduledtaskspage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scheduledtask.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\scheduledtaskpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\wizardstart.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\wizardfinish.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\wizarduser.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\wizardlibrary.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\wizardstartpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\wizarduserpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\log.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\logpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\metadataimages.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\metadataimagespage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\dashboardpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\checkmarkgreen.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\html5.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\android.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\ios.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\windowsrt.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\windowsphone.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\supporter\supporterbadge.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\supporter\premiumflag.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\supporterkey.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\itemdetails.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\itemdetailpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\aboutpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\supporter\supporterflag.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\itemlistpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\itemlist.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-08-22 11:28:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboard\wizardfinishpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\detail\video.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\detail\audio.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\detail\game.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\mblogoicon.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\dlna.png">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\ar.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\bg-BG.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\ca.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\cs.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\da.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\de.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\el.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\en-GB.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\en-US.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\es-AR.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\es-MX.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\es.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\fi.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\fr.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\gsw.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\he.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\hr.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\it.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\kk.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\ko.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\ms.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\nb.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\nl.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\pl.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\pt-BR.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\pt-PT.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\ro.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\ru.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\sl-SI.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\sv.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\tr.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\uk.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\vi.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\zh-CN.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\strings\zh-TW.json">
|
2015-07-27 11:18:10 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-12-14 08:43:03 -07:00
|
|
|
|
<None Include="dashboard-ui\manifest.json">
|
2014-12-18 21:20:07 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2016-08-13 23:41:53 -07:00
|
|
|
|
<None Include="dashboard-ui\strings\be-BY.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2016-03-17 10:27:17 -07:00
|
|
|
|
<None Include="dashboard-ui\strings\fr-CA.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2016-04-26 19:59:43 -07:00
|
|
|
|
<None Include="dashboard-ui\strings\fr-FR.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<None Include="dashboard-ui\strings\hu.json">
|
2016-02-10 12:16:48 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2014-12-18 21:20:07 -07:00
|
|
|
|
</None>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<None Include="dashboard-ui\strings\id.json">
|
2015-05-12 07:53:35 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2016-05-20 10:15:07 -07:00
|
|
|
|
<None Include="dashboard-ui\strings\sk.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2016-02-27 11:49:31 -07:00
|
|
|
|
<None Include="dashboard-ui\strings\zh-HK.json">
|
2014-12-18 21:20:07 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2015-08-31 16:47:47 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.table.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-08-31 23:22:46 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jqm.popup.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-14 18:17:57 -07:00
|
|
|
|
<None Include="packages.config" />
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<ItemGroup />
|
2016-10-25 12:11:27 -07:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
2013-02-22 13:36:18 -07:00
|
|
|
|
<PropertyGroup>
|
2013-02-28 12:32:41 -07:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
2014-08-15 09:48:28 -07:00
|
|
|
|
</Project>
|