Browse Source

Create 256x256 version of the ILSpy icon; and remove the useless 128x128 version from ILSpy.ico (it wasn't getting used).

Note that we are only using the small version as a window icon because WPF on Vista (without updated WIC) crashes when loading 256x256 icons.
pull/384/head
Daniel Grunwald 13 years ago
parent
commit
3f4602be91
  1. 2
      ILSpy/ILSpy.csproj
  2. BIN
      ILSpy/Images/ILSpy-Large.ico
  3. BIN
      ILSpy/Images/ILSpy.ico

2
ILSpy/ILSpy.csproj

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<ApplicationIcon>Images\ILSpy.ico</ApplicationIcon>
<ApplicationIcon>Images\ILSpy-Large.ico</ApplicationIcon>
<RunCodeAnalysis>False</RunCodeAnalysis>
<StartArguments>/separate</StartArguments>
<SignAssembly>True</SignAssembly>

BIN
ILSpy/Images/ILSpy-Large.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
ILSpy/Images/ILSpy.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Loading…
Cancel
Save