Merge pull request #467 from NativeScript/common-ui-module

Common ui module
This commit is contained in:
Vladimir Enchev
2015-07-22 15:00:47 +03:00
8 changed files with 179 additions and 76 deletions

View File

@@ -498,6 +498,7 @@
<TypeScriptCompile Include="ui\action-bar\action-bar.ios.ts">
<DependentUpon>action-bar.d.ts</DependentUpon>
</TypeScriptCompile>
<TypeScriptCompile Include="ui\ui.d.ts" />
<TypeScriptCompile Include="ui\html-view\html-view-common.ts" />
<TypeScriptCompile Include="ui\html-view\html-view.android.ts" />
<TypeScriptCompile Include="ui\html-view\html-view.d.ts" />
@@ -713,6 +714,7 @@
<DependentUpon>text-field.d.ts</DependentUpon>
</TypeScriptCompile>
<TypeScriptCompile Include="ui\text-view\text-view.d.ts" />
<TypeScriptCompile Include="ui\ui.ts" />
<TypeScriptCompile Include="utils\android_constants.ts" />
<TypeScriptCompile Include="utils\module-merge.ts" />
<TypeScriptCompile Include="utils\utils.android.ts">
@@ -1779,6 +1781,7 @@
<Content Include="ui\html-view\package.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="ui\package.json" />
</ItemGroup>
<ItemGroup>
<None Include="build\tslint.json" />