Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit e8f0e3e

Browse files
committed
Try to use the pull request image from GitHub.VisualStudio
1 parent e95d218 commit e8f0e3e

5 files changed

+27
-6
lines changed

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@
141141
<Compile Include="VisualStudioExtensions.cs" />
142142
</ItemGroup>
143143
<ItemGroup>
144+
<Content Include="GitHub.InlineReviews.imagemanifest">
145+
<IncludeInVSIX>true</IncludeInVSIX>
146+
<SubType>Designer</SubType>
147+
</Content>
144148
<None Include="packages.config">
145149
<SubType>Designer</SubType>
146150
</None>
@@ -447,7 +451,6 @@
447451
<Content Include="Resources\logo_32x32%402x.png">
448452
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
449453
</Content>
450-
<Content Include="Resources\PullRequestFilterCommand.png" />
451454
</ItemGroup>
452455
<ItemGroup>
453456
<Folder Include="SampleData\" />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- This file was generated by the ManifestFromResources tool.-->
3+
<!-- Version: 14.0.50929.2 -->
4+
<ImageManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/VisualStudio/ImageManifestSchema/2014">
5+
<Symbols>
6+
<String Name="Resources" Value="/GitHub.VisualStudio;Component/Resources/icons" />
7+
8+
<Guid Name="guidGitHubInlineReviews" Value="{7b2a62fb-6aaa-4893-82c2-4895716a390c}" />
9+
<ID Name="pullrequest" Value="1" />
10+
</Symbols>
11+
<Images>
12+
<Image Guid="$(guidGitHubInlineReviews)" ID="$(pullrequest)">
13+
<Source Uri="$(Resources)/git_pull_request.xaml" />
14+
</Image>
15+
</Images>
16+
<ImageLists />
17+
</ImageManifest>

src/GitHub.InlineReviews/InlineReviewsPackage.vsct

+2-5
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</Button>
6767
<Button guid="guidPullRequestFilterCommandPackageCmdSet" id="PullRequestFilterCommandId" priority="0x0400" type="Button">
6868
<Parent guid="guidSHLMainMenu" id="IDG_VS_TOOLBAR_PROJWIN_FILTERS" />
69-
<Icon guid="guidImages" id="pullrequest" />
69+
<Icon guid="guidGitHubInlineReviews" id="pullrequest" />
7070
<Strings>
7171
<ButtonText>Pull Request Filter</ButtonText>
7272
</Strings>
@@ -83,9 +83,6 @@
8383
</Strings>
8484
</Button>
8585
</Buttons>
86-
<Bitmaps>
87-
<Bitmap guid="guidImages" href="Resources\PullRequestFilterCommand.png" usedList="pullrequest"/>
88-
</Bitmaps>
8986
</Commands>
9087
<KeyBindings>
9188
<KeyBinding guid="guidGitHubCommandSet" id="NextInlineCommentId" editor="guidVSStd97" key1="VK_OEM_6" mod1="Alt"/>
@@ -108,7 +105,7 @@
108105
<IDSymbol name="PullRequestFilterCommandId" value="0x0100" />
109106
</GuidSymbol>
110107

111-
<GuidSymbol name="guidImages" value="{775aa523-6c52-4c11-9c28-823c99d15613}" >
108+
<GuidSymbol name="guidGitHubInlineReviews" value="{7b2a62fb-6aaa-4893-82c2-4895716a390c}" >
112109
<IDSymbol name="pullrequest" value="1" />
113110
</GuidSymbol>
114111
</Symbols>
Binary file not shown.

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,10 @@
413413
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
414414
<IncludeInVSIX>true</IncludeInVSIX>
415415
</Content>
416+
<Content Include="..\..\..\..\Desktop\Monikers.imagemanifest">
417+
<Link>Monikers.imagemanifest</Link>
418+
<IncludeInVSIX>true</IncludeInVSIX>
419+
</Content>
416420
<None Include="packages.config">
417421
<SubType>Designer</SubType>
418422
</None>

0 commit comments

Comments
 (0)