Ooui-tws-port/Templates/OouiTemplates/source.extension.vsixmanifest

36 lines
2.6 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" ?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
2018-03-19 20:02:30 +00:00
<Identity Id="OouiTemplates.02e47cde-79b0-475e-b876-71232453b91f" Version="1.1" Language="en-US" Publisher="Frank Krueger" />
<DisplayName>OouiTemplates</DisplayName>
<Description xml:space="preserve">Ooui Xamarin.Forms Templates</Description>
<MoreInfo>https://github.com/praeclarum/Ooui</MoreInfo>
<License>license.txt</License>
<Icon>Images\Icon.png</Icon>
<PreviewImage>Images\OouiFormsEmptyApp.png</PreviewImage>
2018-03-19 20:02:30 +00:00
<Tags>ooui, xamarin, xamarin.forms, template, webassembly, wasm</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0]" />
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0,16.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0,16.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
2018-03-19 20:02:30 +00:00
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\ooui.0.8.186.nupkg" d:VsixSubPath="Packages" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\ooui.aspnetcore.0.8.186.nupkg" d:VsixSubPath="Packages" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\ooui.forms.0.8.186.nupkg" d:VsixSubPath="Packages" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\ooui.wasm.0.8.186.nupkg" d:VsixSubPath="Packages" />
<Asset Type="NuGet.Package" d:Source="File" Path="Packages\xamarin.forms.2.5.0.280555.nupkg" d:VsixSubPath="Packages" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\OouiFormsApp.zip" />
2018-03-19 20:02:30 +00:00
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WasmFormsEmptyApp.zip" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite DisplayName="C# y Visual Basic" Version="[15.0.25904.2,16.0)" Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" />
<Prerequisite Id="Microsoft.VisualStudio.Component.NuGet" Version="[15.0.25904.2,16.0)" DisplayName="NuGet package Administrator" />
</Prerequisites>
</PackageManifest>