how to compare dll files

Posted by queandans on Stack Overflow See other posts from Stack Overflow or by queandans
Published on 2010-04-09T19:07:50Z Indexed on 2010/04/09 19:13 UTC
Read the original article Hit count: 143

Filed under:

I have a post-build script after building my c# project that will place one of the dll files in a specific directory. This dll is saved in SVN. My question is, is there a way that when building my project, it knows that this dll has not changed and would know not to be copied over to the directory so the there will not be a modified copy for the SVN?

© Stack Overflow or respective owner

Related posts about dll