Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5ce40a244bac
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3d0b99ea0498
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 26, 2018

  1. Fix the coverage path.

    pleroy committed Dec 26, 2018
    Copy the full SHA
    b389dfc View commit details
  2. More references.

    pleroy committed Dec 26, 2018
    Copy the full SHA
    33f3cad View commit details
  3. Another attempt.

    pleroy committed Dec 26, 2018
    Copy the full SHA
    c4160a1 View commit details
  4. Merge pull request #2039 from pleroy/Coverage

    Fix the coverage path
    pleroy authored Dec 26, 2018
    Copy the full SHA
    3d0b99e View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 coverage_analyser/coverage_analyser.csproj
6 changes: 3 additions & 3 deletions coverage_analyser/coverage_analyser.csproj
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.Coverage.Analysis, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(MSBuildProgramFiles32)\Microsoft Visual Studio 14.0\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.Coverage.Analysis.dll</HintPath>
<HintPath>$(VCTargetsPath)\..\..\PrivateAssemblies\Microsoft.VisualStudio.Coverage.Analysis.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -52,11 +52,11 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="$(MSBuildProgramFiles32)\Microsoft Visual Studio 14.0\Common7\IDE\PrivateAssemblies\dbghelp.dll">
<Content Include="$(SystemRoot)\System32\dbghelp.dll">
<Link>dbghelp.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(MSBuildProgramFiles32)\Microsoft Visual Studio 14.0\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.Coverage.Symbols.dll">
<Content Include="$(VCTargetsPath)\..\..\PrivateAssemblies\Microsoft.VisualStudio.Coverage.Symbols.dll">
<Link>Microsoft.VisualStudio.Coverage.Symbols.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>