Currently my application reads some ini files in run-time. These ini files are located in current project directory.
Can I configure the project so that during debugging in VS the app searches for ini files in another directory?
My goal is to have these ini files in a centralized directory in order to access them from many projects during debugging my applications in VS.