I'm working on a project that contains 2 C# solution projects, the first solution includes a design that is supposed to be an EXE Builder and the second solution project is the one I want to be built using the first solution.
I want to build the second project's EXE file using the first solution while editing some values (Resources or strings whatever is better) in the Second solution that will be compiled.
I'm not sure how to do that there are no tutorials for this, the essential thing is that I want to make an EXE Builder while at the same time editing some settings in it without having to rely on other external files.
The concept is quite similar to Remote Access Tools Builder, but what I'm building is an obfuscator & encryptor