2013-02-22 13:36:18 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<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>
|
|
|
|
|
<RestorePackages>true</RestorePackages>
|
2013-09-24 14:06:21 -07:00
|
|
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
2013-12-11 12:54:33 -07:00
|
|
|
|
<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>
|
2013-12-11 12:54:33 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-12-11 12:54:33 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release Mono\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2013-12-08 10:57:49 -07:00
|
|
|
|
<Reference Include="ServiceStack.Interfaces">
|
|
|
|
|
<HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<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\DashboardInfo.cs" />
|
|
|
|
|
<Compile Include="Api\DashboardService.cs" />
|
|
|
|
|
<Compile Include="Api\DashboardInfoWebSocketListener.cs" />
|
|
|
|
|
<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>
|
|
|
|
|
<ItemGroup>
|
2013-03-24 20:23:42 -07:00
|
|
|
|
<EmbeddedResource Include="ApiClient.js" />
|
2014-01-11 12:21:49 -07:00
|
|
|
|
<Content Include="dashboard-ui\advancedserversettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-25 20:44:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\appsplayback.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\icons.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\mediaportal.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\playstore.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-21 11:37:34 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\xbmc.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-27 21:42:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\audiocd.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-24 11:45:33 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\filter.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\mute.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\nexttrack.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\pause.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\play.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\previoustrack.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\remote.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-24 11:45:33 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\sort.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\stop.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-27 21:42:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\subtitles.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-02 21:58:22 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\tv.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\volumedown.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\volumeup.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-03 21:57:55 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\icons\wireless.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-27 12:04:19 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\detail\tv.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-02 21:58:22 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\media\tvflyout.png">
|
|
|
|
|
<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>
|
|
|
|
|
<Content Include="dashboard-ui\css\mediaplayer.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-12-20 13:09:49 -07:00
|
|
|
|
</Content>
|
2014-01-18 12:25:20 -07:00
|
|
|
|
<Content Include="dashboard-ui\dashboardinfopage.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-01-29 13:57:17 -07:00
|
|
|
|
<Content Include="dashboard-ui\librarypathmapping.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvchannel.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvnewrecording.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-20 13:09:49 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvprogram.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-30 23:25:19 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvrecording.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-01 11:26:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvrecordinglist.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-14 08:49:11 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvseriestimer.html">
|
|
|
|
|
<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>
|
2013-11-27 12:04:19 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvtimers.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-21 13:48:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\musicalbumartists.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-07-08 09:13:21 -07:00
|
|
|
|
<Content Include="dashboard-ui\allusersettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-01 20:28:20 -07:00
|
|
|
|
<Content Include="dashboard-ui\boxsets.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-08-09 07:25:54 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\mbkinect.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-08-06 09:48:27 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\editor\lock.png">
|
|
|
|
|
<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>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\editor\missingtrailer.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-06-09 00:50:35 -07:00
|
|
|
|
<Content Include="dashboard-ui\edititempeople.html">
|
|
|
|
|
<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>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\firefox.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\ie.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-06-02 05:13:41 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\clients\safari.png">
|
|
|
|
|
<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-12-27 09:31:45 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\searchhintsv2\film.png">
|
2013-04-27 06:05:33 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-27 09:31:45 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\searchhintsv2\game.png">
|
2013-04-27 06:05:33 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-27 09:31:45 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\searchhintsv2\music.png">
|
2013-04-27 06:05:33 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-27 09:31:45 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\searchhintsv2\person.png">
|
2013-04-27 06:05:33 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-27 09:31:45 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\searchhintsv2\tv.png">
|
2013-04-27 06:05:33 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-26 07:52:11 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\media\audioflyout.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-26 18:25:09 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\media\qualityflyout.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\media\selected.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-26 07:52:11 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\media\subtitleflyout.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-05-06 20:43:29 -07:00
|
|
|
|
</Content>
|
2013-05-05 20:58:45 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\rotten.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-28 10:06:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\currentuserdefaultblack.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\currentuserdefaultwhite.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 15:40:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\detail\person.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\items\list\audio.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-04 10:27:36 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\list\audiocollection.png">
|
2013-04-01 08:59:56 -07:00
|
|
|
|
<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>
|
2013-04-04 10:27:36 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\list\game.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\items\list\gamecollection.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-26 15:40:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\list\person.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-03-26 10:21:14 -07:00
|
|
|
|
</Content>
|
2013-04-04 10:27:36 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\items\list\video.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</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>
|
2013-03-29 07:12:14 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\userdata\heart_off.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\userdata\heart_on.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-30 08:04:59 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\userdata\password.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-29 07:12:14 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\userdata\thumbs_down_off.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\userdata\thumbs_down_on.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\userdata\thumbs_up_off.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\images\userdata\thumbs_up_on.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-29 09:58:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\userdata\checkedoff.png">
|
2013-04-01 11:55:56 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-29 09:58:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\userdata\checkedon.png">
|
2013-04-01 11:55:56 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-31 17:22:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\librarybrowser.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\css\pluginupdates.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-25 16:28:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\posteritem.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-30 12:58:07 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\remotecontrol.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-26 13:53:54 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\search.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-03 12:34:25 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\tileitem.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-31 17:22:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\userimage.css">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-04 14:20:27 -07:00
|
|
|
|
<Content Include="dashboard-ui\edititemimages.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
<Content Include="dashboard-ui\edititemmetadata.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-09-13 13:45:27 -07:00
|
|
|
|
<Content Include="dashboard-ui\episodes.html">
|
2013-07-30 13:31:25 -07:00
|
|
|
|
<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>
|
2013-11-14 15:22:46 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvchannels.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\livetvguide.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\livetvrecordings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-11 12:21:49 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\advancedserversettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-25 20:44:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\appsplayback.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-18 12:25:20 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\dashboardinfo.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\encodingsettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-22 16:52:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\autoorganizetv.js">
|
2014-01-20 09:09:53 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-22 16:52:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\autoorganizelog.js">
|
2014-01-20 23:10:58 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-27 14:10:06 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\librarymenu.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-29 13:57:17 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\librarypathmapping.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-24 16:37:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvchannel.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-29 11:44:51 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvtimer.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-17 13:02:12 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvnewrecording.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-20 13:09:49 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvprogram.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-30 23:25:19 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvrecording.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-01 11:26:31 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvrecordinglist.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-14 08:49:11 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvseriestimer.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>
|
2013-11-29 11:44:51 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvtimer.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-27 12:04:19 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvtimers.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-12-17 21:39:44 -07:00
|
|
|
|
</Content>
|
2014-02-21 14:44:10 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\editorsidebar.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-11-21 13:48:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\musicalbumartists.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>
|
2013-11-07 10:27:05 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\ratingdialog.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-09-13 13:45:27 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\episodes.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-14 08:49:11 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\livetvseriestimers.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>
|
2013-12-26 08:40:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\userparentalcontrol.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-10-25 08:52:10 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\usersettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-22 20:45:51 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\wizardimagesettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-09-30 08:41:18 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\wizardservice.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-09-05 10:05:39 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\wizardsettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-14 08:49:11 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvseriestimers.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-15 10:24:05 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\autonumeric\autoNumeric.min.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-24 11:37:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquery-2.0.3.min.js">
|
2013-12-15 09:59:27 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\ajax-loader.gif">
|
2013-12-26 17:23:58 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\action-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\action-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\alert-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\alert-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-d-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-d-l-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-d-l-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-d-r-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-d-r-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-d-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-l-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-l-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-r-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-r-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-u-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-u-l-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-u-l-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-u-r-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-u-r-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\arrow-u-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\audio-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\audio-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\back-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\back-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\bars-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\bars-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\bullets-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\bullets-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\calendar-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\calendar-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\camera-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\camera-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\carat-d-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\carat-d-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\carat-l-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\carat-l-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\carat-r-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\carat-r-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\carat-u-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\carat-u-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\check-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\check-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\clock-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\clock-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\cloud-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\cloud-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\comment-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\comment-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\delete-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\delete-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\edit-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\edit-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\eye-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\eye-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\forbidden-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\forbidden-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\forward-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\forward-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\gear-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\gear-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\grid-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\grid-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\heart-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\heart-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\home-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\home-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\info-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\info-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\location-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\location-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\lock-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\lock-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\mail-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\mail-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\minus-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\minus-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\navigation-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\navigation-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\phone-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\phone-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\plus-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\plus-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\power-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\power-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\recycle-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\recycle-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\refresh-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\refresh-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\search-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\search-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\shop-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\shop-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\star-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\star-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\tag-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\tag-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\user-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\user-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\video-black.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-png\video-white.png">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\action-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\action-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\alert-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\alert-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-d-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-d-l-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-d-l-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-d-r-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-d-r-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-d-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-l-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-l-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-r-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-r-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-u-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-u-l-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-u-l-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-u-r-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-u-r-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\arrow-u-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\audio-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\audio-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\back-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\back-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\bars-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\bars-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\bullets-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\bullets-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\calendar-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\calendar-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\camera-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\camera-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\carat-d-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\carat-d-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\carat-l-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\carat-l-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\carat-r-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\carat-r-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\carat-u-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\carat-u-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\check-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\check-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\clock-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\clock-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\cloud-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\cloud-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\comment-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\comment-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\delete-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\delete-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\edit-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\edit-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\eye-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\eye-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\forbidden-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\forbidden-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\forward-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\forward-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\gear-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\gear-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\grid-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\grid-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\heart-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\heart-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\home-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\home-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\info-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\info-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\location-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\location-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\lock-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\lock-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\mail-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\mail-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\minus-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\minus-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\navigation-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\navigation-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\phone-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\phone-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\plus-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\plus-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\power-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\power-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\recycle-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\recycle-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\refresh-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\refresh-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\search-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\search-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\shop-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\shop-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\star-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\star-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\tag-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\tag-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\user-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\user-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\video-black.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\images\icons-svg\video-white.svg">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\jquery.mobile-1.4.1.min.css">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-02-13 20:58:28 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.1\jquery.mobile-1.4.1.min.js">
|
2013-12-21 13:29:51 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-15 10:24:05 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\jquery.jstree.min.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-06 09:48:43 -07:00
|
|
|
|
<Content Include="dashboard-ui\livetvsuggested.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-10-24 10:49:24 -07:00
|
|
|
|
<Content Include="dashboard-ui\tvupcoming.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-26 08:40:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\userparentalcontrol.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-10-25 08:52:10 -07:00
|
|
|
|
<Content Include="dashboard-ui\usersettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-22 20:45:51 -07:00
|
|
|
|
<Content Include="dashboard-ui\wizardimagesettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-09-30 08:41:18 -07:00
|
|
|
|
<Content Include="dashboard-ui\wizardservice.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>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\advanced.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\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-31 18:48:41 -07:00
|
|
|
|
<Content Include="dashboard-ui\itemgallery.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-21 13:36:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\librarysettings.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-11 12:36:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\moviegenres.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-31 22:08:29 -07:00
|
|
|
|
<Content Include="dashboard-ui\movies.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-11 15:09:08 -07:00
|
|
|
|
<Content Include="dashboard-ui\moviepeople.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
<Content Include="dashboard-ui\moviesrecommended.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-11 15:09:08 -07:00
|
|
|
|
<Content Include="dashboard-ui\moviestudios.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-17 10:04:57 -07:00
|
|
|
|
<Content Include="dashboard-ui\movietrailers.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-21 21:38:03 -07:00
|
|
|
|
<Content Include="dashboard-ui\musicalbums.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="dashboard-ui\musicartists.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-19 16:57:23 -07:00
|
|
|
|
<Content Include="dashboard-ui\musicgenres.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
<Content Include="dashboard-ui\musicrecommended.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-27 18:59:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\musicvideos.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-07-08 09:13:21 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\allusersettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-28 18:45:39 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\alphapicker.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-07-06 14:23:32 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\directorybrowser.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-06-09 00:50:35 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\edititempeople.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-04 14:20:27 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\edititemimages.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-05 18:15:48 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\edititemmetadata.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-31 18:48:41 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\itemgallery.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-21 13:36:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\librarysettings.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-25 16:28:01 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\musicrecommended.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-27 18:59:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\musicvideos.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-07-06 14:23:32 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\notifications.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-05-28 18:45:39 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\remotecontrol.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-26 13:53:54 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\search.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-30 20:28:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\tvnextup.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-22 20:56:11 -07:00
|
|
|
|
<Content Include="dashboard-ui\songs.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-10 22:44:00 -07:00
|
|
|
|
<Content Include="dashboard-ui\playlist.html">
|
|
|
|
|
<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\moviepeople.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<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-08 13:46:59 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\playlist.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</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-03-27 15:29:37 -07:00
|
|
|
|
<Content Include="dashboard-ui\itembynamedetails.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-11 12:36:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\tvgenres.js">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-11 20:50:47 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\tvpeople.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>
|
2013-12-15 10:24:05 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\autonumeric\autoNumeric.js">
|
2013-04-29 18:49:05 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\jquery.jstree.js">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\apple\bg.jpg">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\apple\d.png">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\apple\dot_for_ie.gif">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\apple\style.css">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\apple\throbber.gif">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\classic\d.gif">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\classic\d.png">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\classic\dot_for_ie.gif">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\classic\style.css">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\classic\throbber.gif">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\default-rtl\d.gif">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\default-rtl\d.png">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\default-rtl\dots.gif">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\default-rtl\style.css">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\default-rtl\throbber.gif">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\default\d.gif">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\default\d.png">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\default\style.css">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\default\throbber.gif">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\mb3\d.gif">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\mb3\d.png">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\mb3\style.css">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-12-01 13:17:40 -07:00
|
|
|
|
<Content Include="dashboard-ui\thirdparty\jstree1.0\themes\mb3\throbber.gif">
|
2013-08-02 13:36:44 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-11 12:36:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\tvgenres.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-30 20:28:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\tvnextup.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-11 20:50:47 -07:00
|
|
|
|
<Content Include="dashboard-ui\tvpeople.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
<Content Include="dashboard-ui\tvrecommended.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2013-04-10 06:53:44 -07:00
|
|
|
|
</Content>
|
2013-04-01 20:28:20 -07:00
|
|
|
|
<Content Include="dashboard-ui\tvshows.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-04-11 15:09:08 -07:00
|
|
|
|
<Content Include="dashboard-ui\tvstudios.html">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</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-25 20:44:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\appsweather.html">
|
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>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\css\images\touchicon.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\touchicon114.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\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>
|
2013-12-26 08:40:38 -07:00
|
|
|
|
<Content Include="dashboard-ui\userpassword.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\userimage.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-12-25 20:44:26 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\appsweather.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\userpassword.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\advancedconfigurationpage.js">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
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>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\userimagepage.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-12-25 23:17:19 -07:00
|
|
|
|
<Content Include="dashboard-ui\metadataadvanced.html">
|
2013-03-22 21:04:36 -07:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-12-25 23:17:19 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\metadataadvanced.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\pluginupdates.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\pluginupdatespage.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\css\images\checkmarkblack.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\log.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\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\mb.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\notifications\download.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\extensions.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\support.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\supporterpage.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\supporter.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\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>
|
|
|
|
|
<ItemGroup>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\supporterkeypage.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\supporter\donatepaypal.png">
|
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\css\images\supporter\registerpaypal.png">
|
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\css\images\notifications\done.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\notifications\error.png">
|
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\css\images\notifications\cancelled.png">
|
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\css\images\notifications\info.png">
|
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\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>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\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>
|
2013-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\scripts\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\mblogotextblack.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\mblogotextwhite.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-03-26 12:09:50 -07:00
|
|
|
|
<Content Include="dashboard-ui\about.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\css\images\stars.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\mediaplayer.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-15 11:29:34 -07:00
|
|
|
|
<None Include="dashboard-ui\css\fonts\OpenSans-ExtraBold.woff">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="dashboard-ui\css\fonts\OpenSans-Bold.woff">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="dashboard-ui\css\fonts\OpenSans.woff">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="dashboard-ui\css\fonts\OpenSans-Light.woff">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
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 />
|
2013-02-22 13:36:18 -07:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
2013-02-28 12:32:41 -07:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
2013-02-22 13:36:18 -07:00
|
|
|
|
</PropertyGroup>
|
2013-12-11 12:54:33 -07:00
|
|
|
|
<Import Project="$(SolutionDir)\.nuget\nuget.targets" Condition=" '$(ConfigurationName)' != 'Release Mono' " />
|
2013-02-22 13:36:18 -07:00
|
|
|
|
<!-- 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>
|
|
|
|
|
-->
|
2012-07-11 23:55:27 -07:00
|
|
|
|
</Project>
|