generally already exists

to do this you have to:
1.install FASM add-in with turned on "Extended Project Properties Box"
2.set project to "Standart EXE" instead "DLL"
3.add "/DLL" key into the linker line (for masm only © K10

)
4.on the tab "Run/Debug" set option "Command Line" instead "Parameters"
5.type in the command line name of required exe to run (to test dll)
regards!