473,659 Members | 2,632 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1547
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******** ******@TK2MSFTN GP03.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******** ******@TK2MSFTN GP03.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******** ******@TK2MSFTN GP02.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******** ******@TK2MSFTN GP03.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******** ******@TK2MSFTN GP03.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******** ******@TK2MSFTN GP02.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******** ******@TK2MSFTN GP03.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
2877
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 message see end for stack trace. Struts config <form-bean name="newBean" type="com.NewForm" /> ...... <action path="/new-action" type="com.NewAction" name="newBean" scope="session">
6
2561
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: (http://www.python.org/search/hypermail/python-1993/0343.html) "This is because nested function definitions don't have access to the local variables of the surrounding block -- only to the globals of the
3
2397
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
3220
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 complexity analyzer tool supposedly does not pick it up. Is it really more efficient? Personally I find this coding style extremely cryptic, misleading and error-prone. I believe that I have removed all traces of proprietary-ness from this coding...
6
559
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 like MyClass.MyColors = Color.Green or, a 'get', such as Color forecolor = MyClass.MyColors; I want to use an indexer so I can take parameters, such as the color type (e.g. "Foreground", "Background" etc.). With a single member function I couldn't...
8
16890
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. This works fine if all of the properties are at the top (root level) of the model but I'd like to keep them in nested classes to organize them better. So, for example, part of my data model looks like this (simplified) : public class MainClass
1
2120
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
5195
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. Is this because .NET is inherently slower or does the C# compiler merely produce code that is not as well optimized as the C++ compiler?
3
3879
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: #include <iostream>
0
8428
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8341
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8539
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8630
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5650
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4176
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1982
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1739
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.