mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
265 lines
12 KiB
XML
265 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<ProjectGuid>{2313F1BF-1F2D-4F11-806A-87927FA6A7C0}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<OutputPath>bin</OutputPath>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<DebugType>full</DebugType>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<TypeScriptToolsVersion>1.0</TypeScriptToolsVersion>
|
|
<UseIISExpress>true</UseIISExpress>
|
|
<IISExpressSSLPort />
|
|
<IISExpressAnonymousAuthentication />
|
|
<IISExpressWindowsAuthentication />
|
|
<IISExpressUseClassicPipelineMode />
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<RootNamespace>BCL</RootNamespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'iOS'">
|
|
<OutputPath>bin\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Android'">
|
|
<OutputPath>bin\</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<GenerateResourceNeverLockTypeAssemblies>true</GenerateResourceNeverLockTypeAssemblies>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'iOS_Deploy'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Android_Deploy'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>True</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>63708</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>http://localhost:63708/</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl>
|
|
</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<ItemGroup>
|
|
<TypeScriptCompile Include="Application\application.android.ts">
|
|
<DependentUpon>application.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="Application\application_common.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="Console\console.ts">
|
|
<DependentUpon>console.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="Console\console_helper.android.ts">
|
|
<DependentUpon>console_helper.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="Console\console_helper.d.ts" />
|
|
<TypeScriptCompile Include="Console\console_helper.ios.ts">
|
|
<DependentUpon>console_helper.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="declarations.d.ts" />
|
|
<TypeScriptCompile Include="declarations.android.d.ts">
|
|
<DependentUpon>declarations.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="Camera\camera.android.ts">
|
|
<DependentUpon>camera.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="Camera\camera.d.ts" />
|
|
<TypeScriptCompile Include="Camera\camera.ios.ts">
|
|
<DependentUpon>camera.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="declarations.ios.d.ts">
|
|
<DependentUpon>declarations.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="FileSystem\file_system.d.ts" />
|
|
<TypeScriptCompile Include="FileSystem\file_system.ts">
|
|
<DependentUpon>file_system.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="FileSystem\file_system_access.android.ts">
|
|
<DependentUpon>file_system_access.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="FileSystem\file_system_access.d.ts" />
|
|
<TypeScriptCompile Include="FileSystem\file_system_access.ios.ts">
|
|
<DependentUpon>file_system_access.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="Image\image.ios.ts">
|
|
<DependentUpon>image.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="Image\image.android.ts">
|
|
<DependentUpon>image.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="Image\image.d.ts" />
|
|
<TypeScriptCompile Include="Location\location.android.ts">
|
|
<DependentUpon>location.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="Location\location.d.ts" />
|
|
<TypeScriptCompile Include="Location\location.ios.ts">
|
|
<DependentUpon>location.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="Location\location_types.ts">
|
|
<DependentUpon>location.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="text\index.ts" />
|
|
<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="UserPreferences\user_preferences.android.ts">
|
|
<DependentUpon>user_preferences.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="UserPreferences\user_preferences.d.ts" />
|
|
<TypeScriptCompile Include="UserPreferences\user_preferences.ios.ts">
|
|
<DependentUpon>user_preferences.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="Utils\module_merge.ts" />
|
|
<TypeScriptCompile Include="Utils\utils_android.ts" />
|
|
<TypeScriptCompile Include="Utils\utils_ios.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_request.d.ts" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<TypeScriptCompile Include="http\index.ts" />
|
|
<TypeScriptCompile Include="UserPreferences\index.ts" />
|
|
<TypeScriptCompile Include="Location\index.ts" />
|
|
<TypeScriptCompile Include="Image\index.ts" />
|
|
<TypeScriptCompile Include="FileSystem\index.ts" />
|
|
<TypeScriptCompile Include="Console\index.ts" />
|
|
<TypeScriptCompile Include="Camera\index.ts" />
|
|
<TypeScriptCompile Include="Application\index.ts" />
|
|
<TypeScriptCompile Include="android17.d.ts" />
|
|
<TypeScriptCompile Include="promises\promises.ts" />
|
|
<TypeScriptCompile Include="promises\index.ts" />
|
|
<TypeScriptCompile Include="http\http.ts" />
|
|
<TypeScriptCompile Include="ios7.d.ts" />
|
|
<TypeScriptCompile Include="globals\index.ts" />
|
|
<TypeScriptCompile Include="timer\index.ts" />
|
|
<TypeScriptCompile Include="timer\timer.android.ts">
|
|
<DependentUpon>timer.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<TypeScriptCompile Include="UserPreferences\user_preferences_common.ts">
|
|
<DependentUpon>user_preferences.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="_references.ts" />
|
|
<TypeScriptCompile Include="Console\console.d.ts" />
|
|
<TypeScriptCompile Include="timer\timer.d.ts" />
|
|
<TypeScriptCompile Include="timer\timer.ios.ts">
|
|
<DependentUpon>timer.d.ts</DependentUpon>
|
|
</TypeScriptCompile>
|
|
<Content Include="_references.ts" />
|
|
<Content Include="Image\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<TypeScriptCompile Include="libjs.d.ts" />
|
|
<Content Include="UserPreferences\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="http\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Console\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Deploy\Eclipse\" />
|
|
<Folder Include="Deploy\xCode\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Location\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Application\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="globals\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="timer\Readme.md" />
|
|
</ItemGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'iOS'">
|
|
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
|
|
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
|
|
<TypeScriptSourceMap>True</TypeScriptSourceMap>
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Android'">
|
|
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
|
|
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
|
|
<TypeScriptSourceMap>True</TypeScriptSourceMap>
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
<TypeScriptSourceMap>True</TypeScriptSourceMap>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'iOS_Deploy'">
|
|
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
|
|
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
|
|
<TypeScriptSourceMap>True</TypeScriptSourceMap>
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Android_Deploy'">
|
|
<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
|
|
<TypeScriptRemoveComments>True</TypeScriptRemoveComments>
|
|
<TypeScriptSourceMap>True</TypeScriptSourceMap>
|
|
<TypeScriptTarget>ES5</TypeScriptTarget>
|
|
</PropertyGroup>
|
|
<Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets')" />
|
|
<!--
|
|
Custom build tasks
|
|
-->
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'iOS_Deploy'">
|
|
<JSConfig>Deploy\xCode\Configuration.xml</JSConfig>
|
|
<JSMainFile>app.js</JSMainFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Android_Deploy'">
|
|
<JSConfig>Deploy\Eclipse\Configuration.xml</JSConfig>
|
|
<JSMainFile>app.js</JSMainFile>
|
|
</PropertyGroup>
|
|
<UsingTask TaskName="BuildTasks.CopyForPlatformBuildTask" AssemblyFile="../../Build/lib/BuildTasks.dll" />
|
|
<Target Name="AfterBuild">
|
|
<CopyForPlatformBuildTask TargetPlatform="$(Configuration)" Platforms="iOS;Android" InputFiles="@(GeneratedJavascript)" DestinationFolder="$(OutputPath)\$(Configuration)\" JSConfigFile="$(JSConfig)" AppMainJSFile="$(JSMainFile)" />
|
|
</Target>
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |