|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Deleting configurationsHi there,
I have a solution that I have created quite a few different configurations for through it's lifetime. Even though I have removed them from the solution they get left in the individual projects, this is fine and understandable, but how do I get rid of the ones I don't want any more? This includes VB.NET / C++ projects... Nick. Hi Nick,
Open the Configuration Manager (Build \ Configuration Manager). Now: - To delete a solution configuration, dropdown the "Active Solution Configuration" combobox and select "<Edit>...", select the desired solution configuration and click the Remove button.- To delete a project configuration, in the Configuration column of the grid, dropdown the combobox of the desired project, select "<Edit>..." select the desired project configuration and click the Remove button. It's not your fault, this is what happens when you put actions in a combobox (a bad idea) along with values (a much worse idea), and you do it twice (a double bad idea) in the same dialog box (Configuration manager) but you don´t do it (a bad idea not to be consistent with the bad idea) in the Configuration combobox of the Project Properties dialog box... -- Show quoteHide quoteBest regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com "NickP" <a@a.com> escribió en el mensaje news:eh4LNf6MGHA.3496@TK2MSFTNGP14.phx.gbl... > Hi there, > > I have a solution that I have created quite a few different > configurations for through it's lifetime. Even though I have removed them > from the solution they get left in the individual projects, this is fine > and understandable, but how do I get rid of the ones I don't want any > more? This includes VB.NET / C++ projects... > > Nick. > Hi Carlos,
Thanks a million! I've been wanting to do that for ages as I've had configurations sitting there that I stopped using over 8 months ago! Much tidier now. Cheers. And I agree with you about the combo box thing, I suppose they crammed it in there to save space as opposed to making a whole new dialog, which would have been much more user friendly of course. Cheers again. Nick. Show quoteHide quote "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> wrote in message news:u1tk8w6MGHA.2624@TK2MSFTNGP12.phx.gbl... > Hi Nick, > > Open the Configuration Manager (Build \ Configuration Manager). Now: > > - To delete a solution configuration, dropdown the "Active Solution > Configuration" combobox and select "<Edit>...", select the desired > solution configuration and click the Remove button. > > - To delete a project configuration, in the Configuration column of the > grid, dropdown the combobox of the desired project, select "<Edit>..." > select the desired project configuration and click the Remove button. > > It's not your fault, this is what happens when you put actions in a > combobox (a bad idea) along with values (a much worse idea), and you do it > twice (a double bad idea) in the same dialog box (Configuration manager) > but you don´t do it (a bad idea not to be consistent with the bad idea) in > the Configuration combobox of the Project Properties dialog box... > > -- > > Best regards, > > Carlos J. Quintero > > MZ-Tools: Productivity add-ins for Visual Studio > You can code, design and document much faster: > http://www.mztools.com > > > > > "NickP" <a@a.com> escribió en el mensaje > news:eh4LNf6MGHA.3496@TK2MSFTNGP14.phx.gbl... >> Hi there, >> >> I have a solution that I have created quite a few different >> configurations for through it's lifetime. Even though I have removed >> them from the solution they get left in the individual projects, this is >> fine and understandable, but how do I get rid of the ones I don't want >> any more? This includes VB.NET / C++ projects... >> >> Nick. >> > >
Replace Selected Text
printing problem with dotmatrix printer using vb.net Which collection object to use similar to SortedList\Hashtable Data Types and structure Memory Usage? Different Approaches to Saving settings: Which is better? Properties of a Property How to load hierarchical Db data in treeview?? Windows XP Style Activating Windows Forms Implicit Conversion from Bitmap to Image? |
|||||||||||||||||||||||