I found a shortcut for changing icon information. Simply open your project's .dproj file in an editor and rename the icons in the <Icon_MainIcon> sections.
For example:
<Icon_MainIcon>old.ico</Icon_MainIcon>
<Icon_MainIcon>new.ico</Icon_MainIcon>