Added Iris Application template to VSIX

This commit is contained in:
Joshua Askharoun
2021-04-05 00:04:48 -05:00
parent 5bc92fcd3a
commit 1ba100b6fa
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -49,6 +49,10 @@
<Compile Include="IrisVSIXPackage.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="ProjectTemplates\Iris UI Application.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
+2 -1
View File
@@ -3,7 +3,7 @@
<Metadata>
<Identity Id="IrisVSIX.d94f4fc2-8bd9-4406-a3aa-d6e1b150381d" Version="1.0" Language="en-US" Publisher="Joshua Askharoun" />
<DisplayName>Iris UI Development</DisplayName>
<Description xml:space="preserve">Adds development tools and templates for creating apps that utilize Microsoft's Iris UI Framework.</Description>
<Description xml:space="preserve">Development tools and templates for creating apps that utilize Microsoft's Iris UI Framework.</Description>
<Preview>true</Preview>
</Metadata>
<Installation>
@@ -17,5 +17,6 @@
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\Iris UI Application.zip" />
</Assets>
</PackageManifest>