del sln, fix jsproj platforms, fix bindings
This commit is contained in:
Родитель
525889460b
Коммит
a2b81f8dea
|
@ -1,4 +1,4 @@
|
|||
/// <binding BeforeBuild='build' ProjectOpened='watch' />
|
||||
/// <binding BeforeBuild='build' />
|
||||
var gulp = require('gulp'),
|
||||
gulpWatch = require('gulp-watch'),
|
||||
del = require('del'),
|
||||
|
|
|
@ -9,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>
|
||||
|
@ -21,24 +41,44 @@
|
|||
<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>2a2bb993-5bab-45db-8817-77b47e7c9514</ProjectGuid>
|
||||
<ProjectGuid>cd90c534-7d7a-4466-b0a6-762fc0f40038</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0'">
|
||||
<VisualStudioVersion>14.0</VisualStudioVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
|
||||
<TypeScriptCompileOnSaveEnabled>false</TypeScriptCompileOnSaveEnabled>
|
||||
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\ApacheCordovaTools\vs-mda-targets\Microsoft.TypeScript.MDA.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\ApacheCordovaTools\vs-mda-targets\Microsoft.MDA.FileMirroring.targets" />
|
||||
|
|
|
@ -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-tabs", "ionic2-ts-tabs.jsproj", "{2A2BB993-5BAB-45DB-8817-77B47E7C9514}"
|
||||
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
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|Android.ActiveCfg = Debug|Android
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|Android.Build.0 = Debug|Android
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|Android.Deploy.0 = Debug|Android
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|iOS.ActiveCfg = Debug|iOS
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|iOS.Build.0 = Debug|iOS
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|iOS.Deploy.0 = Debug|iOS
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|Windows Phone (Universal).ActiveCfg = Debug|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|Windows Phone 8.ActiveCfg = Debug|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|Windows-AnyCPU.ActiveCfg = Debug|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|Windows-ARM.ActiveCfg = Debug|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|Windows-x64.ActiveCfg = Debug|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|Windows-x86.ActiveCfg = Debug|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|Windows-x86.Build.0 = Debug|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Debug|Windows-x86.Deploy.0 = Debug|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|Android.ActiveCfg = Release|Android
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|Android.Build.0 = Release|Android
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|Android.Deploy.0 = Release|Android
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|iOS.ActiveCfg = Release|iOS
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|iOS.Build.0 = Release|iOS
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|iOS.Deploy.0 = Release|iOS
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|Windows Phone (Universal).ActiveCfg = Release|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|Windows Phone 8.ActiveCfg = Release|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|Windows-AnyCPU.ActiveCfg = Release|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|Windows-ARM.ActiveCfg = Release|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|Windows-x64.ActiveCfg = Release|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|Windows-x86.ActiveCfg = Release|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|Windows-x86.Build.0 = Release|Windows-x86
|
||||
{2A2BB993-5BAB-45DB-8817-77B47E7C9514}.Release|Windows-x86.Deploy.0 = Release|Windows-x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Загрузка…
Ссылка в новой задаче