I am using Visual Studio with Git as source control. Suddenly, every time I build the solution, I have a DLL and associated pdb always showing up as modified files when I do a "git status". If I undo and rebuild, they reappear as modified files.
I am not modifying any code related to these files, so why is it doing this?