Skip to content

Commit

Permalink
Fix hint path of VisualStudio.Shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
xkbeyer committed Sep 30, 2018
1 parent 84e4d13 commit dfb44e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CatchTestAdapterVSIX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@
</Content>
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.Shell.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\Debug\Microsoft.VisualStudio.Shell.14.0.dll</HintPath>
<Reference Include="Microsoft.VisualStudio.Shell.14.0">
<HintPath>packages\Microsoft.VisualStudio.Shell.14.0.14.3.25407\lib\Microsoft.VisualStudio.Shell.14.0.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="Microsoft.VisualStudio.Utilities, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
Expand Down

0 comments on commit dfb44e4

Please sign in to comment.