I want to move some class libraries (server controls in a .NET 4.0 solution) from one folder in windows explorer to another.
How can I do this and not break anything in the actual .NET solution?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to keep them in the same solution, then do it from within Visual Studio.
If you want to remove them from a solution and add them to another, then remove them first (in VS) then move them, then add them to the other (in VS).