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 f7c266b commit cb1a0f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kool.VsDiff.2022/Kool.VsDiff.2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<ItemGroup>
<Content Include="..\Kool.VsDiff.Linked\Resources\Logo.ico" Link="Resources\Logo.ico">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</Content>
</ItemGroup>
<ItemGroup>
<VSCTCompile Include="..\Kool.VsDiff.Linked\Menus.en.vsct" Link="Menus.en.vsct">
Expand Down Expand Up @@ -110,7 +110,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<Version>17.0.5232</Version>
<Version>17.5.4072</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
3 changes: 3 additions & 0 deletions Kool.VsDiff.2022/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,)" DisplayName="Visual Studio core editor" />
Expand Down

0 comments on commit cb1a0f5

Please sign in to comment.