[Tip Managed Code Build]

As known, To generate a C++ application: seperate obj -> link together to be dll / exe. If deleting the dll / exe, it will only cause linking.

It's not true for managed code. Deleting a C# dll / exe will lead to rebuilding that project. We want it sometimes as we don't want to bother removing dependencies of that project and rebuild it.

So tip it.

posted @ 2010-04-01 17:13  能巴  阅读(202)  评论(0编辑  收藏  举报