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

Commit 9b3dae4

Browse files
Merge branch 'master' into fixes/annotations-metrics
2 parents 6c387a7 + b864050 commit 9b3dae4

File tree

9 files changed

+4
-151
lines changed

9 files changed

+4
-151
lines changed

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,6 @@
221221
<SubType>Designer</SubType>
222222
</VSCTCompile>
223223
</ItemGroup>
224-
<ItemGroup>
225-
<EmbeddedResource Include="VSPackage.resx">
226-
<MergeWithCTO>true</MergeWithCTO>
227-
<ManifestResourceName>VSPackage</ManifestResourceName>
228-
<SubType>Designer</SubType>
229-
</EmbeddedResource>
230-
</ItemGroup>
231224
<ItemGroup>
232225
<Page Include="Properties\DesignTimeResources.xaml" Condition="'$(DesignTime)'=='true' OR ('$(SolutionPath)'!='' AND Exists('$(SolutionPath)') AND '$(BuildingInsideVisualStudio)'!='true' AND '$(BuildingInsideExpressionBlend)'!='true')">
233226
<Generator>MSBuild:Compile</Generator>
@@ -267,11 +260,6 @@
267260
<Generator>MSBuild:Compile</Generator>
268261
</Page>
269262
</ItemGroup>
270-
<ItemGroup>
271-
<Content Include="Resources\logo_32x32%402x.png">
272-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
273-
</Content>
274-
</ItemGroup>
275263
<ItemGroup>
276264
<Folder Include="SampleData\" />
277265
</ItemGroup>
-6.31 KB
Binary file not shown.

src/GitHub.InlineReviews/VSPackage.resx

Lines changed: 0 additions & 130 deletions
This file was deleted.

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,10 @@
166166
</EmbeddedResource>
167167
</ItemGroup>
168168
<ItemGroup>
169-
<Content Include="Resources\preview_200x200.png">
170-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
169+
<Content Include="Resources\logo_128x128.png">
171170
<IncludeInVSIX>true</IncludeInVSIX>
172171
</Content>
173-
<Content Include="Resources\logo_32x32%402x.png">
172+
<Content Include="Resources\preview_200x200.png">
174173
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
175174
<IncludeInVSIX>true</IncludeInVSIX>
176175
</Content>

src/GitHub.VisualStudio/GitHubPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
namespace GitHub.VisualStudio
2929
{
3030
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
31-
[InstalledProductRegistration("#110", "#112", AssemblyVersionInformation.Version, IconResourceID = 400)]
31+
[InstalledProductRegistration("#110", "#112", AssemblyVersionInformation.Version)]
3232
[Guid(Guids.guidGitHubPkgString)]
3333
[ProvideMenuResource("Menus.ctmenu", 1)]
3434
[ProvideAutoLoad(Guids.UIContext_Git, PackageAutoLoadFlags.BackgroundLoad)]
16.1 KB
Loading
-6.31 KB
Binary file not shown.

src/GitHub.VisualStudio/VSPackage.resx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,4 @@
133133
<data name="112" xml:space="preserve">
134134
<value>A Visual Studio Extension that brings the GitHub Flow into Visual Studio.</value>
135135
</data>
136-
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
137-
<data name="301" type="System.Resources.ResXFileRef, System.Windows.Forms">
138-
<value>resources\[email protected];System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
139-
</data>
140136
</root>

src/GitHub.VisualStudio/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<MoreInfo>https://visualstudio.github.com</MoreInfo>
99
<License>LICENSE.txt</License>
1010
<ReleaseNotes>https://visualstudio.github.com/release-notes.html</ReleaseNotes>
11-
<Icon>Resources\logo_32x32@2x.png</Icon>
11+
<Icon>Resources\logo_128x128.png</Icon>
1212
<PreviewImage>Resources\preview_200x200.png</PreviewImage>
1313
<Tags>GitHub;git;open source;source control;branch;pull request;team explorer;commit;publish</Tags>
1414
</Metadata>

0 commit comments

Comments
 (0)