I have a SSIS project which I want to copy the existing code, forms, etc. from which is present in the project and simply make some adjustments to the existing code within. This is in order to adjust the code for another customer.
However, copying the solution files etc. from our shared harddrive to my local harddrive and making adjustsments in the code within that newly created project, still make the same updates on the original project's code.
How can I prevent this from happening? Do I need to rebuild the whole solution, or is there a better way to create a separate project using the structure, code and Windows forms of an existing one?