I have been trying to compile some of our c sharp projects using the ant <csc> task. Oour porjects are setup as localizable and uses .resx files for all resources. I want to embed the resource files in the binaries.
Is there a way to include the .resx files without having to list each one as arguments using the extraOptions parameter?