adding platforms to jsproj, del sln, fix gulp bindings
This commit is contained in:
Родитель
22d057638a
Коммит
f81c34d1ea
|
@ -1,4 +1,4 @@
|
|||
/// <binding BeforeBuild='build' ProjectOpened='watch' />
|
||||
/// <binding BeforeBuild='build' />
|
||||
var gulp = require('gulp'),
|
||||
gulpWatch = require('gulp-watch'),
|
||||
del = require('del'),
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Android">
|
||||
<Configuration>Debug</Configuration>
|
||||
|
@ -10,10 +9,30 @@
|
|||
<Configuration>Debug</Configuration>
|
||||
<Platform>iOS</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Windows-AnyCPU">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Windows-AnyCPU</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Windows-x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Windows-x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Windows-x86">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Windows-x86</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Windows-ARM">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Windows-ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Windows Phone 8">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Windows Phone 8</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Windows Phone (Universal)">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Windows Phone (Universal)</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Android">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Android</Platform>
|
||||
|
@ -22,16 +41,36 @@
|
|||
<Configuration>Release</Configuration>
|
||||
<Platform>iOS</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Windows-AnyCPU">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Windows-AnyCPU</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Windows-x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Windows-x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Windows-x86">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Windows-x86</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Windows-ARM">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Windows-ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Windows Phone 8">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Windows Phone 8</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Windows Phone (Universal)">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Windows Phone (Universal)</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Service Include="{4a0dddb5-7a95-4fbf-97cc-616d07737a77}" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>9ddd2ed0-3260-4210-8598-f5e882da7ee8</ProjectGuid>
|
||||
<ProjectGuid>e0c92575-5284-40dd-bda5-a71123ffc849</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0'">
|
||||
|
@ -62,10 +101,5 @@
|
|||
<!-- Installs (if necessary) the supporting Nodejs module -->
|
||||
<Exec Command=""$(MDAVsixDir)"\packages\vs-tac\install "$(NodeJsDir)" "$(MDAVsixDir)"\packages\vs-tac" />
|
||||
</Target>
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<UserProperties />
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
<Import Project="_apacheCordovaProjectSourceItems.Targets" Condition="Exists('_apacheCordovaProjectSourceItems.Targets')" />
|
||||
</Project>
|
|
@ -1,60 +0,0 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.25123.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "ionic2-ts-blank", "ionic2-ts-blank.jsproj", "{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Android = Debug|Android
|
||||
Debug|iOS = Debug|iOS
|
||||
Debug|Windows Phone (Universal) = Debug|Windows Phone (Universal)
|
||||
Debug|Windows Phone 8 = Debug|Windows Phone 8
|
||||
Debug|Windows-AnyCPU = Debug|Windows-AnyCPU
|
||||
Debug|Windows-ARM = Debug|Windows-ARM
|
||||
Debug|Windows-x64 = Debug|Windows-x64
|
||||
Debug|Windows-x86 = Debug|Windows-x86
|
||||
Release|Android = Release|Android
|
||||
Release|iOS = Release|iOS
|
||||
Release|Windows Phone (Universal) = Release|Windows Phone (Universal)
|
||||
Release|Windows Phone 8 = Release|Windows Phone 8
|
||||
Release|Windows-AnyCPU = Release|Windows-AnyCPU
|
||||
Release|Windows-ARM = Release|Windows-ARM
|
||||
Release|Windows-x64 = Release|Windows-x64
|
||||
Release|Windows-x86 = Release|Windows-x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|Android.ActiveCfg = Debug|Android
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|Android.Build.0 = Debug|Android
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|Android.Deploy.0 = Debug|Android
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|iOS.ActiveCfg = Debug|iOS
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|iOS.Build.0 = Debug|iOS
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|iOS.Deploy.0 = Debug|iOS
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|Windows Phone (Universal).ActiveCfg = Debug|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|Windows Phone 8.ActiveCfg = Debug|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|Windows-AnyCPU.ActiveCfg = Debug|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|Windows-ARM.ActiveCfg = Debug|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|Windows-x64.ActiveCfg = Debug|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|Windows-x86.ActiveCfg = Debug|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|Windows-x86.Build.0 = Debug|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Debug|Windows-x86.Deploy.0 = Debug|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|Android.ActiveCfg = Release|Android
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|Android.Build.0 = Release|Android
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|Android.Deploy.0 = Release|Android
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|iOS.ActiveCfg = Release|iOS
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|iOS.Build.0 = Release|iOS
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|iOS.Deploy.0 = Release|iOS
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|Windows Phone (Universal).ActiveCfg = Release|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|Windows Phone 8.ActiveCfg = Release|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|Windows-AnyCPU.ActiveCfg = Release|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|Windows-ARM.ActiveCfg = Release|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|Windows-x64.ActiveCfg = Release|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|Windows-x86.ActiveCfg = Release|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|Windows-x86.Build.0 = Release|Windows-x86
|
||||
{9DDD2ED0-3260-4210-8598-F5E882DA7EE8}.Release|Windows-x86.Deploy.0 = Release|Windows-x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Загрузка…
Ссылка в новой задаче