返回提交历史
Added
XFEExtension.NetCore.VSIX/ProjectTemplates/ApplicationInstaller (WPF).zip
+0
-0
Modified
XFEExtension.NetCore.VSIX/ProjectTemplates/XFEApplication (WinUI3).zip
+0
-0
Modified
XFEExtension.NetCore.VSIX/XFEExtension.NetCore.VSIX.csproj
+4
-0
Modified
XFEExtension.NetCore.VSIX/source.extension.vsixmanifest
+27
-26
XFEstudio/XFEExtension.NetCore.VSIX
添加WPF安装器
576276f
代码差异
4 个文件
+31
-26
二进制文件已变更,无法进行逐行预览。
二进制文件已变更,无法进行逐行预览。
@@ -65,6 +65,10 @@
65
65
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
66
66
<IncludeInVSIX>true</IncludeInVSIX>
67
67
</Content>
68
<Content Include="ProjectTemplates\ApplicationInstaller %28WPF%29.zip">
69
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
70
<IncludeInVSIX>true</IncludeInVSIX>
71
</Content>
68
72
<None Include="source.extension.vsixmanifest">
69
73
<SubType>Designer</SubType>
70
74
</None>
@@ -1,29 +1,30 @@
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.2.6" 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
</Installation>
19
<Dependencies>
20
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
21
</Dependencies>
22
<Prerequisites>
23
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
24
</Prerequisites>
25
<Assets>
26
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
27
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\XFEApplication (WinUI3).zip" />
28
</Assets>
3
<Metadata>
4
<Identity Id="XFEExtension.NetCore.VSIX.26e90afd-9260-4229-819a-61538e0198f7" Version="0.3.0" 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
</Installation>
19
<Dependencies>
20
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
21
</Dependencies>
22
<Prerequisites>
23
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
24
</Prerequisites>
25
<Assets>
26
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
27
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\XFEApplication (WinUI3).zip" />
28
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\ApplicationInstaller (WPF).zip" />
29
</Assets>
29
30
</PackageManifest>