Click here to Skip to main content
15,884,425 members
Articles / Programming Languages / C#

Visual Studio .NET 2003 Add-in that adds diff tools, an explore command, Subversion support and web project reporting. Version 2.1

Rate me:
Please Sign up or sign in to vote.
4.88/5 (25 votes)
27 Jul 200528 min read 219.4K   2.8K   142  
With this add-in, you get new tools and commands that boost your productivity while developing and some helpful reports specially for web projects. Version 2.1.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
<html style="border:0px">
  <head>
    <meta http-equiv='Expires' content='0'>
    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
    <style>
      BODY {FONT-FAMILY: Arial,Verdana; FONT-SIZE: 9pt; COLOR: black; margin:0px;padding:0px;BACKGROUND-COLOR:#dbe7f3}
      #header { background-color:#DDDDDD;border-bottom:#395d9a 2px solid; }
      #header table { TABLE-LAYOUT: fixed }
      #header h1 {FONT-SIZE: 11pt;margin:0px;padding:0px}
      #header a {vertical-align:middle}
      
      .code { FONT-SIZE: 8pt; margin-left: 6px; FONT-FAMILY:Courier New; WHITE-SPACE: pre; BACKGROUND-COLOR: white }
      
      TABLE {EMPTY-CELLS:show;BORDER-COLLAPSE:collapse}
      THEAD TR {BACKGROUND-COLOR:silver; }
      THEAD TR TD {border-bottom:1px solid blue; }
      #resultTab TBODY TD {padding-right:2px; border-bottom:1px solid gray;background-color:white}
      .i {COLOR:black; BACKGROUND-COLOR:#80FF80}
      .d {COLOR:black; BACKGROUND-COLOR:#FF8080}
      .c {COLOR:black; BACKGROUND-COLOR:white;}
      IMG {border:0px};
    </style>
    <title>Recently changed files</title>
  </head>
  <body>
    <div id="header">
      <table>
        <tr>
          <td style="BORDER-RIGHT: gray 1px solid; WIDTH: 48px">
            <A href="dte:back"><IMG src="[ROOT]\back.gif"></A>
            <A href="dte:reload"><IMG src="[ROOT]\refresh.gif"></A>
          </td>
          <td style="PADDING-LEFT: 4px">
            <h1>Recently changed files</h1></td>
        </tr>
      </table>
    </div>
    <table id='resultTab'>
      <colspan>
        <col width="*">
        <col width="120">
        <col width="120">
      </colspan>
      <thead>
        <tr>
          <td>File</td>
          <td>Last modified</td>
          <td>Commands</td>
        </tr>
      </thead>
      <tbody>
        [RESULT]
      </tbody>
    </table>
  </body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect Deutsche Bank AG
Germany Germany
see https://www.mathertel.de

Comments and Discussions