summaryrefslogtreecommitdiff
path: root/src/ildasm/html
diff options
context:
space:
mode:
Diffstat (limited to 'src/ildasm/html')
-rw-r--r--src/ildasm/html/clicking.htm35
-rw-r--r--src/ildasm/html/keyboard.htm166
-rw-r--r--src/ildasm/html/menu_options.htm324
-rw-r--r--src/ildasm/html/tree_view_icons.htm102
-rw-r--r--src/ildasm/html/tree_view_icons_files/class.gifbin960 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/enum.gifbin987 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/event.gifbin963 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/field.gifbin965 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/interface.gifbin981 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/manifest_classinfo.GIFbin843 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/manifest_classinfo.jpgbin723 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/manifest_classinfo.pngbin926 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/method.gifbin963 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/namespace.gifbin969 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/property.gifbin961 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/static_field.gifbin978 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/static_method.gifbin977 -> 0 bytes
-rw-r--r--src/ildasm/html/tree_view_icons_files/value_class.gifbin960 -> 0 bytes
18 files changed, 0 insertions, 627 deletions
diff --git a/src/ildasm/html/clicking.htm b/src/ildasm/html/clicking.htm
deleted file mode 100644
index 828193c988..0000000000
--- a/src/ildasm/html/clicking.htm
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
-<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
-<TITLE>Clicking on Tree View Items</TITLE>
-
-<STYLE>
- BODY {background: white; color: black}
- h3 {font: 8pt Arial bold}
- P {font: 10pt Arial}
- TD {font: 10pt Arial}
- A {text-decoration: none; color: blue}
-</STYLE>
-
-</HEAD>
-
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-
-<P style="margin-top: 0; margin-bottom: 0"><A NAME="clicking"><font size="4">
-</font></A><B><I><font size="4">CLICKING ON TREE VIEW ITEMS</font></I></B></P>
-<P style="margin-top: 0; margin-bottom: 0">&nbsp;</P>
-
-<font size="2">
-<P style="margin-top: 0; margin-bottom: 0">Double-clicking on various tree view items results in the following actions:
-<UL>
- <LI><P style="margin-top: 0; margin-bottom: 0">On namespace or any type of class - expanding/collapsing respective subtree</LI>
- <LI><p style="margin-top: 0; margin-bottom: 0">On manifest, field, method, event, property - showing disassembly of the item in a separate window</LI>
- <LI><p style="margin-top: 0; margin-bottom: 0">On <B>.class</B> info item - showing partial disassembly of the class in a separate window</LI>
- <LI><p style="margin-top: 0; margin-bottom: 0">On <B>extends</B> info item - selecting the parent class (if present) in tree view</LI>
- <LI><p style="margin-top: 0; margin-bottom: 0">On <B>implements</B> info item - selecting the implemented interface (if present) in tree view</LI>
-</UL>
-</font>
-
-</BODY>
-</HTML>
diff --git a/src/ildasm/html/keyboard.htm b/src/ildasm/html/keyboard.htm
deleted file mode 100644
index 6730adcc22..0000000000
--- a/src/ildasm/html/keyboard.htm
+++ /dev/null
@@ -1,166 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
-<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
-<TITLE>Keyboard Commands</TITLE>
-
-<STYLE>
- BODY {background: white; color: black}
- h3 {font: 8pt Arial bold}
- P {font: 10pt Arial}
- TD {font: 10pt Arial}
- A {text-decoration: none; color: blue}
-</STYLE>
-
-</HEAD>
-
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-<font face="Arial">
-<H1 style="margin-top: 0; margin-bottom: 0"><A NAME="keyboard"><font size="4">
-</font></A><I><font size="4">KEYBOARD COMMANDS</font></I></H1>
-<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
-
-<font size="2">
-
-<P style="margin-top: 0; margin-bottom: 0">Hot keys: </P>
-<blockquote>
- <table border="1" width="90%" id="table1">
- <tr>
- <td width="123">
-
-<font size="2" face="Arial">
-
- <B>Ctrl+O</B></font></td>
- <td>
-
-<font size="2" face="Arial">
-
- open a file</font></td>
- </tr>
- <tr>
- <td width="123">
-
-<font size="2" face="Arial">
-
- <B>Ctrl+D</B>
-</font>
- </td>
- <td>
-
-<font size="2" face="Arial">
-
- disassemble the loaded file into IL source file</font></td>
- </tr>
- <tr>
- <td width="123">
-
-<font size="2" face="Arial">
-
- <B>Ctrl+T</B></font></td>
- <td>
-
-<font size="2" face="Arial">
-
- dump fully expanded tree view into a text file</font></td>
- </tr>
- <tr>
- <td width="123">
-
-<font size="2" face="Arial">
-
- <B>Ctrl+M</B></font></td>
- <td>
-
-<font size="2" face="Arial">
-
- show metadata info in a disassembly window (advanced mode only)</font></td>
- </tr>
- <tr>
- <td width="123">
-
-<font size="2" face="Arial">
-
- <B>Ctrl+X</B></font></td>
- <td>
-
-<font size="2" face="Arial">
-
- exit</font></td>
- </tr>
- <tr>
- <td width="123">
-
-<font size="2" face="Arial">
-
- <B>F1</B> or
- <B>Alt+H</B></font></td>
- <td>
-
-<font size="2" face="Arial">
-
- Show this help window</font></td>
- </tr>
- </table>
-</blockquote>
-<P style="margin-top: 0; margin-bottom: 0">&nbsp;</P>
-
-<p style="margin-top: 0; margin-bottom: 0"></p>
-
-<P style="margin-top: 0; margin-bottom: 0">In tree view:</P>
-
-<blockquote>
- <table border="1" width="90%" id="table2">
- <tr>
- <td width="123">
-
-<font size="2" face="Arial">
-
- <b>Enter</b></font></td>
- <td>
-
-<font size="2" face="Arial">
-
- similar to double clicking (see above)</font></td>
- </tr>
- <tr>
- <td width="123">
-
-<font size="2" face="Arial">
-
- <b>Cursor right</b></font></td>
- <td>
-
-<font size="2" face="Arial">
-
- expand subtree</font></td>
- </tr>
- <tr>
- <td width="123">
-
-<font size="2" face="Arial">
-
- <b>Cursor left</b></font></td>
- <td>
-
-<font size="2" face="Arial">
-
- collapse subtree</font></td>
- </tr>
- <tr>
- <td width="123">
-
-<font size="2" face="Arial">
-
- <b>Cursor up/down</b></font></td>
- <td>
-
-<font size="2" face="Arial">
-
- select previous/next item</font></td>
- </tr>
- </table>
-</blockquote>
-</font>
-</font>
-</BODY>
-</HTML>
diff --git a/src/ildasm/html/menu_options.htm b/src/ildasm/html/menu_options.htm
deleted file mode 100644
index d96f59acfa..0000000000
--- a/src/ildasm/html/menu_options.htm
+++ /dev/null
@@ -1,324 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
-<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
-<TITLE>Menu Options</TITLE>
-
-<STYLE>
- BODY {background: white; color: black}
- h3 {font: 8pt Arial bold}
- P {font: 10pt Arial}
- blockquote {text-indent: 0%}
- TD {font: 10pt Arial}
- A {text-decoration: none; color: blue}
-</STYLE>
-
-</HEAD>
-
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-<font face="Arial">
-<P style="margin-top: 0; margin-bottom: 0"><A NAME="menu_options"></A><B><I><font size="4">MENU OPTIONS</font></I></B></P>
-
-<P style="margin-top: 0; margin-bottom: 0">&nbsp;</P>
-<P style="margin-top: 0; margin-bottom: 0"><B>File</B> (Alt+F)</P>
-<font size="2">
-<blockquote>
- <table border="1" width="90%" id="table1">
- <tr>
- <td width="155" valign="top">
-<font size="2" face="Arial">
- <B>Open</B> (Ctrl+O)</font></td>
- <td>
-<font size="2" face="Arial">
- select a PE file to open</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-<font size="2" face="Arial">
- <B>Dump</B> (Ctrl+D)</font></td>
- <td>
-<font size="2" face="Arial">
- dump the current PE file to an IL source file</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-<font size="2" face="Arial">
- <B>Dump TreeView</B> (Ctrl+T)</font></td>
- <td>
-<font size="2" face="Arial">
- dump the fully expanded tree view of current PE file to a text file</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-<font size="2" face="Arial">
- <B>Exit</B> (Ctrl+X)</font></td>
- <td>
-<font size="2" face="Arial">
- close the current PE file and exit</font></td>
- </tr>
- </table>
-</blockquote>
-</font>
-<p style="margin-top: 0; margin-bottom: 0">
-</P>
-
-<P style="margin-top: 0; margin-bottom: 0">&nbsp;</P>
-<P style="margin-top: 0; margin-bottom: 0"><B>View</B> (Alt+V)</P>
-
-<font size="2">
-<blockquote>
- <table border="1" width="90%" id="table2">
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Set Fonts</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- set the fonts for tree view and disassembly windows. Default fonts
- are MS Sans Serif 8 for tree view and Courier 10 for Disassembly
- windows</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Sort by name</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) sort the items in tree view by name</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Show Public</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) show or dump the items having public accessibility</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Show Private</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) show or dump the items having private accessibility</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Show Family</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) show or dump the items having family accessibility</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Show Assembly</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) show or dump the items having assembly accessibility</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Show FamANDAssem</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) show or dump the items having family-and-assembly
- accessibility</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Show FamORAssem</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) show or dump the items having family-or-assembly
- accessibility</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Show PrivateScope</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) show or dump the items having private scope accessibility</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Show Member Types</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) show types of members ('method','field',etc.) in tree view nodes</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Show bytes</B>
-</font>
- </td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) show the actual IL code in hexadecimal (as comments) when
- disassembling the methods</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Show token values</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) show token values in hexadecimal (as comments)</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Show source lines</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) show the original source code (as comments, if the original
- source is available)</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Quote all names</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) include all names in single quotes (when off, only illegal
- names are quoted)</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Expand try/catch</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- (on/off) present SEH clauses in expanded form when possible (<B>try { ... } catch ExceptionClass { ... }</B>)</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>COR Header</B></font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- show contents of COR header in a disassembly window"</font></td>
- </tr>
- <tr>
- <td width="155" valign="top">
-
-<font size="2" face="Arial">
- <B>Statistics</B> <br>
- (advanced mode only)</font></td>
- <td colspan="2" valign="top">
-
-<font size="2" face="Arial">
- show PE file statistics in a disassembly window</font></td>
- </tr>
- <tr>
- <td width="155" rowspan="6" valign="top">
-
-<font size="2" face="Arial">
- <B>MetaInfo</B> <br>
- (advanced mode only)</font></td>
- <td width="16%" valign="top">
-
-<font size="2" face="Arial">
- <B>Header</B>
-</font>
- </td>
- <td valign="top">
-
-<font size="2" face="Arial">
- (on/off) show metadata info as header summary</font></td>
- </tr>
- <tr>
- <td width="16%" valign="top">
-
-<font size="2" face="Arial">
- <B>More HEX</B></font></td>
- <td valign="top">
-
-<font size="2" face="Arial">
- (on/off) show token and attribute values (in hexadecimal) in
- metadata info</font></td>
- </tr>
- <tr>
- <td width="16%" valign="top">
-
-<font size="2" face="Arial">
- <B>CSV</B></font></td>
- <td valign="top">
-
-<font size="2" face="Arial">
- (on/off) show metadata info as comma-separated values</font></td>
- </tr>
- <tr>
- <td width="16%" valign="top">
-
-<font size="2" face="Arial">
- <B>Unresolved ext</B></font></td>
- <td valign="top">
-
-<font size="2" face="Arial">
- (on/off) add list of unresolved external references to metadata info</font></td>
- </tr>
- <tr>
- <td width="16%" valign="top">
-
-<font size="2" face="Arial">
- <B>Validate</B></font></td>
- <td valign="top">
-
-<font size="2" face="Arial">
- (on/off) show metadata validation results</font></td>
- </tr>
- <tr>
- <td width="16%" valign="top">
-
-<font size="2" face="Arial">
- <B>Show!</B> (Ctrl+M)</font></td>
- <td valign="top">
-
-<font size="2" face="Arial">
- show the metadata info in a disassembly window</font></td>
- </tr>
- </table>
-</blockquote>
-</font>
-</font>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/src/ildasm/html/tree_view_icons.htm b/src/ildasm/html/tree_view_icons.htm
deleted file mode 100644
index d39e7e811d..0000000000
--- a/src/ildasm/html/tree_view_icons.htm
+++ /dev/null
@@ -1,102 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
-<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
-<TITLE>Tree View Icons</TITLE>
-
-<STYLE>
- BODY {background: white; color: black}
- h3 {font: 8pt Arial bold}
- P {font: 10pt Arial}
- TD {font: 10pt Arial}
- A {text-decoration: none; color: blue}
-</STYLE>
-
-</HEAD>
-
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
-<font face="Arial">
-
-<H1 style="margin-top: 0; margin-bottom: 0"><A NAME="tree_view_icons">
-</A><I><font size="4">TREE VIEW ICONS</font></I></H1>
-<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
-
-<table border="1" width="82%" id="table1" cellpadding="3" cellspacing="3" >
-<font size="2">
- <tr>
- <td width="148" valign="top"><b>Namespace</b></td>
- <td align="center" valign="top">
- <img border="0" src="tree_view_icons_files/namespace.gif" width="15" height="15"></td>
- <td width="321" valign="top">(Blue shield)</td>
- </tr>
- <tr>
- <td width="148" valign="top"><b>Class</b></td>
- <td align="center" valign="top">
- <img border="0" src="tree_view_icons_files/class.gif" width="15" height="15"></td>
- <td width="321" valign="top">(Blue rectangle with three outputs)</td>
- </tr>
- <tr>
- <td width="148" valign="top"><b>Interface</b></td>
- <td align="center" valign="top">
- <img border="0" src="tree_view_icons_files/interface.gif" width="15" height="15"></td>
- <td width="321" valign="top">(Blue rectangle with three outputs marked 'I')</td>
- </tr>
- <tr>
- <td width="148" valign="top"><b>Value Class</b></td>
- <td align="center" valign="top">
- <img border="0" src="tree_view_icons_files/value_class.gif" width="15" height="15"></td>
- <td width="321" valign="top">(Brown rectangle with three outputs)</td>
- </tr>
- <tr>
- <td width="148" valign="top"><b>Enum</b></td>
- <td align="center" valign="top">
- <img border="0" src="tree_view_icons_files/enum.gif" width="15" height="15"></td>
- <td width="321" valign="top">(Brown rectangle with three outputs marked 'E')</td>
- </tr>
- <tr>
- <td width="148" valign="top"><b>Method</b></td>
- <td align="center" valign="top">
- <img border="0" src="tree_view_icons_files/method.gif" width="15" height="15"></td>
- <td width="321" valign="top">(Magenta rectangle)</td>
- </tr>
- <tr>
- <td width="148" valign="top"><b>Static method</b></td>
- <td align="center" valign="top">
- <img border="0" src="tree_view_icons_files/static_method.gif" width="15" height="15"></td>
- <td width="321" valign="top">(Magenta rectangle marked 'S')</td>
- </tr>
- <tr>
- <td width="148" valign="top"><b>Field</b></td>
- <td align="center" valign="top">
- <img border="0" src="tree_view_icons_files/field.gif" width="15" height="15"></td>
- <td width="321" valign="top">(Cyan diamond)</td>
- </tr>
- <tr>
- <td width="148" valign="top"><b>Static field</b></td>
- <td align="center" valign="top">
- <img border="0" src="tree_view_icons_files/static_field.gif" width="15" height="15"></td>
- <td width="321" valign="top">(Cyan diamond marked 'S')</td>
- </tr>
- <tr>
- <td width="148" valign="top"><b>Event</b></td>
- <td align="center" valign="top">
- <img border="0" src="tree_view_icons_files/event.gif" width="15" height="15"></td>
- <td width="321" valign="top">(Green point-down triangle)</td>
- </tr>
- <tr>
- <td width="148" valign="top"><b>Property</b></td>
- <td align="center" valign="top">
- <img border="0" src="tree_view_icons_files/property.gif" width="15" height="15"></td>
- <td width="321" valign="top">(Red point-up triangle)</td>
- </tr>
- <tr>
- <td width="148" valign="top"><b>Manifest or a class info item</b></td>
- <td align="center" valign="top">
- <img border="0" src="tree_view_icons_files/manifest_classinfo.GIF" width="15" height="15"></td>
- <td width="321" valign="top">(Red point-right triangle)</td>
- </tr>
-</font></table>
-
-</font>
-</BODY>
-</HTML> \ No newline at end of file
diff --git a/src/ildasm/html/tree_view_icons_files/class.gif b/src/ildasm/html/tree_view_icons_files/class.gif
deleted file mode 100644
index 53d1494a33..0000000000
--- a/src/ildasm/html/tree_view_icons_files/class.gif
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/enum.gif b/src/ildasm/html/tree_view_icons_files/enum.gif
deleted file mode 100644
index af7a94ee0b..0000000000
--- a/src/ildasm/html/tree_view_icons_files/enum.gif
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/event.gif b/src/ildasm/html/tree_view_icons_files/event.gif
deleted file mode 100644
index 00de688ab8..0000000000
--- a/src/ildasm/html/tree_view_icons_files/event.gif
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/field.gif b/src/ildasm/html/tree_view_icons_files/field.gif
deleted file mode 100644
index 0b6ed0a74b..0000000000
--- a/src/ildasm/html/tree_view_icons_files/field.gif
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/interface.gif b/src/ildasm/html/tree_view_icons_files/interface.gif
deleted file mode 100644
index 21664cc715..0000000000
--- a/src/ildasm/html/tree_view_icons_files/interface.gif
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/manifest_classinfo.GIF b/src/ildasm/html/tree_view_icons_files/manifest_classinfo.GIF
deleted file mode 100644
index 8811686023..0000000000
--- a/src/ildasm/html/tree_view_icons_files/manifest_classinfo.GIF
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/manifest_classinfo.jpg b/src/ildasm/html/tree_view_icons_files/manifest_classinfo.jpg
deleted file mode 100644
index 8a752429eb..0000000000
--- a/src/ildasm/html/tree_view_icons_files/manifest_classinfo.jpg
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/manifest_classinfo.png b/src/ildasm/html/tree_view_icons_files/manifest_classinfo.png
deleted file mode 100644
index a68d41dd02..0000000000
--- a/src/ildasm/html/tree_view_icons_files/manifest_classinfo.png
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/method.gif b/src/ildasm/html/tree_view_icons_files/method.gif
deleted file mode 100644
index d96cfe4e0b..0000000000
--- a/src/ildasm/html/tree_view_icons_files/method.gif
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/namespace.gif b/src/ildasm/html/tree_view_icons_files/namespace.gif
deleted file mode 100644
index 4001293dc0..0000000000
--- a/src/ildasm/html/tree_view_icons_files/namespace.gif
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/property.gif b/src/ildasm/html/tree_view_icons_files/property.gif
deleted file mode 100644
index 08edbf854c..0000000000
--- a/src/ildasm/html/tree_view_icons_files/property.gif
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/static_field.gif b/src/ildasm/html/tree_view_icons_files/static_field.gif
deleted file mode 100644
index d8d6ff3ca3..0000000000
--- a/src/ildasm/html/tree_view_icons_files/static_field.gif
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/static_method.gif b/src/ildasm/html/tree_view_icons_files/static_method.gif
deleted file mode 100644
index 5d982e1fc8..0000000000
--- a/src/ildasm/html/tree_view_icons_files/static_method.gif
+++ /dev/null
Binary files differ
diff --git a/src/ildasm/html/tree_view_icons_files/value_class.gif b/src/ildasm/html/tree_view_icons_files/value_class.gif
deleted file mode 100644
index d4546f510f..0000000000
--- a/src/ildasm/html/tree_view_icons_files/value_class.gif
+++ /dev/null
Binary files differ