The Wiert Corner – Jeroen Pluimers’ irregular stream of Wiert stuff

on .NET, C#, Delphi, databases, and personal interests

  • Twitter Updates

  • My work

  • My badges

  • My Flickr Stream

    20091001-how-not-to-implement-required-fields

    DSC_1076

    DSC_1075

    More Photos
  • Pages

  • All categories

TFS 2008 Folder Comparison Filter for both C# and Delphi projects

Posted by jpluimers on 2009/05/25

When using TFS (Team Foundation System) 2008 as a Version Control / Source Code Management system not only for your C#, but also for Delphi projects, this is a good filter string when using the ‘Compare Folders‘ function of TFS:

!*.pdb;!*.obj;!*.dll;!*.exe;!*.res;!*.resources;!*.cache;!*.ilk;!*.ncb;!obj\;!objd\;!bin\;!lib\;!*.local;!*.identcache;!*.dcu;!__history\;!*.dsk;!*.~*;!*.stat;!*.drc

This is the regular Folder Comparison Filter – the bold above is the addition and the link contains an explanation of the filter syntax:

!*.pdb;!*.obj;!*.dll;!*.exe;!*.res;!*.resources;!*.cache;!*.ilk;!*.ncb;!obj\;!objd\;!bin\

Hope this helps some of you in reducing the amount of clutter in the resulting comparisons :-)

–jeroen

3 Responses to “TFS 2008 Folder Comparison Filter for both C# and Delphi projects”

  1. [...] TFS 2008 Folder Comparison Filter for both C# and Delphi projects [...]

  2. [...] Posted by jpluimers on 2009/07/09 Here is another update for the TFS 2008 Folder Comparison Filter for both C# and Delphi projects: [...]

  3. [...] sourcecode…brad on C#/.NET – GetExecutableP…yet another update t… on TFS 2008 Folder Comparison Fil…Posting source code … on Including formatted [...]

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>