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?

3 Answers
3

Leave a Reply

Your email address will not be published. Required fields are marked *