|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Copying a project into another solutionI'm creating a VB.Net project. It's a small utility. However, my boss wants
me to put it in with a larger solution that the department uses, so that a suite of tools are all in one place. That's fine, however, I am finding that development is taking longer because, during my unit testing I have to build and run the project a lot. Since there are many other projects in the solution, it's taking quite a long time to build the solution just so that I can run my own code. My question is: can I build my own project separately as its own solution, then when I am done, copy it in to the larger solution? Is there anything that will happen when I copy it over into the solution that I should watch out for, such as file locations, etc? No need to copy it anywhere. Just create a new solution and add that
project to it. The project can exist in two or more solutions at the same time. Both solutions will point to the same project. There is an easy way to do this using the configuration manager in VS.
Use the main solution file and create a new configuration. Select which projects you would like to build and run using the checkboxes. To access the config manager go to Build--> Config manager. This will create a new config that can be selected just like the "Release" and "Debug" configurations that are there by default. Thanks...I don't understand this yet but I'll read more about it.
Appreciate the info! Show quoteHide quote "Charlie Brown" <cbr***@duclaw.com> wrote in message news:1148059126.333728.40990@j73g2000cwa.googlegroups.com... > There is an easy way to do this using the configuration manager in VS. > Use the main solution file and create a new configuration. Select which > projects you would like to build and run using the checkboxes. To > access the config manager go to Build--> Config manager. This will > create a new config that can be selected just like the "Release" and > "Debug" configurations that are there by default. > Thanks...works for me.
Show quoteHide quote "Chris Dunaway" <dunaw***@gmail.com> wrote in message news:1148058704.389738.115010@i40g2000cwc.googlegroups.com... > No need to copy it anywhere. Just create a new solution and add that > project to it. The project can exist in two or more solutions at the > same time. Both solutions will point to the same project. >
Q: GIF image on a form
Opening a MS Word document through a button click updating control on form2 from form1 2 dimensional array-->1 dimensional array VB.NET: Implementing RasGetErrorString Get calling function in a function? FTP routines programmed by VB .net SharpDevelop vs M'soft IDE about example code Help with listbox displaymember... |
|||||||||||||||||||||||