Developer Network
Developer Network
Developer Network
:CreateViewProfileText:
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
This forum has migrated to
Microsoft Q&A
.
Visit
Microsoft Q&A
to post new questions.
Learn More
Ask a question
Quick access
Forums home
Browse forums users
FAQ
Search related threads
Remove From My Forums
Answered by:
How to Build Solutions
Archived Forums
>
MSBuild
Question
0
Sign in to vote
Hi
How to build solutions in the following way:
how can I specify the output directory of the projects in a solution with MSBuild.
Thanks & Regards, Asif Abdulla "The hands that help are holier than the lips that pray"
Friday, November 14, 2008 3:46 AM
Answers
0
Sign in to vote
msbuild YourSoultion.sln /p:OutPutPath=C:\APath
Visual Studio ALM MVP
My Blog
|
MSBuild Extension Pack
|
MSBuild Explorer
Proposed as answer by
Mike Fourie [MVP]
Wednesday, January 13, 2010 1:45 PM
Marked as answer by
Mike Fourie [MVP]
Friday, January 22, 2010 12:01 PM
Wednesday, January 13, 2010 1:44 PM
All replies
0
Sign in to vote
You can set the OutputPath property.
Marked as answer by
Rong-Chun Zhang
Monday, November 17, 2008 9:36 AM
Unmarked as answer by
[Benzy InfoTech-India]Asif Abdulla
Saturday, December 20, 2008 5:41 AM
Friday, November 14, 2008 1:52 PM
0
Sign in to vote
Hi
Can u write an example?
Thanks & Regards, Asif Abdulla "The hands that help are holier than the lips that pray"
Thursday, November 20, 2008 5:33 AM
0
Sign in to vote
msbuild YourSoultion.sln /p:OutPutPath=C:\APath
Visual Studio ALM MVP
My Blog
|
MSBuild Extension Pack
|
MSBuild Explorer
Proposed as answer by
Mike Fourie [MVP]
Wednesday, January 13, 2010 1:45 PM
Marked as answer by
Mike Fourie [MVP]
Friday, January 22, 2010 12:01 PM
Wednesday, January 13, 2010 1:44 PM