| Subject: devenv:how to build a vcproj only in command line? |
| Group: microsoft.public.vstudio.general |
| Date: 9/3/2008 2:40:01 AM |
| From: =?Utf-8?B?YW5vZA==?= [Email Address Protection] |
Hi, I need to build a vcproj from a solution, i want only the project is built, not any dependencies, not any other projects in the solution. I used this syntax: devenv solutionfile.sln /build [ solutionconfig ] [ /project projectnameorfile [ /projectconfig name ] ] but i found that it also built the other projects that the specified project depends on. in IDE, i can select the project, and then project only->build, to build the selected project only, i want the same function in command line, how to do it? thanks -- =========== |
| Back |