Why MSVS Create lib file every time?
Posted
by
codevania
on Stack Overflow
See other posts from Stack Overflow
or by codevania
Published on 2010-12-31T10:09:11Z
Indexed on
2010/12/31
10:54 UTC
Read the original article
Hit count: 209
visual-studio-2010
|visual
The problem is that Visual Stuiod re-create lib everytime. How can I make MSVS does not re-create?
I don't know why MSVS create some kind of project's "lib" file whenever I press F5 to debug application. I just converted a solution file from 2005 to 2010. And this problem is occured.
[ Revival ]
1.Build solution.
2.Debug
3.Stop debug
4.No source code change
5.Debug (re-create lib)
I think that re-creation lib is not necessary. Re-creation lib file takes just a second. But it is little annoying.
I'm in desperate need of your help.
© Stack Overflow or respective owner