Browse Source

Add icon for ILSpy.

pull/10/head
Daniel Grunwald 15 years ago
parent
commit
981fd8fc7f
  1. 7
      ILSpy/ILSpy.csproj
  2. BIN
      ILSpy/Images/FindAssembly.png
  3. BIN
      ILSpy/Images/ILSpy.ico
  4. BIN
      ILSpy/Images/ILSpy.pdn
  5. 2
      ILSpy/Images/Images.cs
  6. 2
      ILSpy/MainWindow.xaml

7
ILSpy/ILSpy.csproj

@ -15,9 +15,14 @@ @@ -15,9 +15,14 @@
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<ApplicationIcon>Images\ILSpy.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
<PlatformTarget>x86</PlatformTarget>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@ -112,6 +117,8 @@ @@ -112,6 +117,8 @@
<Resource Include="Images\ClearSearch.png" />
<Resource Include="Images\Search.png" />
<Resource Include="Images\Delete.png" />
<Resource Include="Images\ILSpy.ico" />
<Resource Include="Images\FindAssembly.png" />
<None Include="Properties\AssemblyInfo.template.cs" />
<Compile Include="Properties\WPFAssemblyInfo.cs" />
<Compile Include="MainWindow.xaml.cs">

BIN
ILSpy/Images/FindAssembly.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

BIN
ILSpy/Images/ILSpy.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
ILSpy/Images/ILSpy.pdn

Binary file not shown.

2
ILSpy/Images/Images.cs

@ -21,7 +21,7 @@ namespace ICSharpCode.ILSpy @@ -21,7 +21,7 @@ namespace ICSharpCode.ILSpy
public static readonly BitmapImage Assembly = LoadBitmap("Assembly");
public static readonly BitmapImage AssemblyWarning = LoadBitmap("AssemblyWarning");
public static readonly BitmapImage AssemblyLoading = LoadBitmap("Open");
public static readonly BitmapImage AssemblyLoading = LoadBitmap("FindAssembly");
public static readonly BitmapImage Library = LoadBitmap("Library");
public static readonly BitmapImage Namespace = LoadBitmap("NameSpace");

2
ILSpy/MainWindow.xaml

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
MinHeight="200"
UseLayoutRounding="True"
TextOptions.TextFormattingMode="Display"
Icon="pack://application:,,,/ILSpy;component/images/Find.png"
Icon="pack://application:,,,/ILSpy;component/images/ILSpy.ico"
FocusManager.FocusedElement="{Binding ElementName=treeView}"
>
<Window.Resources>

Loading…
Cancel
Save