mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00

This is the default location when installing from npm, and Angular uses that when parsing CSS. Updated module paths, requires, csproj, tsconfig and grunt tasks.
1884 lines
95 KiB
XML
1884 lines
95 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
<TypeScriptToolsVersion>1.5</TypeScriptToolsVersion>
|
|
<ProjectGuid>{2313F1BF-1F2D-4F11-806A-87927FA6A7C0}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<UseIISExpress>true</UseIISExpress>
|
|
<IISExpressSSLPort />
|
|
<IISExpressAnonymousAuthentication />
|
|
<IISExpressWindowsAuthentication />
|
|
<IISExpressUseClassicPipelineMode />
|
|
<UseGlobalApplicationHostFile />
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Cross</Configuration>
|
|
<OutputPath>bin\</OutputPath>
|
|
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
|
|
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
|
|
<TypeScriptSourceMap>True</TypeScriptSourceMap>
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'iOS_Tests'">
|
|
<OutputPath>bin\</OutputPath>
|
|
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
|
|
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Android_Tests'">
|
|
<OutputPath>bin\</OutputPath>
|
|
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Documentation'">
|
|
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
|
|
<TypeScriptRemoveComments>False</TypeScriptRemoveComments>
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Cross-TS'">
|
|
<OutputPath>bin\</OutputPath>
|
|
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
|
|
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<RootNamespace>CrossPlatformModules</RootNamespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<GenerateResourceNeverLockTypeAssemblies>true</GenerateResourceNeverLockTypeAssemblies>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Cross'">
|
|
<OutputPath>bin\</OutputPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
<ItemGroup>
|
|
<TypeScriptCompile Include="apps\action-bar-demo\pages\action-bar-hidden.ts">
|
|
<DependentUpon>action-bar-hidden.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\action-bar-demo\pages\action-items-text.ts">
|
|
<DependentUpon>action-items-text.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\action-bar-demo\pages\center-view-stack.ts">
|
|
<DependentUpon>center-view-stack.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\action-bar-demo\pages\center-view-segmented.ts">
|
|
<DependentUpon>center-view-segmented.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\action-bar-demo\pages\center-view.ts">
|
|
<DependentUpon>center-view.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\action-bar-demo\pages\data-binding.ts">
|
|
<DependentUpon>data-binding.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\orientation-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\notifications-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\notifications-demo\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\connectivity-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\connectivity-demo\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\list-view-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\list-view-demo\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\cuteness.unoptimized\app.ts" />
|
|
<TypeScriptCompile Include="apps\cuteness.unoptimized\details-page.ts">
|
|
<DependentUpon>details-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\cuteness.unoptimized\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\cuteness.unoptimized\reddit-app-view-model.ts" />
|
|
<Content Include="apps\action-bar-demo\pages\action-bar-hidden.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\action-bar-demo\pages\center-view-stack.xml" />
|
|
<Content Include="apps\action-bar-demo\pages\center-view-segmented.xml" />
|
|
<Content Include="apps\action-bar-demo\pages\center-view.xml" />
|
|
<Content Include="apps\action-bar-demo\pages\data-binding.xml" />
|
|
<Content Include="apps\gallery-app\content\html-view.xml" />
|
|
<Content Include="apps\orientation-demo\main-page.port.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\notifications-demo\main-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\connectivity-demo\main-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\list-view-demo\another-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\list-view-demo\main-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\cuteness.unoptimized\reddit-item-view-model.ts" />
|
|
<TypeScriptCompile Include="apps\cuteness.unoptimized\reddit-model.d.ts" />
|
|
<TypeScriptCompile Include="apps\action-bar-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\action-bar-demo\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\action-bar-demo\pages\navigation-button.ts">
|
|
<DependentUpon>navigation-button.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\action-bar-demo\pages\action-items-icon.ts">
|
|
<DependentUpon>action-items-icon.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\action-bar-demo\pages\page-title-icon.ts">
|
|
<DependentUpon>page-title-icon.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\animations\model.ts" />
|
|
<TypeScriptCompile Include="apps\orientation-demo\main-page.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\animation\animation-tests.ts" />
|
|
<TypeScriptCompile Include="ui\animation\animation.d.ts" />
|
|
<TypeScriptCompile Include="ui\animation\animation-common.ts">
|
|
<DependentUpon>animation.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\animation\animation.android.ts">
|
|
<DependentUpon>animation.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\animation\animation.ios.ts">
|
|
<DependentUpon>animation.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\animations\app.ts" />
|
|
<TypeScriptCompile Include="apps\animations\main-page.ts" />
|
|
<TypeScriptCompile Include="apps\gallery-app\views\list-picker.ts">
|
|
<DependentUpon>list-picker.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\pickers-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\pickers-demo\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\pickers-demo\model.ts" />
|
|
<TypeScriptCompile Include="apps\gallery-app\app.ts" />
|
|
<TypeScriptCompile Include="apps\gallery-app\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\gallery-app\views\list-view.ts">
|
|
<DependentUpon>list-view.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\gallery-app\views\repeater.ts">
|
|
<DependentUpon>repeater.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\placeholder-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\placeholder-demo\main-page.android.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\placeholder-demo\main-page.ios.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\template-blank\app.ts" />
|
|
<TypeScriptCompile Include="apps\template-blank\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\modal-views-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\modal-views-demo\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\modal-views-demo\login-page.ts">
|
|
<DependentUpon>login-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\template-master-detail\main-page.ts" />
|
|
<TypeScriptCompile Include="apps\template-settings\app.ts" />
|
|
<TypeScriptCompile Include="apps\template-settings\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\template-settings\view-model.ts" />
|
|
<TypeScriptCompile Include="apps\template-tab-navigation\app.ts" />
|
|
<TypeScriptCompile Include="apps\template-tab-navigation\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\template-master-detail\app.ts" />
|
|
<TypeScriptCompile Include="apps\template-master-detail\main-view-model.ts" />
|
|
<TypeScriptCompile Include="apps\template-master-detail\details-page.ts">
|
|
<DependentUpon>details-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\template-master-detail\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\app\location-example.ts">
|
|
<DependentUpon>location-example.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\app\style_props.ts" />
|
|
<TypeScriptCompile Include="apps\tests\connectivity-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\console-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\file-name-resolver-tests\file-name-resolver-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\frame-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\gestures-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\fetch-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\xhr-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\layouts\dock-layout-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\app.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\file-load-test.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page12.ts" />
|
|
<TypeScriptCompile Include="apps\tests\layouts\absolute-layout-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\layouts\layout-helper.ts" />
|
|
<TypeScriptCompile Include="apps\tests\layouts\wrap-layout-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page12.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page16.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page15.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page13.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page17.ts">
|
|
<DependentUpon>page17.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\pages\page18.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\property-bindings.ts" />
|
|
<TypeScriptCompile Include="apps\tests\platform-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\fps-meter-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\trace-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui-test.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\action-bar\action-bar-tests-common.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\action-bar\action-bar-tests.android.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\action-bar\action-bar-tests.ios.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\bindingContext_testPage.ts">
|
|
<DependentUpon>bindingContext_testPage.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\test-pages\bindingExpressions_logicalComparisonOperators_testPage.ts">
|
|
<DependentUpon>bindingExpressions_logicalComparisonOperators_testPage.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\test-pages\bindingExpressions_comparisonOperators_testPage.ts">
|
|
<DependentUpon>bindingExpressions_comparisonOperators_testPage.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\test-pages\bindingExpressions_binaryOperators_testPage.ts">
|
|
<DependentUpon>bindingExpressions_binaryOperators_testPage.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\test-pages\bindingExpressions_ternaryOperator_testPage.ts">
|
|
<DependentUpon>bindingExpressions_ternaryOperator_testPage.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\test-pages\bindingExpressions_groupingParenthesis_testPage.ts">
|
|
<DependentUpon>bindingExpressions_groupingParenthesis_testPage.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\test-pages\bindingExpressions_unaryOperators_testPage.ts">
|
|
<DependentUpon>bindingExpressions_unaryOperators_testPage.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\test-pages\bindingExpressions_logicalOperators_testPage.ts">
|
|
<DependentUpon>bindingExpressions_logicalOperators_testPage.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\test-pages\bindingExpressions_arrayAccess_testPage.ts">
|
|
<DependentUpon>bindingExpressions_arrayAccess_testPage.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\bindingContext_testPage1.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\bindingContext_testPage2.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\binding-expressions-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\repeater\repeater-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\time-picker\time-picker-tests-native.android.ts">
|
|
<DependentUpon>time-picker-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\time-picker\time-picker-tests-native.d.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\time-picker\time-picker-tests-native.ios.ts">
|
|
<DependentUpon>time-picker-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\time-picker\time-picker-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\dialogs\dialog-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\image-cache\image-cache-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\border\border-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\segmented-bar\segmented-bar-tests-native.android.ts">
|
|
<DependentUpon>segmented-bar-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\segmented-bar\segmented-bar-tests-native.d.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\segmented-bar\segmented-bar-tests-native.ios.ts">
|
|
<DependentUpon>segmented-bar-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\segmented-bar\segmented-bar-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\date-picker\date-picker-tests-native.android.ts">
|
|
<DependentUpon>date-picker-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\date-picker\date-picker-tests-native.d.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\date-picker\date-picker-tests-native.ios.ts">
|
|
<DependentUpon>date-picker-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\date-picker\date-picker-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\list-picker\list-picker-tests-native.d.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\list-picker\list-picker-tests-native.android.ts">
|
|
<DependentUpon>list-picker-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\list-picker\list-picker-tests-native.ios.ts">
|
|
<DependentUpon>list-picker-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\list-picker\list-picker-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\scroll-view\scroll-view-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\search-bar\search-bar-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\style\style-properties-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\view\view-tests.d.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\html-view\html-view-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\web-view\web-view-tests.ts" />
|
|
<TypeScriptCompile Include="apps\editable-text-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\editable-text-demo\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</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\xmlbasics.ts">
|
|
<DependentUpon>xmlbasics.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\ui-tests-app\bindings\basics.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\dialogs\dialogs.ts">
|
|
<DependentUpon>dialogs.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\ui-tests-app\dialogs\view-model.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" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\layouts\myview.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\layouts\stack.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\layouts\wrap.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\pages\background.ts">
|
|
<DependentUpon>background.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\ui-tests-app\pages\console.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\pages\i61.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\pages\i73.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\pages\gestures.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\pages\listview_binding.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\modal-view\login-page.ts">
|
|
<DependentUpon>login-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\ui-tests-app\modal-view\modalview.ts">
|
|
<DependentUpon>modalview.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\ui-tests-app\pages\textfield.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\pages\text\text-field.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\pages\text\text-view.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\pages\text\label.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\pages\text\button.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\web-view\webview.ts">
|
|
<DependentUpon>webview.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="connectivity\connectivity-common.ts">
|
|
<DependentUpon>connectivity.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="es-collections.d.ts" />
|
|
<TypeScriptCompile Include="es6-promise.d.ts" />
|
|
<TypeScriptCompile Include="connectivity\connectivity.android.ts">
|
|
<DependentUpon>connectivity.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="connectivity\connectivity.d.ts" />
|
|
<TypeScriptCompile Include="connectivity\connectivity.ios.ts">
|
|
<DependentUpon>connectivity.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="file-system\file-name-resolver.d.ts" />
|
|
<TypeScriptCompile Include="file-system\file-name-resolver.ts">
|
|
<DependentUpon>file-name-resolver.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="image-source\image-source-common.ts">
|
|
<DependentUpon>image-source.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="image-source\image-source.android.ts">
|
|
<DependentUpon>image-source.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="image-source\image-source.ios.ts">
|
|
<DependentUpon>image-source.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="css-value\reworkcss-value.d.ts" />
|
|
<TypeScriptCompile Include="platform\platform.ios.ts">
|
|
<DependentUpon>platform.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="platform\platform.android.ts">
|
|
<DependentUpon>platform.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="platform\platform.d.ts" />
|
|
<TypeScriptCompile Include="ios.d.ts" />
|
|
<TypeScriptCompile Include="application\application.android.ts">
|
|
<DependentUpon>application.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="application\application.d.ts" />
|
|
<TypeScriptCompile Include="application\application.ios.ts">
|
|
<DependentUpon>application.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="color\color-common.ts">
|
|
<DependentUpon>color.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="color\color.android.ts">
|
|
<DependentUpon>color.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="color\color.d.ts" />
|
|
<TypeScriptCompile Include="color\color.ios.ts">
|
|
<DependentUpon>color.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="color\known-colors.ts" />
|
|
<TypeScriptCompile Include="console\console.ts">
|
|
<DependentUpon>console.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="declarations.d.ts" />
|
|
<TypeScriptCompile Include="declarations.android.d.ts">
|
|
<DependentUpon>declarations.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="declarations.ios.d.ts">
|
|
<DependentUpon>declarations.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="file-system\file-system-access.d.ts" />
|
|
<TypeScriptCompile Include="fps-meter\fps-meter.ts">
|
|
<DependentUpon>fps-meter.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="fps-meter\fps-meter.d.ts" />
|
|
<TypeScriptCompile Include="fps-meter\fps-native.android.ts">
|
|
<DependentUpon>fps-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="fps-meter\fps-native.d.ts" />
|
|
<TypeScriptCompile Include="fps-meter\fps-native.ios.ts">
|
|
<DependentUpon>fps-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="http\http-request.d.ts" />
|
|
<TypeScriptCompile Include="http\http-request.android.ts">
|
|
<DependentUpon>http-request.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="http\http-request.ios.ts">
|
|
<DependentUpon>http-request.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="http\http.d.ts" />
|
|
<TypeScriptCompile Include="image-source\image-source.d.ts" />
|
|
<TypeScriptCompile Include="js-libs\easysax\easysax.d.ts" />
|
|
<TypeScriptCompile Include="location\location.d.ts" />
|
|
<TypeScriptCompile Include="location\location-common.ts">
|
|
<DependentUpon>location.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="location\location.android.ts">
|
|
<DependentUpon>location.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="location\location.ios.ts">
|
|
<DependentUpon>location.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\app\pageNavigation.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\navigation\pageA-new-activity.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\navigation\pageA.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\navigation\pageB.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\navigation\pageB-new-activity.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\navigation\pageC-new-activity.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\navigation\pageC.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page11.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page7.ts" />
|
|
<TypeScriptCompile Include="apps\tests\layouts\grid-layout-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\layouts\stack-layout-tests.ts" />
|
|
<TypeScriptCompile Include="apps\template-hello-world\app.ts" />
|
|
<TypeScriptCompile Include="apps\template-hello-world\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\template-hello-world\main-view-model.ts" />
|
|
<TypeScriptCompile Include="apps\tests\testRunner.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\app.ts" />
|
|
<TypeScriptCompile Include="apps\ui-tests-app\mainPage.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\activity-indicator\activity-indicator-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\bindable-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\dependency-observable-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\helper.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\observable-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page6.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page5.ts" />
|
|
<TypeScriptCompile Include="apps\tests\application-tests-common.ts" />
|
|
<TypeScriptCompile Include="apps\tests\application-tests.ios.ts">
|
|
<DependentUpon>application-tests-common.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\application-tests.android.ts">
|
|
<DependentUpon>application-tests-common.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\color-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\file-system-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\http-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\image-source-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\location-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\TKUnit.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\slider\slider-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\style\visual-state-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\switch\switch-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\view\view-tests-common.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\view\view-tests.android.ts">
|
|
<DependentUpon>view-tests-common.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\view\view-tests.ios.ts">
|
|
<DependentUpon>view-tests-common.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="text\text.android.ts">
|
|
<DependentUpon>text.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="text\text.d.ts" />
|
|
<TypeScriptCompile Include="text\text.ios.ts">
|
|
<DependentUpon>text.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="trace\trace.d.ts" />
|
|
<TypeScriptCompile Include="trace\trace.ts">
|
|
<DependentUpon>trace.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\border\border.ts">
|
|
<DependentUpon>border.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\action-bar\action-bar-common.ts">
|
|
<DependentUpon>action-bar.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\action-bar\action-bar.android.ts">
|
|
<DependentUpon>action-bar.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\action-bar\action-bar.d.ts" />
|
|
<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" />
|
|
<TypeScriptCompile Include="ui\html-view\html-view.ios.ts" />
|
|
<TypeScriptCompile Include="ui\repeater\repeater.ts">
|
|
<DependentUpon>repeater.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\repeater\repeater.d.ts" />
|
|
<TypeScriptCompile Include="ui\builder\binding-builder.ts" />
|
|
<TypeScriptCompile Include="ui\list-picker\list-picker-common.ts">
|
|
<DependentUpon>list-picker.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\list-picker\list-picker.android.ts">
|
|
<DependentUpon>list-picker.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\list-picker\list-picker.d.ts" />
|
|
<TypeScriptCompile Include="ui\list-picker\list-picker.ios.ts">
|
|
<DependentUpon>list-picker.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\placeholder\placeholder.d.ts" />
|
|
<TypeScriptCompile Include="ui\placeholder\placeholder-common.ts">
|
|
<DependentUpon>placeholder.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\placeholder\placeholder.android.ts">
|
|
<DependentUpon>placeholder.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\placeholder\placeholder.ios.ts">
|
|
<DependentUpon>placeholder.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\segmented-bar\segmented-bar-common.ts">
|
|
<DependentUpon>segmented-bar.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\segmented-bar\segmented-bar.android.ts">
|
|
<DependentUpon>segmented-bar.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\segmented-bar\segmented-bar.ios.ts">
|
|
<DependentUpon>segmented-bar.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\segmented-bar\segmented-bar.d.ts" />
|
|
<TypeScriptCompile Include="ui\button\button-common.ts">
|
|
<DependentUpon>button.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\content-view\content-view.ts">
|
|
<DependentUpon>content-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\content-view\content-view.d.ts" />
|
|
<TypeScriptCompile Include="ui\core\bindable.d.ts" />
|
|
<TypeScriptCompile Include="ui\core\bindable.ts">
|
|
<DependentUpon>bindable.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\core\control-state-change.d.ts" />
|
|
<TypeScriptCompile Include="ui\core\control-state-change.ios.ts">
|
|
<DependentUpon>control-state-change.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\core\dependency-observable.d.ts" />
|
|
<TypeScriptCompile Include="ui\image-cache\image-cache.android.ts">
|
|
<DependentUpon>image-cache.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\image-cache\image-cache.d.ts" />
|
|
<TypeScriptCompile Include="ui\image-cache\image-cache-common.ts">
|
|
<DependentUpon>image-cache.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\image-cache\image-cache.ios.ts">
|
|
<DependentUpon>image-cache.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\layouts\absolute-layout\absolute-layout.ts">
|
|
<DependentUpon>absolute-layout.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\layouts\dock-layout\dock-layout.ts">
|
|
<DependentUpon>dock-layout.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\layouts\grid-layout\grid-layout.ts">
|
|
<DependentUpon>grid-layout.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\layouts\layout.ts">
|
|
<DependentUpon>layout.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\layouts\layout.d.ts" />
|
|
<TypeScriptCompile Include="ui\layouts\absolute-layout\absolute-layout.d.ts" />
|
|
<TypeScriptCompile Include="ui\layouts\wrap-layout\wrap-layout.d.ts" />
|
|
<TypeScriptCompile Include="ui\layouts\grid-layout\grid-layout.d.ts" />
|
|
<TypeScriptCompile Include="ui\layouts\dock-layout\dock-layout.d.ts" />
|
|
<TypeScriptCompile Include="ui\layouts\stack-layout\stack-layout.ts">
|
|
<DependentUpon>stack-layout.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\layouts\stack-layout\stack-layout.d.ts" />
|
|
<TypeScriptCompile Include="ui\layouts\wrap-layout\wrap-layout.ts">
|
|
<DependentUpon>wrap-layout.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\background-common.ts">
|
|
<DependentUpon>background.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\background.ios.ts">
|
|
<DependentUpon>background.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\background.d.ts" />
|
|
<TypeScriptCompile Include="ui\styling\background.android.ts">
|
|
<DependentUpon>background.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\css-selector.d.ts" />
|
|
<TypeScriptCompile Include="ui\styling\css-selector.ts">
|
|
<DependentUpon>css-selector.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\font.android.ts">
|
|
<DependentUpon>font.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\font.ios.ts">
|
|
<DependentUpon>font.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\font.d.ts" />
|
|
<TypeScriptCompile Include="ui\styling\font-common.ts">
|
|
<DependentUpon>font.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\style-property.d.ts" />
|
|
<TypeScriptCompile Include="ui\styling\style.ts" />
|
|
<TypeScriptCompile Include="ui\styling\visual-state.ts" />
|
|
<TypeScriptCompile Include="ui\core\view-common.ts">
|
|
<DependentUpon>view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\core\view.android.ts">
|
|
<DependentUpon>view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\core\view.d.ts" />
|
|
<TypeScriptCompile Include="ui\core\view.ios.ts">
|
|
<DependentUpon>view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\frame\frame-common.ts">
|
|
<DependentUpon>frame.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\frame\frame.android.ts">
|
|
<DependentUpon>frame.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\frame\frame.d.ts" />
|
|
<TypeScriptCompile Include="ui\frame\frame.ios.ts">
|
|
<DependentUpon>frame.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\image\image.android.ts">
|
|
<DependentUpon>image.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\image\image.d.ts" />
|
|
<TypeScriptCompile Include="ui\image\image.ios.ts">
|
|
<DependentUpon>image.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\label\label-common.ts">
|
|
<DependentUpon>label.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\label\label.d.ts" />
|
|
<TypeScriptCompile Include="ui\label\label.android.ts">
|
|
<DependentUpon>label.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\label\label.ios.ts">
|
|
<DependentUpon>label.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\page\page-common.ts">
|
|
<DependentUpon>page.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\page\page.android.ts">
|
|
<DependentUpon>page.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\page\page.d.ts" />
|
|
<TypeScriptCompile Include="ui\page\page.ios.ts">
|
|
<DependentUpon>page.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\progress\progress-common.ts">
|
|
<DependentUpon>progress.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\search-bar\search-bar-common.ts">
|
|
<DependentUpon>search-bar.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\slide-out\slide-out-common.ts">
|
|
<DependentUpon>slide-out.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\slide-out\slide-out.android.ts">
|
|
<DependentUpon>slide-out.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\slide-out\slide-out.d.ts" />
|
|
<TypeScriptCompile Include="ui\slide-out\slide-out.ios.ts">
|
|
<DependentUpon>slide-out.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\slider\slider-common.ts">
|
|
<DependentUpon>slider.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\tab-view\tab-view.d.ts" />
|
|
<TypeScriptCompile Include="ui\editable-text-base\editable-text-base.d.ts" />
|
|
<TypeScriptCompile Include="ui\date-picker\date-picker-common.ts">
|
|
<DependentUpon>date-picker.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\date-picker\date-picker.android.ts">
|
|
<DependentUpon>date-picker.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\date-picker\date-picker.d.ts" />
|
|
<TypeScriptCompile Include="ui\date-picker\date-picker.ios.ts">
|
|
<DependentUpon>date-picker.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\time-picker\time-picker-common.ts">
|
|
<DependentUpon>time-picker.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\time-picker\time-picker.android.ts">
|
|
<DependentUpon>time-picker.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\time-picker\time-picker.d.ts" />
|
|
<TypeScriptCompile Include="ui\time-picker\time-picker.ios.ts">
|
|
<DependentUpon>time-picker.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\text-field\text-field-common.ts">
|
|
<DependentUpon>text-field.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\text-field\text-field.android.ts">
|
|
<DependentUpon>text-field.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\text-field\text-field.d.ts" />
|
|
<TypeScriptCompile Include="ui\text-field\text-field.ios.ts">
|
|
<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">
|
|
<DependentUpon>utils.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="utils\utils.d.ts" />
|
|
<TypeScriptCompile Include="utils\utils.ios.ts">
|
|
<DependentUpon>utils.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="android17.d.ts" />
|
|
<TypeScriptCompile Include="globals\globals.ts" />
|
|
<TypeScriptCompile Include="timer\timer.android.ts">
|
|
<DependentUpon>timer.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="console\console.d.ts" />
|
|
<TypeScriptCompile Include="timer\timer.d.ts" />
|
|
<TypeScriptCompile Include="timer\timer.ios.ts">
|
|
<DependentUpon>timer.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\application-settings-tests.ts" />
|
|
<TypeScriptCompile Include="file-system\file-system-access.android.ts">
|
|
<DependentUpon>file-system-access.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="file-system\file-system-access.ios.ts">
|
|
<DependentUpon>file-system-access.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="application\application-common.ts">
|
|
<DependentUpon>application.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="application-settings\application-settings.d.ts" />
|
|
<TypeScriptCompile Include="application-settings\application-settings.android.ts">
|
|
<DependentUpon>application-settings.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="application-settings\application-settings.ios.ts">
|
|
<DependentUpon>application-settings.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="application-settings\application-settings-common.ts" />
|
|
<TypeScriptCompile Include="apps\tests\timer-tests.ts" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\cuteness.unoptimized\details-page.css">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\cuteness.unoptimized\details-page.xml" />
|
|
<Content Include="apps\cuteness.unoptimized\main-page.css">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\cuteness.unoptimized\main-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\cuteness.unoptimized\res\first-image.png" />
|
|
<Content Include="apps\cuteness.unoptimized\res\no-image.png" />
|
|
<Content Include="apps\cuteness.unoptimized\res\reddit-logo-transparent.png" />
|
|
<Content Include="apps\cuteness.unoptimized\res\reddit-logo.png" />
|
|
<Content Include="apps\cuteness.unoptimized\res\telerik-logo.png" />
|
|
<Content Include="apps\action-bar-demo\app.css" />
|
|
<Content Include="apps\action-bar-demo\main-page.xml" />
|
|
<Content Include="apps\action-bar-demo\pages\action-items-text.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\action-bar-demo\pages\action-items-icon.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\action-bar-demo\pages\page-title-icon.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\action-bar-demo\pages\navigation-button.xml" />
|
|
<Content Include="apps\action-bar-demo\test-icon.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\animations\app.css" />
|
|
<Content Include="apps\animations\main-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\gallery-app\content\border.xml" />
|
|
<Content Include="apps\gallery-app\app.css" />
|
|
<Content Include="apps\gallery-app\views\list-picker.xml" />
|
|
<Content Include="apps\gallery-app\views\repeater.xml" />
|
|
<Content Include="apps\gallery-app\views\segmented-bar.xml" />
|
|
<Content Include="apps\gallery-app\views\time-picker.xml" />
|
|
<Content Include="apps\gallery-app\views\date-picker.xml" />
|
|
<Content Include="apps\modal-views-demo\login-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\pickers-demo\main-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\gallery-app\layouts\dock-layout.xml" />
|
|
<Content Include="apps\placeholder-demo\main-page.xml" />
|
|
<Content Include="apps\modal-views-demo\main-page.xml" />
|
|
<Content Include="apps\template-master-detail\details-view.xml" />
|
|
<Content Include="apps\template-master-detail\main-page.minWH600.xml" />
|
|
<Content Include="apps\template-settings\app.css" />
|
|
<Content Include="apps\tests\app\location-example.xml" />
|
|
<TypeScriptCompile Include="apps\tests\pages\fonts-test.ts">
|
|
<DependentUpon>fonts-test.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\pages\background-test.ts">
|
|
<DependentUpon>background-test.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="apps\tests\pages\fonts-test.xml" />
|
|
<Content Include="apps\tests\pages\background-test.xml" />
|
|
<Content Include="apps\tests\pages\page18.xml" />
|
|
<Content Include="apps\tests\pages\test2.png" />
|
|
<Content Include="apps\tests\ui\bindingContext_testPage.xml" />
|
|
<Content Include="apps\tests\ui\test-pages\bindingExpressions_logicalComparisonOperators_testPage.xml" />
|
|
<Content Include="apps\tests\ui\test-pages\bindingExpressions_comparisonOperators_testPage.xml" />
|
|
<Content Include="apps\tests\ui\test-pages\bindingExpressions_binaryOperators_testPage.xml" />
|
|
<Content Include="apps\tests\ui\test-pages\bindingExpressions_ternaryOperator_testPage.xml" />
|
|
<Content Include="apps\tests\ui\test-pages\bindingExpressions_groupingParenthesis_testPage.xml" />
|
|
<Content Include="apps\tests\ui\test-pages\bindingExpressions_unaryOperators_testPage.xml" />
|
|
<Content Include="apps\tests\ui\test-pages\bindingExpressions_logicalOperators_testPage.xml" />
|
|
<Content Include="apps\tests\ui\test-pages\bindingExpressions_arrayAccess_testPage.xml" />
|
|
<Content Include="apps\tests\ui\bindingContext_testPage1.xml" />
|
|
<Content Include="apps\tests\ui\bindingContext_testPage2.xml" />
|
|
<Content Include="apps\tests\ui\label\label-tests-wrong.css" />
|
|
<Content Include="apps\tests\pages\files\other.xml" />
|
|
<Content Include="apps\tests\pages\files\test.android.phone.xml" />
|
|
<Content Include="apps\tests\pages\files\test.android.xml" />
|
|
<Content Include="apps\tests\pages\files\test.minWH300.xml" />
|
|
<Content Include="apps\tests\pages\files\test.minWH450.xml" />
|
|
<Content Include="apps\tests\pages\files\test.xml" />
|
|
<Content Include="apps\tests\file-name-resolver-tests\files\other.xml" />
|
|
<Content Include="apps\tests\file-name-resolver-tests\files\test.land.xml" />
|
|
<Content Include="apps\tests\file-name-resolver-tests\files\test.minWH600.xml" />
|
|
<Content Include="apps\tests\file-name-resolver-tests\files\test.xml" />
|
|
<Content Include="apps\tests\pages\page17.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\tests\test-icon.png" />
|
|
<Content Include="apps\tests\ui\style\test.css" />
|
|
<Content Include="apps\tests\xml-declaration\mymodulewithxml\my-control-no-js.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\tests\xml-declaration\mymodulewithxml\MyControl.css" />
|
|
<Content Include="apps\tests\xml-declaration\mymodule\MyControl.css" />
|
|
<Content Include="apps\ui-tests-app\bindings\xmlbasics.xml" />
|
|
<Content Include="apps\ui-tests-app\dialogs\dialogs.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" />
|
|
<Content Include="apps\ui-tests-app\layouts\stack.xml" />
|
|
<Content Include="apps\ui-tests-app\layouts\wrap.xml" />
|
|
<Content Include="apps\ui-tests-app\pages\background.xml" />
|
|
<Content Include="apps\ui-tests-app\pages\circle.xml" />
|
|
<Content Include="apps\ui-tests-app\pages\i86.xml" />
|
|
<Content Include="apps\template-blank\app.css" />
|
|
<Content Include="apps\template-hello-world\app.css" />
|
|
<Content Include="apps\template-master-detail\app.css" />
|
|
<Content Include="apps\template-tab-navigation\app.css" />
|
|
<Content Include="apps\ui-tests-app\modal-view\login-page.xml" />
|
|
<Content Include="apps\ui-tests-app\modal-view\modalview.xml" />
|
|
<Content Include="apps\ui-tests-app\pages\red.png" />
|
|
<Content Include="apps\ui-tests-app\pages\test2.png" />
|
|
<Content Include="apps\ui-tests-app\pages\textfield.xml" />
|
|
<Content Include="apps\ui-tests-app\pages\text\text-field.xml" />
|
|
<Content Include="apps\ui-tests-app\pages\text\text-view.xml" />
|
|
<Content Include="apps\ui-tests-app\pages\text\label.xml" />
|
|
<Content Include="apps\ui-tests-app\pages\text\button.xml" />
|
|
<Content Include="apps\ui-tests-app\web-view\webview.xml" />
|
|
<Content Include="fetch\fetch.js" />
|
|
<Content Include="css-value\reworkcss-value.js" />
|
|
<Content Include="ui\layouts\stack-layout\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ui\layouts\dock-layout\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ui\layouts\absolute-layout\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ui\layouts\wrap-layout\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ui\layouts\grid-layout\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<TypeScriptCompile Include="data\observable\observable.ts">
|
|
<DependentUpon>observable.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\dialogs\dialogs.android.ts">
|
|
<DependentUpon>dialogs.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\dialogs\dialogs.d.ts" />
|
|
<TypeScriptCompile Include="ui\dialogs\dialogs.ios.ts">
|
|
<DependentUpon>dialogs.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\dialogs\dialogs-common.ts" />
|
|
<TypeScriptCompile Include="ui\button\button.d.ts" />
|
|
<TypeScriptCompile Include="ui\button\button.android.ts">
|
|
<DependentUpon>button.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\button\button.ios.ts">
|
|
<DependentUpon>button.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\slider\slider.d.ts" />
|
|
<TypeScriptCompile Include="ui\slider\slider.ios.ts">
|
|
<DependentUpon>slider.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\switch\switch.d.ts" />
|
|
<TypeScriptCompile Include="ui\switch\switch-common.ts">
|
|
<DependentUpon>switch.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\switch\switch.android.ts">
|
|
<DependentUpon>switch.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\switch\switch.ios.ts">
|
|
<DependentUpon>switch.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\border\border.d.ts" />
|
|
<TypeScriptCompile Include="ui\activity-indicator\activity-indicator.d.ts" />
|
|
<TypeScriptCompile Include="ui\activity-indicator\activity-indicator.android.ts">
|
|
<DependentUpon>activity-indicator.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\activity-indicator\activity-indicator.ios.ts">
|
|
<DependentUpon>activity-indicator.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\progress\progress.android.ts">
|
|
<DependentUpon>progress.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\progress\progress.d.ts" />
|
|
<TypeScriptCompile Include="ui\progress\progress.ios.ts">
|
|
<DependentUpon>progress.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\search-bar\search-bar.d.ts" />
|
|
<TypeScriptCompile Include="ui\search-bar\search-bar.android.ts">
|
|
<DependentUpon>search-bar.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\search-bar\search-bar.ios.ts">
|
|
<DependentUpon>search-bar.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\list-view\list-view.d.ts" />
|
|
<TypeScriptCompile Include="ui\list-view\list-view.android.ts">
|
|
<DependentUpon>list-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\list-view\list-view.ios.ts">
|
|
<DependentUpon>list-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\scroll-view\scroll-view.d.ts" />
|
|
<TypeScriptCompile Include="ui\scroll-view\scroll-view.android.ts">
|
|
<DependentUpon>scroll-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\scroll-view\scroll-view.ios.ts">
|
|
<DependentUpon>scroll-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\scroll-view\scroll-view-common.ts">
|
|
<DependentUpon>scroll-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\web-view\web-view.d.ts" />
|
|
<TypeScriptCompile Include="ui\slider\slider.android.ts">
|
|
<DependentUpon>slider.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="apps\template-blank\package.json" />
|
|
<TypeScriptCompile Include="apps\tests\camera-tests.ts" />
|
|
<Content Include="apps\tests\app\testPage.xml" />
|
|
<Content Include="apps\tests\ui\label\label-tests.css" />
|
|
<Content Include="camera\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include=".gitignore" />
|
|
<Content Include="apps\template-blank\main-page.xml" />
|
|
<Content Include="apps\template-hello-world\main-page.xml" />
|
|
<Content Include="apps\tests\small-image.png" />
|
|
<Content Include="apps\tests\pages\page14.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<TypeScriptCompile Include="camera\camera.d.ts" />
|
|
<TypeScriptCompile Include="camera\camera-common.ts">
|
|
<DependentUpon>camera.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="camera\camera.android.ts">
|
|
<DependentUpon>camera.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="camera\camera.ios.ts">
|
|
<DependentUpon>camera.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="camera\Readme.md" />
|
|
<TypeScriptCompile Include="http\http.ts">
|
|
<DependentUpon>http.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="file-system\file-system.ts">
|
|
<DependentUpon>file-system.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="file-system\file-system.d.ts" />
|
|
<TypeScriptCompile Include="data\observable\observable.d.ts" />
|
|
<TypeScriptCompile Include="apps\wrap-layout-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\wrap-layout-demo\mainPage.ts" />
|
|
<TypeScriptCompile Include="apps\absolute-layout-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\absolute-layout-demo\mainPage.ts" />
|
|
<TypeScriptCompile Include="apps\tests\xml-declaration\mymodule\MyControl.ts" />
|
|
<TypeScriptCompile Include="apps\tests\xml-declaration\mymodulewithxml\MyControl.ts">
|
|
<DependentUpon>MyControl.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="apps\cuteness.io\details-page.css">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\cuteness.io\main-page.css">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<TypeScriptCompile Include="apps\web-view-demo\app.ts" />
|
|
<Content Include="apps\gallery-app\content\web-view.xml" />
|
|
<Content Include="apps\gallery-app\layouts\absolute-layout.xml" />
|
|
<Content Include="apps\gallery-app\content\scroll-view.xml" />
|
|
<Content Include="apps\gallery-app\layouts\wrap-layout.xml" />
|
|
<Content Include="apps\gallery-app\layouts\grid-layout.xml" />
|
|
<Content Include="apps\gallery-app\layouts\stack-layout.xml" />
|
|
<Content Include="apps\gallery-app\main-page.xml" />
|
|
<Content Include="apps\gallery-app\content\tab-view.xml" />
|
|
<TypeScriptCompile Include="apps\gallery-app\views\dialogs.ts">
|
|
<DependentUpon>dialogs.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="apps\gallery-app\res\telerik-logo.png" />
|
|
<Content Include="apps\gallery-app\views\dialogs.xml" />
|
|
<Content Include="apps\gallery-app\views\search-bar.xml" />
|
|
<Content Include="apps\gallery-app\views\progress.xml" />
|
|
<Content Include="apps\gallery-app\views\slider.xml" />
|
|
<Content Include="apps\gallery-app\views\image.xml" />
|
|
<Content Include="apps\gallery-app\views\switch.xml" />
|
|
<Content Include="apps\gallery-app\views\activity-indicator.xml" />
|
|
<Content Include="apps\gallery-app\views\list-view.xml" />
|
|
<Content Include="apps\gallery-app\views\text-view.xml" />
|
|
<Content Include="apps\gallery-app\views\text-field.xml" />
|
|
<Content Include="apps\gallery-app\views\label.xml" />
|
|
<Content Include="apps\gallery-app\views\button.xml" />
|
|
<Content Include="apps\template-settings\main-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\template-tab-navigation\main-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\template-master-detail\details-page.xml" />
|
|
<Content Include="apps\template-master-detail\main-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\tests\xml-declaration\mymodulewithxml\MyControl.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<TypeScriptCompile Include="apps\tests\file-system-access-tests\file-system-access-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\xml-declaration\xml-declaration-tests.ts" />
|
|
<Content Include="apps\tests\xml-parser-tests\xml-with-namespaces.xml" />
|
|
<Content Include="apps\tests\xml-parser-tests\xml.xml" />
|
|
<TypeScriptCompile Include="apps\tests\ui\text-field\text-field-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\text\formatted-string-tests.ts" />
|
|
<TypeScriptCompile Include="apps\web-view-demo\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="apps\editable-text-demo\main-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\web-view-demo\main-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<TypeScriptCompile Include="apps\web-view-demo\model.ts" />
|
|
<Content Include="apps\web-view-demo\style.css" />
|
|
<Content Include="gruntfile.js" />
|
|
<TypeScriptCompile Include="apps\cuteness.io\reddit-model.d.ts" />
|
|
<TypeScriptCompile Include="apps\cuteness.io\app.ts" />
|
|
<TypeScriptCompile Include="js-libs\esprima\esprima.d.ts" />
|
|
<TypeScriptCompile Include="js-libs\polymer-expressions\polymer-expressions.d.ts" />
|
|
<Content Include="js-libs\easysax\easysax.js">
|
|
<DependentUpon>easysax.d.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="apps\tests\app\app.ts" />
|
|
<TypeScriptCompile Include="apps\tests\app\testPage.ts" />
|
|
<TypeScriptCompile Include="apps\tests\app\testRunnerPage.ts" />
|
|
<TypeScriptCompile Include="apps\tests\app\mainPage.ts" />
|
|
<TypeScriptCompile Include="data\observable-array\observable-array.ts">
|
|
<DependentUpon>observable-array.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\xml-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\xml-demo\mainPage.ts" />
|
|
<TypeScriptCompile Include="xhr\xhr.ts" />
|
|
<TypeScriptCompile Include="xml\xml.d.ts" />
|
|
<TypeScriptCompile Include="data\observable-array\observable-array.d.ts" />
|
|
<TypeScriptCompile Include="apps\tests\observable-array-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\xml-parser-tests\xml-parser-tests.ts" />
|
|
<TypeScriptCompile Include="xml\xml.ts">
|
|
<DependentUpon>xml.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="data\virtual-array\virtual-array.d.ts" />
|
|
<TypeScriptCompile Include="data\virtual-array\virtual-array.ts">
|
|
<DependentUpon>virtual-array.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\perf-tests\common.d.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\common.ts">
|
|
<DependentUpon>common.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\perf-tests\LargeObjectArrayMemoryTest\app.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\LargeObjectArrayMemoryTest\mainPage.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\ComplexObjectGraphMemoryTest\app.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\ComplexObjectGraphMemoryTest\mainPage.ts" />
|
|
<TypeScriptCompile Include="css\reworkcss.d.ts" />
|
|
<Content Include="js-libs\esprima\esprima.js">
|
|
<DependentUpon>esprima.d.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="js-libs\polymer-expressions\path-parser.js" />
|
|
<Content Include="js-libs\polymer-expressions\polymer-expressions.js">
|
|
<DependentUpon>polymer-expressions.d.ts</DependentUpon>
|
|
</Content>
|
|
<Content Include="css\reworkcss.js">
|
|
<DependentUpon>reworkcss.d.ts</DependentUpon>
|
|
</Content>
|
|
<TypeScriptCompile Include="apps\tests\xml-declaration\app.ts" />
|
|
<TypeScriptCompile Include="apps\tests\xml-declaration\mainPage.ts">
|
|
<DependentUpon>mainPage.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\text-field\text-field-tests-native.d.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\text-field\text-field-tests-native.android.ts">
|
|
<DependentUpon>text-field-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\text-field\text-field-tests-native.ios.ts">
|
|
<DependentUpon>text-field-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\cuteness.io\details-page.ts">
|
|
<DependentUpon>details-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\cuteness.io\reddit-app-view-model.ts" />
|
|
<Content Include="apps\cuteness.io\details-page.xml" />
|
|
<Content Include="apps\cuteness.io\reddit-item-view-model.ts" />
|
|
<TypeScriptCompile Include="apps\cuteness.io\main-page.ts">
|
|
<DependentUpon>main-page.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="apps\cuteness.io\main-page.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<TypeScriptCompile Include="apps\tests\ui\text-view\text-view-tests-native.d.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\text-view\text-view-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\text-view\text-view-tests-native.android.ts">
|
|
<DependentUpon>text-view-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\text-view\text-view-tests-native.ios.ts">
|
|
<DependentUpon>text-view-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\styling\app.ts" />
|
|
<TypeScriptCompile Include="apps\tests\styling\mainPage.ts" />
|
|
<Content Include="apps\paylocity\login.xml" />
|
|
<Content Include="apps\paylocity\news.xml" />
|
|
<TypeScriptCompile Include="apps\tests\ui\label\label-tests-native.d.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\label\label-tests-native.android.ts">
|
|
<DependentUpon>label-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\label\label-tests-native.ios.ts">
|
|
<DependentUpon>label-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="apps\tests\xml-declaration\mainPage.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="apps\cuteness.io\res\first-image.png" />
|
|
<Content Include="apps\cuteness.io\res\no-image.png" />
|
|
<Content Include="apps\cuteness.io\res\reddit-logo-transparent.png" />
|
|
<Content Include="apps\cuteness.io\res\reddit-logo.png" />
|
|
<Content Include="apps\cuteness.io\res\telerik-logo.png" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page8.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\ApplicationSize\app.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\ApplicationSize\mainPage.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page9.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\page10.ts" />
|
|
<TypeScriptCompile Include="apps\tests\pages\sandbox-project.ts" />
|
|
<Content Include="apps\tests\pages\test.png" />
|
|
<TypeScriptCompile Include="apps\perf-tests\ApplicationLoadTimeAndFPS\app.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\ApplicationLoadTimeAndFPS\mainPage.ts" />
|
|
<TypeScriptCompile Include="apps\paylocity\app.ts" />
|
|
<TypeScriptCompile Include="apps\paylocity\login.ts">
|
|
<DependentUpon>login.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="apps\paylocity\logo.png" />
|
|
<TypeScriptCompile Include="apps\paylocity\news.ts">
|
|
<DependentUpon>news.xml</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="apps\paylocity\style.css" />
|
|
<Content Include="apps\paylocity\tagLine.png" />
|
|
<Content Include="apps\perf-tests\ApplicationLoadTimeAndFPS\noimage.png" />
|
|
<Content Include="apps\perf-tests\ComplexObjectGraphMemoryTest\results-0K-buttons.txt" />
|
|
<Content Include="apps\perf-tests\ComplexObjectGraphMemoryTest\results-1K-buttons.txt" />
|
|
<Content Include="apps\perf-tests\ComplexObjectGraphMemoryTest\results-2K-buttons.txt" />
|
|
<TypeScriptCompile Include="apps\perf-tests\ControlCreationSpeedTest\app.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\ControlCreationSpeedTest\mainPage.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\controls-page.d.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\controls-page.ts">
|
|
<DependentUpon>controls-page.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\perf-tests\LargeObjectArrayMemoryLeakTest\app.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\LargeObjectArrayMemoryLeakTest\mainPage.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\LargeObjectArrayMemoryLeakTest\native-calls-wrapper.d.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\LargeObjectArrayMemoryLeakTest\native-calls-wrapper.android.ts">
|
|
<DependentUpon>native-calls-wrapper.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\perf-tests\LargeObjectArrayMemoryLeakTest\native-calls-wrapper.ios.ts">
|
|
<DependentUpon>native-calls-wrapper.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="apps\perf-tests\LargeObjectArrayMemoryTest\results-0M-objects.txt" />
|
|
<Content Include="apps\perf-tests\LargeObjectArrayMemoryTest\results-1M-objects.txt" />
|
|
<Content Include="apps\perf-tests\LargeObjectArrayMemoryTest\results-2M-objects.txt" />
|
|
<TypeScriptCompile Include="apps\perf-tests\SpeedTests\app.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\SpeedTests\mainPage.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\SpeedTests\tests.d.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\SpeedTests\tests.ts">
|
|
<DependentUpon>tests.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\perf-tests\SpeedTests\tests-native.d.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\SpeedTests\tests-native.android.ts">
|
|
<DependentUpon>tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\perf-tests\SpeedTests\tests-native.ios.ts">
|
|
<DependentUpon>tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\style\style-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\style\value-source-tests.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\NavigationMemoryLeakTest\app.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\nav-page.d.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\nav-page.ts">
|
|
<DependentUpon>nav-page.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\perf-tests\NavigationMemoryLeakTest\mainPage.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\NavigationTest\app.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\SingleUIObjectMemoryLeakTest\app.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\SingleUIObjectMemoryLeakTest\mainPage.ts" />
|
|
<TypeScriptCompile Include="ui\image\image-common.ts">
|
|
<DependentUpon>image.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\activity-indicator\activity-indicator-common.ts">
|
|
<DependentUpon>activity-indicator.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\core\dependency-observable.ts">
|
|
<DependentUpon>dependency-observable.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\gestures\gestures.d.ts" />
|
|
<TypeScriptCompile Include="ui\gestures\gestures.android.ts">
|
|
<DependentUpon>gestures.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\gestures\gestures.ios.ts">
|
|
<DependentUpon>gestures.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\gestures\gestures-common.ts">
|
|
<DependentUpon>gestures.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\list-view\list-view-common.ts">
|
|
<DependentUpon>list-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\perf-tests\NavigationTest\details-page.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\NavigationTest\master-page.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\NavigationTest\page1.ts" />
|
|
<TypeScriptCompile Include="apps\perf-tests\NavigationTest\page2.ts" />
|
|
<TypeScriptCompile Include="ui\styling\stylers.d.ts" />
|
|
<TypeScriptCompile Include="ui\styling\stylers-common.ts">
|
|
<DependentUpon>stylers.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\stylers.android.ts">
|
|
<DependentUpon>stylers.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\stylers.ios.ts">
|
|
<DependentUpon>stylers.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\style-scope.ts" />
|
|
<TypeScriptCompile Include="utils\utils-common.ts">
|
|
<DependentUpon>utils.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\virtual-array-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\button\button-tests-native.d.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\button\button-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\button\button-tests-native.android.ts">
|
|
<DependentUpon>button-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\button\button-tests-native.ios.ts">
|
|
<DependentUpon>button-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\styling.ts">
|
|
<DependentUpon>styling.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\styling.d.ts" />
|
|
<TypeScriptCompile Include="ui\styling\style-property.ts" />
|
|
<TypeScriptCompile Include="ui\styling\converters.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\label\label-tests.ts" />
|
|
<TypeScriptCompile Include="ui\tab-view\tab-view-common.ts">
|
|
<DependentUpon>tab-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\tab-view\tab-view.android.ts">
|
|
<DependentUpon>tab-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\tab-view\tab-view.ios.ts">
|
|
<DependentUpon>tab-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\tab-view\tab-view-tests-native.d.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\tab-view\tab-view-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\tab-view\tab-view-tests-native.android.ts">
|
|
<DependentUpon>tab-view-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\tab-view\tab-view-tests-native.ios.ts">
|
|
<DependentUpon>tab-view-tests-native.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tab-view-demo\app.ts" />
|
|
<TypeScriptCompile Include="apps\tab-view-demo\mainPage.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\image\image-tests.ts" />
|
|
<Content Include="apps\tests\logo.png" />
|
|
<TypeScriptCompile Include="apps\tests\ui\progress\progress-tests.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\page\test-page-module.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\list-view\list-view-tests.ts" />
|
|
<Content Include="apps\xml-demo\xml.xml" />
|
|
<TypeScriptCompile Include="apps\tests\ui\page\page-tests-common.ts" />
|
|
<TypeScriptCompile Include="apps\tests\ui\page\page-tests.android.ts">
|
|
<DependentUpon>page-tests-common.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="apps\tests\ui\page\page-tests.ios.ts">
|
|
<DependentUpon>page-tests-common.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\builder\builder.d.ts" />
|
|
<TypeScriptCompile Include="ui\builder\builder.ts">
|
|
<DependentUpon>builder.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\text-base\text-base.d.ts" />
|
|
<TypeScriptCompile Include="ui\text-base\text-base.ts">
|
|
<DependentUpon>text-base.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\text-view\text-view-common.ts">
|
|
<DependentUpon>text-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\text-view\text-view.android.ts">
|
|
<DependentUpon>text-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\text-view\text-view.ios.ts">
|
|
<DependentUpon>text-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\core\weak-event-listener.d.ts" />
|
|
<TypeScriptCompile Include="ui\core\weak-event-listener.ts">
|
|
<DependentUpon>weak-event-listener.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="utils\types.d.ts" />
|
|
<TypeScriptCompile Include="utils\types.ts">
|
|
<DependentUpon>types.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\core\proxy.d.ts" />
|
|
<TypeScriptCompile Include="ui\core\proxy.ts">
|
|
<DependentUpon>proxy.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\styling\visual-state-constants.d.ts" />
|
|
<TypeScriptCompile Include="ui\styling\visual-state-constants.ts">
|
|
<DependentUpon>visual-state-constants.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\enums\enums.d.ts" />
|
|
<TypeScriptCompile Include="ui\enums\enums.ts">
|
|
<DependentUpon>enums.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\builder\component-builder.ts">
|
|
<DependentUpon>component-builder.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\builder\template-builder.ts">
|
|
<DependentUpon>template-builder.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\builder\component-builder.d.ts" />
|
|
<TypeScriptCompile Include="ui\builder\template-builder.d.ts" />
|
|
<TypeScriptCompile Include="utils\number-utils.ts" />
|
|
<TypeScriptCompile Include="text\span.d.ts" />
|
|
<TypeScriptCompile Include="text\span-common.ts">
|
|
<DependentUpon>span.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="text\span.android.ts">
|
|
<DependentUpon>span.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="text\span.ios.ts">
|
|
<DependentUpon>span.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="text\formatted-string.d.ts" />
|
|
<TypeScriptCompile Include="text\formatted-string-common.ts">
|
|
<DependentUpon>formatted-string.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="text\formatted-string.android.ts">
|
|
<DependentUpon>formatted-string.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="text\formatted-string.ios.ts">
|
|
<DependentUpon>formatted-string.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\web-view\web-view-common.ts">
|
|
<DependentUpon>web-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\web-view\web-view.android.ts">
|
|
<DependentUpon>web-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\web-view\web-view.ios.ts">
|
|
<DependentUpon>web-view.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\editable-text-base\editable-text-base-common.ts">
|
|
<DependentUpon>editable-text-base.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\editable-text-base\editable-text-base.android.ts">
|
|
<DependentUpon>editable-text-base.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="ui\editable-text-base\editable-text-base.ios.ts">
|
|
<DependentUpon>editable-text-base.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="image-source\Readme.md" />
|
|
<Content Include="http\Readme.md" />
|
|
<Content Include="Readme.md" />
|
|
<Content Include="console\Readme.md" />
|
|
<Content Include="location\Readme.md" />
|
|
<Content Include="application\Readme.md" />
|
|
<Content Include="globals\Readme.md" />
|
|
<Content Include="timer\Readme.md" />
|
|
<Content Include="apps\tests\Readme.md" />
|
|
<Content Include="application-settings\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\dialogs\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\list-view\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="application\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="color\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="console\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="file-system\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="http\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="image-source\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="application-settings\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="location\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="text\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="timer\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\activity-indicator\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\button\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\dialogs\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\frame\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\image\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\label\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\list-view\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\page\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\progress\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\scroll-view\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\search-bar\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\slider\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\switch\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\border\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\text-field\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\text-view\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\web-view\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="globals\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="fps-meter\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\cuteness.io\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\tests\app\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\xml-demo\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="xml\package.json" />
|
|
<Content Include="xml\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\tab-view\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\frame\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="js-libs\easysax\LICENSE" />
|
|
<Content Include="js-libs\easysax\package.json" />
|
|
<Content Include="js-libs\easysax\README.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="trace\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\perf-tests\ComplexObjectGraphMemoryTest\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\perf-tests\ControlCreationSpeedTest\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\perf-tests\SingleUIObjectMemoryLeakTest\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\perf-tests\SpeedTests\package.json" />
|
|
<Content Include="apps\tests\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="trace\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\slide-out\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\perf-tests\LargeObjectArrayMemoryLeakTest\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\perf-tests\NavigationMemoryLeakTest\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\perf-tests\NavigationTest\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\gestures\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\perf-tests\ApplicationSize\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\perf-tests\ApplicationLoadTimeAndFPS\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="css\LICENSE" />
|
|
<Content Include="css\package.json" />
|
|
<Content Include="css\Readme.md" />
|
|
<Content Include="data\observable\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="data\observable-array\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="data\virtual-array\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\content-view\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\paylocity\package.json" />
|
|
<Content Include="apps\tests\pages\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\styling\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\tab-view-demo\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\tests\xml-declaration\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\builder\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\text-base\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\image-cache\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\template-hello-world\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\tests\styling\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ui\enums\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\ui-tests-app\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="apps\wrap-layout-demo\package.json" />
|
|
<Content Include="apps\absolute-layout-demo\package.json" />
|
|
<Content Include="apps\tests\xml-parser-tests\xml.expected" />
|
|
<Content Include="apps\tests\xml-declaration\mymodule\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\tests\xml-declaration\mymodulewithxml\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\tests\file-system-access-tests\xml.expected" />
|
|
<Content Include="apps\web-view-demo\package.json" />
|
|
<Content Include="apps\perf-tests\package.json" />
|
|
<Content Include="apps\editable-text-demo\package.json" />
|
|
<Content Include="apps\template-master-detail\package.json" />
|
|
<Content Include="apps\template-tab-navigation\package.json" />
|
|
<Content Include="apps\template-settings\package.json" />
|
|
<Content Include="apps\gallery-app\package.json" />
|
|
<Content Include="ui\editable-text-base\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="js-libs\polymer-expressions\LICENSE" />
|
|
<Content Include="js-libs\polymer-expressions\package.json" />
|
|
<Content Include="js-libs\polymer-expressions\README.md" />
|
|
<Content Include="platform\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="CreateNewModule.md" />
|
|
<Content Include="DebugV8Heap.md" />
|
|
<Content Include="apps\pickers-demo\package.json" />
|
|
<Content Include="apps\placeholder-demo\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\modal-views-demo\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\cuteness.unoptimized\package.json" />
|
|
<Content Include="apps\animations\package.json" />
|
|
<Content Include="ui\animation\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\action-bar-demo\package.json" />
|
|
<Content Include="fetch\package.json" />
|
|
<Content Include="fetch\README.md" />
|
|
<Content Include="apps\list-view-demo\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="xhr\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="xhr\Readme.md" />
|
|
<Content Include="connectivity\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\connectivity-demo\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\notifications-demo\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="apps\orientation-demo\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<None Include="js-libs\esprima\LICENSE.BSD" />
|
|
<Content Include="source-control.md" />
|
|
<Content Include="ui\segmented-bar\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ui\time-picker\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ui\date-picker\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ui\list-picker\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ui\placeholder\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ui\repeater\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="css-value\LICENSE" />
|
|
<Content Include="css-value\package.json" />
|
|
<Content Include="css-value\Readme.md" />
|
|
<Content Include="ui\action-bar\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ui\html-view\package.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="ui\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="build\tslint.json" />
|
|
<None Include="build\scripts\prepublish.js" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="js-libs\esprima\package.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="js-libs\esprima\README.md" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<!-- To save maintenance effort, the Visual Studio build does not rely on the Microsoft targets.
|
|
Instead, it calls the Grunt build.
|
|
-->
|
|
<!--<Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets')" />-->
|
|
<PropertyGroup>
|
|
<!-- Indicates to the language service that this project supports TypeScript -->
|
|
<TypeScriptEnabled>true</TypeScriptEnabled>
|
|
<!-- Controls Compile-on-Save in the IDE -->
|
|
<TypeScriptCompileOnSaveEnabled Condition="'$(TypeScriptCompileOnSaveEnabled)' == ''">true</TypeScriptCompileOnSaveEnabled>
|
|
<TypeScriptToolsVersion Condition="'$(TypeScriptToolsVersion)'==''">1.3.0</TypeScriptToolsVersion>
|
|
<TscToolPath>node_modules\.bin</TscToolPath>
|
|
<TscToolExe Condition="'$(TscToolExe)' == ''">tsc.cmd</TscToolExe>
|
|
<TscYieldDuringToolExecution Condition="'$(TscYieldDuringToolExecution)' == ''">true</TscYieldDuringToolExecution>
|
|
</PropertyGroup>
|
|
<!-- Custom build tasks -->
|
|
<PropertyGroup>
|
|
<BuildDependsOn>$(BuildDependsOn);CompileAndPack;</BuildDependsOn>
|
|
</PropertyGroup>
|
|
<Target Name="CompileAndPack">
|
|
<Exec Command="npm install" />
|
|
<PropertyGroup>
|
|
<GruntLeaveComments>
|
|
</GruntLeaveComments>
|
|
<GruntLeaveComments Condition=" '$(Configuration)' == 'Documentation' ">--leavecomments=true</GruntLeaveComments>
|
|
<GruntRunTSLint Condition=" '$(Configuration)' == 'Cross' ">--runtslint=true</GruntRunTSLint>
|
|
<GruntRunTSLint Condition=" '$(Configuration)' != 'Cross' ">--runtslint=false</GruntRunTSLint>
|
|
</PropertyGroup>
|
|
<Exec Command="grunt default $(GruntLeaveComments) $(GruntRunTSLint) --verbose" />
|
|
</Target>
|
|
<Import Project="../cross-platform-modules-dev/dev.proj" Condition=" Exists('../cross-platform-modules-dev/dev.proj') " />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>True</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>0</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>http://localhost:3128/</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl>
|
|
</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
<UserProperties ui_2layouts_2wrap-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2layouts_2grid-layout_2package_1json__JSONSchema="" ui_2layouts_2dock-layout_2package_1json__JSONSchema="" ui_2layouts_2absolute-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2layouts_2linear-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2web-view_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2content-view_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2gallery-app_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2absolute-layout-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2editable-text-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2scroll-view_2package_1json__JSONSchema="http://json.schemastore.org/package" />
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
</Project>
|