Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
-<TeamDeveloperAppUser Version="1">
-<HITEMS>
<HITEM IsBookmark="true" ID="90009"/>
<HITEM IsBookmark="true" ID="9000a"/>
<HITEM IsBookmark="true" ID="9000e"/>
</HITEMS>
</TeamDeveloperAppUser>
So for every file touched, a xml file is saved.
Issue is that it clutters the folder with unnecessary xml files which we will have to delete manually after every edit.
Especially when using version control system which tracks the folder (eg SVN), these new files will be designated as new files for the versioning system.
Here the folder structure will show red exclamation marks in the Windows Explorer icons and are only shown in green when we delete all the xml files.
So, when no bookmarks are set, no xml file should be saved.