返回提交历史
Modified
XFEExtension.NetCore.VSIX/ProjectTemplates/ApplicationInstaller (WPF).zip
+0
-0
Added
XFEExtension.NetCore.VSIX/ProjectTemplates/Installer Package.zip
+0
-0
Modified
XFEExtension.NetCore.VSIX/XFEExtension.NetCore.VSIX.csproj
+4
-0
Modified
XFEExtension.NetCore.VSIX/source.extension.vsixmanifest
+31
-30
XFEstudio/XFEExtension.NetCore.VSIX
添加新的项目模板
bdc13df
代码差异
4 个文件
+35
-30
二进制文件已变更,无法进行逐行预览。
二进制文件已变更,无法进行逐行预览。
@@ -69,6 +69,10 @@
69
69
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
70
70
<IncludeInVSIX>true</IncludeInVSIX>
71
71
</Content>
72
<Content Include="ProjectTemplates\Installer Package.zip">
73
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
74
<IncludeInVSIX>true</IncludeInVSIX>
75
</Content>
72
76
<None Include="source.extension.vsixmanifest">
73
77
<SubType>Designer</SubType>
74
78
</None>
@@ -1,33 +1,34 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<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">
3
<Metadata>
4
<Identity Id="XFEExtension.NetCore.VSIX.26e90afd-9260-4229-819a-61538e0198f7" Version="0.3.1" Language="zh-CN" Publisher="XFEstudio" />
5
<DisplayName>XFEExtension.NetCore.VSIX</DisplayName>
6
<Description xml:space="preserve">A Extension VSIX package based on the XFEExtenison.NetCore Nuget Package</Description>
7
<License>LICENSE.txt</License>
8
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
9
<Icon>logoIcon.png</Icon>
10
<PreviewImage>preview1.png</PreviewImage>
11
<Tags>XFE;XFEExtension;Code;Snippet;</Tags>
12
<Preview>true</Preview>
13
</Metadata>
14
<Installation>
15
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
16
<ProductArchitecture>amd64</ProductArchitecture>
17
</InstallationTarget>
18
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
19
<ProductArchitecture>arm64</ProductArchitecture>
20
</InstallationTarget>
21
</Installation>
22
<Dependencies>
23
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
24
</Dependencies>
25
<Prerequisites>
26
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
27
</Prerequisites>
28
<Assets>
29
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
30
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\XFEApplication (WinUI3).zip" />
31
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\ApplicationInstaller (WPF).zip" />
32
</Assets>
3
<Metadata>
4
<Identity Id="XFEExtension.NetCore.VSIX.26e90afd-9260-4229-819a-61538e0198f7" Version="0.3.2" Language="zh-CN" Publisher="XFEstudio" />
5
<DisplayName>XFEExtension.NetCore.VSIX</DisplayName>
6
<Description xml:space="preserve">A Extension VSIX package based on the XFEExtenison.NetCore Nuget Package</Description>
7
<License>LICENSE.txt</License>
8
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes>
9
<Icon>logoIcon.png</Icon>
10
<PreviewImage>preview1.png</PreviewImage>
11
<Tags>XFE;XFEExtension;Code;Snippet;</Tags>
12
<Preview>true</Preview>
13
</Metadata>
14
<Installation>
15
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
16
<ProductArchitecture>amd64</ProductArchitecture>
17
</InstallationTarget>
18
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
19
<ProductArchitecture>arm64</ProductArchitecture>
20
</InstallationTarget>
21
</Installation>
22
<Dependencies>
23
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
24
</Dependencies>
25
<Prerequisites>
26
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
27
</Prerequisites>
28
<Assets>
29
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
30
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\XFEApplication (WinUI3).zip" />
31
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\ApplicationInstaller (WPF).zip" />
32
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\Installer Package.zip" />
33
</Assets>
33
34
</PackageManifest>