pre vsix draft
This commit is contained in:
Родитель
a70de717e4
Коммит
f677ff858e
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -1,4 +1,4 @@
|
|||
/// <binding ProjectOpened='watch' />
|
||||
/// <binding BeforeBuild='build' ProjectOpened='watch' />
|
||||
var gulp = require('gulp'),
|
||||
gulpWatch = require('gulp-watch'),
|
||||
del = require('del'),
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Android">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Android</Platform>
|
||||
|
@ -9,22 +9,10 @@
|
|||
<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="Release|Android">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Android</Platform>
|
||||
|
@ -33,28 +21,16 @@
|
|||
<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>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Service Include="{4a0dddb5-7a95-4fbf-97cc-616d07737a77}" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>5abf44ed-2e95-4c26-9641-ec4819c78de5</ProjectGuid>
|
||||
<ProjectGuid>2a2bb993-5bab-45db-8817-77b47e7c9514</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0'">
|
||||
|
@ -85,5 +61,10 @@
|
|||
<!-- Installs (if necessary) the supporting Nodejs module -->
|
||||
<Exec Command=""$(MDAVsixDir)"\packages\vs-tac\install "$(NodeJsDir)" "$(MDAVsixDir)"\packages\vs-tac" />
|
||||
</Target>
|
||||
<Import Project="_projectSourceItems.Targets" Condition="Exists('_projectSourceItems.Targets')" />
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<UserProperties project_1json__JSONSchema="http://www.asp.net/media/4878834/project.json" />
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
<Import Project="_apacheCordovaProjectSourceItems.Targets" Condition="Exists('_apacheCordovaProjectSourceItems.Targets')" />
|
||||
</Project>
|
|
@ -0,0 +1,60 @@
|
|||
|
||||
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
|
Двоичные данные
resources/windows/splash/Splash620x300.scale-100.png
Двоичные данные
resources/windows/splash/Splash620x300.scale-100.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 13 KiB После Ширина: | Высота: | Размер: 91 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 960 KiB |
Загрузка…
Ссылка в новой задаче