I'm trying to prevent Visual Studio from trying to validate my relative image URIs for a WebForms project, but I can't find a way to do it. So far, I can't find any kind of warning ID or category. The images can't be resolved because they are not 'included' in my project, even though they do exist in the file structure.
This is a large application, so I hesitate to just include thousands of images in my project when I would rather just suppress the warnings.
Any thoughts?