Manually you should copy dll to exe directory.

To update manifest I used:
- 'mt -manifest DLL.dll.manifest -hashupdate' - update required cause your binary could differ obviously;
- embed manifest to dll with 'mt -manifest DLL.dll.manifest -outputresource:DLL.dll;2'
   2 means resource id for DLL (1 for exe)

Public token has a dummy value but it's ok, it doesn't work without it if I don't miss something.

P.S. hope nobody will be angry receiving attachment from this list today, it's rather tiny.