change project name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a visual.net 7.0 project that generates a dll
The problem is that I want to change the name of the project and hence the created dll
I do not want to change the name of the dll after each build process
Is there a simple way to do this inside visual.net or do I need to manually change some files
If so, which files need to be changed in order to still have a valid visual.net project, i.e. a project that will load and rebuild without error when double-clicking the *.sln fil

Regards

Bob
 
In the project properties select linker. There will be an option for the output file. You can change this to whatever you want. I don't know of any way to change the project name.
 
Back
Top