Add binding basic test pages.

This commit is contained in:
Vasil Chimev
2015-07-06 18:43:12 +03:00
parent 6b4fc789e3
commit 1f136e1e6d
5 changed files with 129 additions and 1 deletions

View File

@@ -208,6 +208,8 @@
</TypeScriptCompile>
<TypeScriptCompile Include="apps\editable-text-demo\model.ts" />
<TypeScriptCompile Include="apps\tests\weak-event-listener-tests.ts" />
<TypeScriptCompile Include="apps\ui-tests-app\bindings\dbxmlbasics.ts" />
<TypeScriptCompile Include="apps\ui-tests-app\bindings\dbbasics.ts" />
<TypeScriptCompile Include="apps\ui-tests-app\layouts\absolute.ts" />
<TypeScriptCompile Include="apps\ui-tests-app\layouts\dock.ts" />
<TypeScriptCompile Include="apps\ui-tests-app\layouts\grid.ts" />
@@ -699,6 +701,7 @@
<Content Include="apps\tests\xml-declaration\mymodulewithxml\my-control-no-js.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="apps\ui-tests-app\bindings\dbxmlbasics.xml" />
<Content Include="apps\ui-tests-app\layouts\absolute.xml" />
<Content Include="apps\ui-tests-app\layouts\dock.xml" />
<Content Include="apps\ui-tests-app\layouts\grid.xml" />