We have several VS 2008 solutions with close to 90 dlls + exes in all. They all use .NET 3.5.
I'd like to convert the solutions & projects to VS 2010 (not ready for the leap to 2012), but maintain the same framework version.
If I generate a hash of the dll compiled using VS 2008, and another hash of the dll generated using VS 2010 will the hashes match?
Are there cases where I would get a false negative? In other words, would the hash not match even though the underlying source code hasn't changed?
Couldn't find any authoritative reference that would help me figure this out.