Merge pull request #1473 from t-andre/dev

Update voice components
This commit is contained in:
Luke
2016-02-23 11:57:15 -05:00
2 changed files with 16 additions and 14 deletions

View File

@@ -466,12 +466,6 @@
<Content Include="dashboard-ui\components\tvproviders\schedulesdirect.template.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\voice\textprocessor-en-us.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\voice\voice.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\dashboardhosting.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -550,9 +544,6 @@
<Content Include="dashboard-ui\scripts\userpassword.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\voice\voice.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\wizardagreement.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -1402,6 +1393,17 @@
<Content Include="dashboard-ui\userpassword.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\voice\commands\controlcommands.js" />
<Content Include="dashboard-ui\voice\commands\disablecommands.js" />
<Content Include="dashboard-ui\voice\commands\enablecommands.js" />
<Content Include="dashboard-ui\voice\commands\playcommands.js" />
<Content Include="dashboard-ui\voice\commands\searchcommands.js" />
<Content Include="dashboard-ui\voice\commands\showcommands.js" />
<Content Include="dashboard-ui\voice\commands\togglecommands.js" />
<Content Include="dashboard-ui\voice\grammarprocessor.js" />
<Content Include="dashboard-ui\voice\voice.css" />
<Content Include="dashboard-ui\voice\voice.js" />
<Content Include="dashboard-ui\voice\voicecommands.js" />
<Content Include="dashboard-ui\wizardagreement.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -2232,6 +2234,9 @@
</None>
<None Include="dashboard-ui\thirdparty\social-share-kit-1.0.4\LICENSE" />
<None Include="dashboard-ui\thirdparty\social-share-kit-1.0.4\README.md" />
<None Include="dashboard-ui\voice\grammar\en-US.json" />
<None Include="dashboard-ui\voice\grammar\grammar.json" />
<None Include="dashboard-ui\voice\Readme.md" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />