There is a similar question here but didn´t found a solution.
In Visual Studio 2017, I have a solution with 3 projects.
- A Shared Project with the file I wan´t do link
- A Console Project
- A Windows Service Project
As you can see in the image, I successfully added the App.config as a link to the Console Project.
When I try to add the same file to the Windows Service Project, the message "There is already a link to App.config" is displayed.
What I´m doing wrong?