For all of my .csproj files for unit test projects, the following XML block is automatically added to the .csproj file:
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
What does this mean?, is it related to NUnit?