Help please, I have 2 projects linked between them, and one of them have also a dll included. After i renamed the name of one project, the solution and the dll name for the second one are the same. How can i modify them ?
Share
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.
Those settings are controlled by the Project Properties dialog, not the project name. Look for the linker output settings.
You can rename a solution’s display name in the Solution Explorer. Renaming a solution’s filename is more complicated, but rename the *.sln file and the *.suo file, and any other files with the same name.
If you rename a VC project’s filename, be sure to manually edit the *.sln file in Notepad to ensure the references are kept.