Files
ZuneUIXTools/VSIX/IrisVSIX/source.extension.vsixmanifest
T

23 lines
1.4 KiB
XML
Raw Normal View History

2021-04-04 23:16:45 -05:00
<?xml version="1.0" encoding="utf-8"?>
<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>
<Identity Id="IrisVSIX.d94f4fc2-8bd9-4406-a3aa-d6e1b150381d" Version="1.0" Language="en-US" Publisher="Joshua Askharoun" />
<DisplayName>Iris UI Development</DisplayName>
2021-04-05 00:04:48 -05:00
<Description xml:space="preserve">Development tools and templates for creating apps that utilize Microsoft's Iris UI Framework.</Description>
2021-04-04 23:16:45 -05:00
<Preview>true</Preview>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
2021-04-05 00:04:48 -05:00
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\Iris UI Application.zip" />
2021-04-04 23:16:45 -05:00
</Assets>
</PackageManifest>