Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to rename solution file Programmatically?

I am able to rename the solution file but problem is it has to rename all class files ?

How can I do this?
Posted
Updated 22-Oct-10 4:29am
v2
Comments
Dalek Dave 22-Oct-10 10:29am    
Edited for Grammar.

1 solution

As far as I know there's no public API to do this. You can manually rename the files and then update the contents of the csproj file accordingly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900