Visual Studio 2008 Unnecessary Project Building

后端 未结 13 946
日久生厌
日久生厌 2020-12-05 06:41

I have a C# project which includes one exe and 11 library files. The exe references all the libraries, and lib1 may reference lib2, lib3, lib4, etc.

If I make a chan

13条回答
  •  离开以前
    2020-12-05 07:23

    I just "fixed" the same problem with my VS project. Visual Studio did always a rebuild, even if didn't change anything. My Solution: One cs-File had a future timestamp (Year 2015, this was my fault). I opened the file, saved it and my problem was solved!!!

提交回复
热议问题