TARGETFILES_GUID (Windows Embedded Compact 7)
1/23/2013
This macro definition specifies the target location of Microsoft Interface Definition Language (MIDL) generated output files in the source directory that must be generated and copied to a \uuid directory path for a specific project, during the GUID build pass.
For example, after compiling the file MyInterface.idl, MIDL creates the file $(MIDL_UUIDIR)\MyInterface_i.c. To copy this file to a destination directory, use the TARGETFILES_GUID macro.
With this macro, you can copy files right after they are created in a specific pass. You can use this macro as an alternative to WINCETARGETFILES.