If I rename the property sheet, the text of the property sheet will be changed.
However, the file name of the property page will not be changed.
How to make a file name automatically with text ?
Example
First, I create a worksheet foo
.
It will be saved as foo.props
.
After that, I think it foo
is not an appropriate name, so I rename foo
in bar
to the project manager : -
(left to right)

However, the foo.props
file will still be present, not renamed to bar.props
automatically: -

Thus, when I want to add bar
to any configuration, my eyes should look foo.props
in the system folder. (Actually, I have to search bar.props
.)
This is error prone.
The mismatch makes me nervous.
My workaround
Whenever I rename it, I need to delete the old one foo.props
in Windows Explorer manually, and then save the worksheet bar
as new bar.props
manually.
However, other worksheet links in my projects will be broken.
bar.props
, ( ): foo.props
.
? ?