Skip to content

Commit 7bdfccb

Browse files
committed
copy dlls into the projects
1 parent 5ccad91 commit 7bdfccb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

FineCodeCoverage/FineCodeCoverage.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@
207207
</ItemGroup>
208208
<ItemGroup>
209209
<Reference Include="Microsoft.CSharp" />
210-
<Reference Include="Microsoft.VisualStudio.TestWindow.Interfaces, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
210+
<Reference Include="Microsoft.VisualStudio.TestWindow.Interfaces, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
211211
<SpecificVersion>False</SpecificVersion>
212-
<HintPath>..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Microsoft.VisualStudio.TestWindow.Interfaces.dll</HintPath>
212+
<HintPath>dlls\Microsoft.VisualStudio.TestWindow.Interfaces.dll</HintPath>
213213
</Reference>
214214
<Reference Include="PresentationCore" />
215215
<Reference Include="PresentationFramework" />
54.4 KB
Binary file not shown.

FineCodeCoverage2022/FineCodeCoverage2022.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@
117117
</ItemGroup>
118118
<ItemGroup>
119119
<Reference Include="Microsoft.CSharp" />
120-
<Reference Include="Microsoft.VisualStudio.TestWindow.Interfaces, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
120+
<Reference Include="Microsoft.VisualStudio.TestWindow.Interfaces, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
121121
<SpecificVersion>False</SpecificVersion>
122-
<HintPath>..\..\..\..\..\..\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow\Microsoft.VisualStudio.TestWindow.Interfaces.dll</HintPath>
122+
<HintPath>dlls\Microsoft.VisualStudio.TestWindow.Interfaces.dll</HintPath>
123123
</Reference>
124124
<Reference Include="PresentationCore" />
125125
<Reference Include="PresentationFramework" />
58.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)