I am making a project in 100% assembly, but using Visual Studio for building and debugging. But I cannot find a way to tell VS the dependencies on each .asm file, nor does it automatically find them.
Does anyone know a way to manually tell VS when a file is dependent on another one?