❔ How to use build directory as working directory in debug
Hey, I have a class library that has a .json
file in a sub-directory, it's marked as content and copies to the output folder.
I reference this class library project, it builds properly to the selected output directory and the json file is there, but it seems like the working directory for the app that references the library is that of the .csproj
, and since the json file is in the other project, when running the app it cannot find the file, how do I say that I want to run the app from the build directory and not project directory? (VS 2022)