I have a Visual Studio Project Solution which consists of 3 projects. I want the CSS to be shared by these 3 projects in the VS Solution to minimize the changes since all of them are using the same CSS rules.
How can I achieve this? I tried the Add As Link function but the project does not seem to use the linked CSS.
Thanks.