15,669,304 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Mayank14 (Top 3 by date)
Mayank14
23-Oct-13 1:52am
View
Ofcourse there is a solution file which had everything, the dependencies were set manually by looking at proj references for that project but now projects have been physically moved to new location better structured and also it is not that everytime I need to build them all,these projects are also in separate folders plus some new projects also got added in meantime so I could not use the old solution file.I have used project class before BuildItem and other things but I thought you guys might have some better and faster approach.
-Mayank
Mayank14
23-Oct-13 1:21am
View
These 100 projects are now structured and managed but I still have a requirement to have single solution that will add and the projects and set the dependencies amongst them and hence the build order.Yes it is not compiled ,I am talking about a situation where suppose I am building this solution for the first time.Amongst these project say proj 1 might have reference for proj 2,3 like that then other projects again might have reference as proj 1 and some other projects ,so I wanted to write a piece of code that will do all these and will build the most independent proj first and then like that the others.
NETFramework\v4.0\Microsoft.Build.dll has project class which I can use I guess still ,it is not that much clear how I would achieve what I want but thanks .
-Mayank
Mayank14
22-Oct-13 4:44am
View
This thing I too know but, like I said there are many projects so I dont want to add them manually and set the order.I want to write a code in C#.