Skip to content

Commit

Permalink
Hack to analyze coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Jan 22, 2023
1 parent 11bcd56 commit fe0df7e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions coverage_analyser/coverage_analyser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Condition="$(MSBuildVersion)!=16.10.0" Include="Microsoft.VisualStudio.Coverage.Analysis, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(VCTargetsPath)\..\..\..\..\Common7\IDE\Extensions\TestPlatform\Microsoft.VisualStudio.Coverage.Analysis.dll</HintPath>
</Reference>
<Reference Condition="$(MSBuildVersion)==16.10.0" Include="Microsoft.VisualStudio.Coverage.Analysis.Net">
<HintPath>$(VCTargetsPath)\..\..\..\..\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.Coverage.Analysis.Net.dll</HintPath>
</Reference>
<Reference Condition="$(MSBuildVersion)&gt;=17.0.0" Include="Microsoft.VisualStudio.Coverage.Analysis.Net">
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.Coverage.Analysis.Net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand All @@ -67,7 +66,7 @@
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- 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.
<Target Name="BeforeBuild">
</Target>
Expand Down

0 comments on commit fe0df7e

Please sign in to comment.