I've recently developed an application that has the requirement of not having any external dependencies. That is, the application must, for a variety of reasons, be a stand-alone executable without any bundled libraries or assemblies. I've already developed some of the functionality that this...