Browse Source

Fix wrong icon path in VSPackage.resx

pull/2525/head
Andreas Weizel 4 years ago
parent
commit
cabf477fd8
  1. 2
      ILSpy.AddIn.Shared/VSPackage.resx

2
ILSpy.AddIn.Shared/VSPackage.resx

@ -135,6 +135,6 @@ @@ -135,6 +135,6 @@
<value>Integration of the ILSpy Decompiler into Visual Studio.</value>
</data>
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\ILSpy.AddIn.SharedFiles\Resources\Package.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<value>..\ILSpy.AddIn\Resources\Package.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Loading…
Cancel
Save