InterviewSolution
| 1. |
How Visual Studio And Msbuild Are Related To Each Other? |
|
Answer» The fact is to consider MSBuild when it comes to loading and BUILDING the APPLICATIONS that need advanced features. There are several project files present in the VS that actually contain the XML CODE related to MSBuild. When a project or an application is developed with the help of IDE, the same get executed AUTOMATICALLY. For the DEVELOPMENT tasks that are typical, VS automatically import the settings. The fact is to consider MSBuild when it comes to loading and building the applications that need advanced features. There are several project files present in the VS that actually contain the XML code related to MSBuild. When a project or an application is developed with the help of IDE, the same get executed automatically. For the development tasks that are typical, VS automatically import the settings. |
|