M
mrmagoo
I'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?
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?