Added the "Service Include" tag that is used by Visual Studio's test explorer to the .csproj files

This commit is contained in:
FreezyLemon
2017-12-08 11:05:00 +01:00
parent 5330ca1fa9
commit 4a723f7382
5 changed files with 15 additions and 1 deletions

View File

@ -90,6 +90,9 @@
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.