fix ie hang on library setup
This commit is contained in:
parent
034c0b95b2
commit
3da90bc103
|
@ -264,7 +264,7 @@
|
|||
<Content Include="dashboard-ui\cordova\sharingwidget.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\css\ie.css">
|
||||
<Content Include="dashboard-ui\devices\ie\ie.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\css\images\ani_equalizer_black.gif">
|
||||
|
@ -312,6 +312,9 @@
|
|||
<Content Include="dashboard-ui\components\imageeditor\imageeditor.template.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\devices\ie\ie.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\favorites.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
@ -408,7 +411,7 @@
|
|||
<Content Include="dashboard-ui\components\subtitleeditor\subtitleeditor.template.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\themes\android.css">
|
||||
<Content Include="dashboard-ui\devices\android\android.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\themes\halloween\bg.jpg">
|
||||
|
@ -420,7 +423,7 @@
|
|||
<Content Include="dashboard-ui\themes\halloween\theme.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\themes\ios.css">
|
||||
<Content Include="dashboard-ui\devices\ios\ios.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\css\materialize.css">
|
||||
|
@ -548,10 +551,10 @@
|
|||
<Content Include="dashboard-ui\thirdparty\viblast\worker.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\tvproviders\schedulesdirect.js">
|
||||
<Content Include="dashboard-ui\components\tvproviders\schedulesdirect.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\tvproviders\schedulesdirect.template.html">
|
||||
<Content Include="dashboard-ui\components\tvproviders\schedulesdirect.template.html">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="dashboard-ui\voice\textprocessor-en-us.js">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Reflection;
|
||||
|
||||
//[assembly: AssemblyVersion("3.0.*")]
|
||||
[assembly: AssemblyVersion("3.0.5768.1")]
|
||||
[assembly: AssemblyVersion("3.0.*")]
|
||||
//[assembly: AssemblyVersion("3.0.5768.1")]
|
||||
|
|
Loading…
Reference in New Issue
Block a user