change project name

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top