In a C# solution, I added a existing project.
After that, Visual Studio has added the following entry in other .csproj files:
<ItemGroup>
<Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
</ItemGroup>
What's this for?
Can I delete it?