Skip to content

Commit

Permalink
Add ARM64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
heku committed Apr 16, 2023
1 parent 1669fd1 commit 57ee194
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Kool.SelectedFilesFilter/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
Expand All @@ -20,4 +23,4 @@
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
</PackageManifest>
</PackageManifest>

0 comments on commit 57ee194

Please sign in to comment.