I have an asp.net application which has h/w interface project (dll) that contains 3rd party dlls and other classes which is used for the application to interface with external hardware device. I want to move all the code,classes and other infrastructure code from this project into the web project and remove this project from the build and install the 3rd party dlls the code in the class reference to be installed in the deployment server. I want to remove this h/w interface project and move all the dependency into the main website project and the 3rd party dlls to be installed on the sever. What is the best way to move the project , can I use resharper for this please help me.
Thanks in advance