Hi, I'm writing a program in C#, and I realize that there are .NET runtime files and potentially other DLL files or the like, which my program may use.
So I got one of those programs that can tell me what all the dependencies are (all the files that my program is using). I haven't tried it yet, but it doesn't seem like it should be hard to use.
But my question is if I want to distribute my program, where should I put these files? Should I just include them in the same folder with the EXE, or is there somewhere that I need to reference them to specify where they are?