I am working on a Visual Studio Project Solution that includes 3 separate projects. To streamline the process and avoid duplication, I aim to have a shared CSS file for all 3 projects since they all follow the same CSS rules.
Despite trying the Add As Link function, it appears that the linked CSS file is not being utilized by the projects within the VS Solution.
Any suggestions on how I can successfully achieve this shared CSS setup?