C#C
C#3y ago
Vargonian

❔ Using the Visual Studio "Properties" folder for custom settings?

Is it appropriate to place files in the built-in Visual Studio project's Properties folder for custom data? In my case, I have objects which need to be populated by data in a local JSON file, and I was thinking I could just store the file there. (This file will get auto-updated in our CI/CD pipeline to keep its contents up-to-date). I know I could place it in any folder, but Properties seemed like an okay guess.
Was this page helpful?