Open
Description
There are many image files that are excluded from the Visual Studio project (those below with grayed out icons). Even though they are excluded from the project, they still get zipped up and included in the module package.
- create 09.00.00.txt cleanup file and add to manifest
- For each image,
- Determine if used by module
- if used, make sure it's included in the project
- if not used,
- delete from project
- add to 09.00.00.txt cleanup file
- Determine if used by module
Activity