I have one simple question.
I know that I can reference an .net executable file in my C# project.
I don\'t want to make unnecessary project with \"Output Typ
.NET DLL or EXE, both are assemblies, you could use either exe or dll by referencing them. There is no problem in shipping exe with your code, until unless you don't want to get this exe executed separately.