Is there anyway to combine all resources into a single exe file such as app.config and associated DLL's?
Some applications seem to do this such as eMule.
I don't want my app.config sitting there waiting to be edited.
Thanks
Certainly, in the Solution Explorer
(assuming Visual Studio here, since you don't mention) Right-click
and Properties
of the file(s) you want included.
There should be an option there for Build Action
which you can set to Embedded Resource
.