Merge touch datastore.cs

Worked on HTML renderer.
This commit is contained in:
Lars Brubaker 2015-04-10 18:48:57 -07:00
parent f46947cad0
commit 1a5b1ec78c
6 changed files with 857 additions and 508 deletions

View file

@ -120,9 +120,10 @@
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Compile Include="AboutPage\HTMLParser\ElementState.cs" />
<Compile Include="AboutPage\UpdateControlData.cs" />
<Compile Include="AboutPage\UpdateControlView.cs" />
<Compile Include="AboutPage\HtmlParser.cs" />
<Compile Include="AboutPage\HTMLParser\HtmlParser.cs" />
<Compile Include="ActionBar\ActionBarBaseControls.cs" />
<Compile Include="ActionBar\ActionBarPlus.cs" />
<Compile Include="ActionBar\TemperatureWidgetBed.cs" />