Is it possible to have strings in a .NET assembly that can be edited by some external tool? If it is, what tool?
For instance for a single-file Windows Forms application that can be installed simply by copying the single file (no installer required), and where a build system (or a manual process) configures the application on a per-client basis by changing/setting some strings before being distributed to the install location.
I know that this would normally be in a configuration file, but it is useful for simplicity of installation/configuration.