Skip to content

Commit

Permalink
Fix #3105 - VS2017-2019 addin didn't properly match subdirectory stru…
Browse files Browse the repository at this point in the history
…cture of 2022 addin
  • Loading branch information
christophwille committed Oct 21, 2023
1 parent c121872 commit 231a2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ILSpy.AddIn/ILSpy.AddIn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
<Target Name="IncludeILSpyDistributionInVSIXSubFolder" AfterTargets="ResolveProjectReferences">
<ItemGroup>
<VSIXSourceItem Include="$(ILSpyBuildPath)zh-Hans\ILSpy.resources.dll;$(ILSpyBuildPath)zh-Hans\ILSpy.ReadyToRun.Plugin.resources.dll;">
<VSIXSubPath>\ILSpy\zh-Hans\</VSIXSubPath>
<VSIXSubPath>\x64\ILSpy\zh-Hans\</VSIXSubPath>
</VSIXSourceItem>
<VSIXSourceItem Include="$(ILSpyBuildPath)*.dll;$(ILSpyBuildPath)ILSpy.exe;$(ILSpyBuildPath)*.json">
<VSIXSubPath>\ILSpy</VSIXSubPath>
<VSIXSubPath>\x64\ILSpy</VSIXSubPath>
</VSIXSourceItem>
</ItemGroup>
</Target>
Expand Down

0 comments on commit 231a2dc

Please sign in to comment.