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.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -