Visual Studio 2015 自动添加在其中定义服务标签的 ItemGroup

Visual Studio 2015 automatically adding ItemGroup with service tag defined within

对于单元测试项目的所有 .csproj 文件,以下 XML 块会自动添加到 .csproj 文件:

  <ItemGroup>
      <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  </ItemGroup>

这是什么意思?和NUnit有关吗?

此处回答:What is "Service Include" in a csproj file for?

总而言之...这就是 VS 将文件标记为测试项目以达到其自身目的的方式。