vs2013 Project-> Build/rebuild and project-only differences, and settings for project dependencies

Source: Internet
Author: User

vs in Generation

On the basis of the last compilation, only modified files are regenerated and files that have not been modified are not regenerated.


re-build in VS

All files are regenerated. If you refer to a DLL for another class library, you will regenerate other class libraries, which is slower but more reliable.

Only for projects under normal circumstances, he and the project-> build/rebuild is no different, only when the project has project dependencies is not the case.

Build/rebuild and project-only differences, and settings for Project dependencies >

As shown in the illustration above, the following project Test2 to use the Lib file generated by the above project Test1, so test2 project dependencies are test1, this time the project-> build/rebuild will compile the dependencies and then compile themselves, and the project-> For project-> only build/rebuild only builds itself.

Also note that now the Test1 project is a static library, and Test2 is an application that should set Test2 as the startup project, otherwise it will be wrong.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.