visual studio - Pdb's make my project always 'out of date' -
my project out of date because of pdb's. in vs output window see always: 'project out of date. input file foo.dll older output foo.pdb'. same. why happens? how should fix that?
now founded reason... because usage of assembly produced project item in project file: if in foo project file define:
<itemgroup> <thisassembly include="$(targetdir)\foo.dll" /> </itemgroup>
than project out of date: input file foo.dll older output foo.pdb... vs 2012 sp2. sad.