473,396 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Can solutions be nested

I would like to organize my development environment into a master solution
containing solution folders with child solutions. That way, individual
solutions can be built on a product by product basis, or all of them from
the master solutioin controlling the child solutions.

Is this possible?
Jun 14 '06 #1
5 1527
Only projects may exist inside of a single solution. Projects should be
able to do what you want since projects can be built individually.
"Thirsty Traveler" <nf*@nospam.com> wrote in message
news:uq**************@TK2MSFTNGP03.phx.gbl...
I would like to organize my development environment into a master solution
containing solution folders with child solutions. That way, individual
solutions can be built on a product by product basis, or all of them from
the master solutioin controlling the child solutions.

Is this possible?

Jun 14 '06 #2
Solutions cannot be nested but with VS 2005, you can organize the projects
in folders inside a solution. Then you can build folder by folder.

"Thirsty Traveler" <nf*@nospam.com> a écrit dans le message de news:
uq**************@TK2MSFTNGP03.phx.gbl...
I would like to organize my development environment into a master solution
containing solution folders with child solutions. That way, individual
solutions can be built on a product by product basis, or all of them from
the master solutioin controlling the child solutions.

Is this possible?

Jun 14 '06 #3
Thirsty,

Seeing the answers, maybe it is good that you decribe what is in your
opinion a solution.

For some it is a single method while it is for others a complex of projects.

Cor

"Thirsty Traveler" <nf*@nospam.com> schreef in bericht
news:uq**************@TK2MSFTNGP03.phx.gbl...
I would like to organize my development environment into a master solution
containing solution folders with child solutions. That way, individual
solutions can be built on a product by product basis, or all of them from
the master solutioin controlling the child solutions.

Is this possible?

Jun 14 '06 #4
In my case, a complex system with many solution subfolders (individual
products within a suite). In many cases, each product (with numerous
projects) can be managed and versioned independently. However, it would also
be nice to able to do a "build all" for ALL solutions within a solution on
occasion.

"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:Oq**************@TK2MSFTNGP02.phx.gbl...
Thirsty,

Seeing the answers, maybe it is good that you decribe what is in your
opinion a solution.

For some it is a single method while it is for others a complex of
projects.

Cor

"Thirsty Traveler" <nf*@nospam.com> schreef in bericht
news:uq**************@TK2MSFTNGP03.phx.gbl...
I would like to organize my development environment into a master solution
containing solution folders with child solutions. That way, individual
solutions can be built on a product by product basis, or all of them from
the master solutioin controlling the child solutions.

Is this possible?


Jun 15 '06 #5
Which brings us back to one solution with many projects. Each project can
be built individually or the entire solution can be built in one shot.

One project need not reference another.

"Thirsty Traveler" <nf*@nospam.com> wrote in message
news:Ov**************@TK2MSFTNGP03.phx.gbl...
In my case, a complex system with many solution subfolders (individual
products within a suite). In many cases, each product (with numerous
projects) can be managed and versioned independently. However, it would
also be nice to able to do a "build all" for ALL solutions within a
solution on occasion.

"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:Oq**************@TK2MSFTNGP02.phx.gbl...
Thirsty,

Seeing the answers, maybe it is good that you decribe what is in your
opinion a solution.

For some it is a single method while it is for others a complex of
projects.

Cor

"Thirsty Traveler" <nf*@nospam.com> schreef in bericht
news:uq**************@TK2MSFTNGP03.phx.gbl...
I would like to organize my development environment into a master
solution containing solution folders with child solutions. That way,
individual solutions can be built on a product by product basis, or all
of them from the master solutioin controlling the child solutions.

Is this possible?



Jun 15 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Glen | last post by:
I have a Struts action form which contains a bean. I am trying to display a bean retrieved from the database in this form using the nested tag. Can anyone help me? I continue to get an error...
6
by: Andy Baker | last post by:
Hi there, I'm learning Python at the moment and trying to grok the thinking behind it's scoping and nesting rules. I was googling for nested functions and found this Guido quote:...
3
by: Erik Bongers | last post by:
Hi, Nested classes only seem to be able to access static members of the surrounding class : class SurroundingClass { public: class InnerClass { public:
10
by: nimmi_srivastav | last post by:
Below you will see an example of a nested conditional expression that this colleague of mine loves. He claims that it is more efficient that a multi-level if-else-if structure. Moreover, our...
6
by: B0nj | last post by:
I've got a class in which I want to implement a property that operates like an indexer, for the various colors associated with the class. For instance, I want to be able to do 'set' operations...
8
by: Robert W. | last post by:
I've almost completed building a Model-View-Controller but have run into a snag. When an event is fired on a form control I want to automatically updated the "connnected" property in the Model. ...
1
by: Tomas Sieger | last post by:
Hi all, I'm in doubt with the following code: class Base { public: class Nested {}; }; class Derived:public Base { public: class Nested {
77
by: Peter Olcott | last post by:
http://www.tommti-systems.de/go.html?http://www.tommti-systems.de/main-Dateien/reviews/languages/benchmarks.html The above link shows that C# is 450% slower on something as simple as a nested loop....
3
by: jdurancomas | last post by:
Dear all, I'm trying to declare the operator++ to a nested class. The nested class is not template but the container it is. The code used in teh sample program is included bellow: ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.