返回提交历史
Modified
XFEExtension.NetCore.VSIX/ProjectTemplates/XFEApplication (WinUI3).zip
+0
-0
Modified
XFEExtension.NetCore.VSIX/source.extension.vsixmanifest
+3
-0
XFEstudio/XFEExtension.NetCore.VSIX
新增项目解决方案
4fae205
代码差异
2 个文件
+3
-0
二进制文件已变更,无法进行逐行预览。
@@ -15,6 +15,9 @@
15
15
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
16
16
<ProductArchitecture>amd64</ProductArchitecture>
17
17
</InstallationTarget>
18
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
19
<ProductArchitecture>arm64</ProductArchitecture>
20
</InstallationTarget>
18
21
</Installation>
19
22
<Dependencies>
20
23
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />