ModernRonin / ProjectRenamer

Conveniently rename your csproj files
Other
155 stars 14 forks source link

Add vbproj suport #40

Closed fsbflavio closed 1 year ago

fsbflavio commented 1 year ago

Added support for .vbproj (or any other) file extension project. Now you can pass the --project-extension (-pe) argument with the project file extension, ex: --project-extension=.vbproj.

the default project file extension is .csproj as always was.

This resolves the soft limitation: 'you cannot use this with projects of other types than csproj, for example fsproj'

Tested with a solution of .vbproj projects

ModernRonin commented 1 year ago

Cool stuff, Flavio, thank you!