VS2010 always relinks the project
Posted
by Rob Walker
on Stack Overflow
See other posts from Stack Overflow
or by Rob Walker
Published on 2010-04-14T19:18:06Z
Indexed on
2010/04/14
19:23 UTC
Read the original article
Hit count: 350
VS2010
I am migrating a complex mixed C++/.NET solution from VS2008 to VS2010.
The upgraded solution works in VS2010, but the build system is always refereshing one C++/CLI assembly. It doesn't recompile anything, but the linker touches the file. The causes a ripple effect downstream in the build as a whole bunch of dependent then get rebuilt.
Any ideas on how to find out why it thinks it needs to relink the file? I've turned on verbose build logging, but nothing stands out.
© Stack Overflow or respective owner