Click here to Skip to main content
15,895,667 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.9K   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">
    <title>File Backup</title>
    <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; }
      #resultTab THEAD TD {padding-right:2px; border-bottom:1px solid gray }
      .i {COLOR:black; BACKGROUND-COLOR:#80FF80}
      .d {COLOR:black; BACKGROUND-COLOR:#FF8080}
      .c {COLOR:black; BACKGROUND-COLOR:white;}
      IMG {border:0px};
    </style>
  </head>
  <body>
    <div id='header'>
      <table style="BORDER-BOTTOM: gray 1px solid">
        <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>File Backup</h1></td>
        </tr>
      </table>
    </div>
    <p>The file <b>[FILENAME]</b>
    <br>was copied over to <b>[TARGETFILENAME]</b>.</p>
    <p>The backup folder is set to <b>[BACKUPROOT]</b>.</p>
  </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