Skip to content

Commit c53e94e

Browse files
committed
correct - ms code coverage zip not available to vs2022
1 parent 5186c1c commit c53e94e

File tree

8 files changed

+24
-14
lines changed

8 files changed

+24
-14
lines changed

FineCodeCoverage/FineCodeCoverage.csproj

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,34 +85,40 @@
8585
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
8686
<IncludeInVSIX>true</IncludeInVSIX>
8787
</Content>
88-
<Content Include="ZippedTools\coverlet.collector.3.0.3.zip">
88+
<VSCTCompile Include="..\Shared Files\OutputToolWindowPackage.vsct">
89+
<Link>OutputToolWindowPackage.vsct</Link>
90+
<ResourceName>Menus.ctmenu</ResourceName>
91+
</VSCTCompile>
92+
<Content Include="..\Shared Files\Resources\ClearUICommand.png">
93+
<Link>Resources\ClearUICommand.png</Link>
8994
<IncludeInVSIX>true</IncludeInVSIX>
9095
</Content>
91-
<Content Include="ZippedTools\coverlet.console.3.0.3.zip">
96+
<Content Include="..\Shared Files\Resources\OutputToolWindowCommand.png">
97+
<Link>Resources\OutputToolWindowCommand.png</Link>
9298
<IncludeInVSIX>true</IncludeInVSIX>
9399
</Content>
94-
<Content Include="ZippedTools\microsoft.testplatform.16.9.1.zip">
100+
<Content Include="..\Shared Files\ZippedTools\coverlet.collector.3.0.3.zip">
101+
<Link>ZippedTools\coverlet.collector.3.0.3.zip</Link>
95102
<IncludeInVSIX>true</IncludeInVSIX>
96103
</Content>
97-
<Content Include="ZippedTools\openCover.4.7.922.zip">
104+
<Content Include="..\Shared Files\ZippedTools\coverlet.console.3.0.3.zip">
105+
<Link>ZippedTools\coverlet.console.3.0.3.zip</Link>
98106
<IncludeInVSIX>true</IncludeInVSIX>
99107
</Content>
100-
<Content Include="ZippedTools\reportGenerator.4.7.1.zip">
108+
<Content Include="..\Shared Files\ZippedTools\microsoft.codecoverage.17.1.0.zip">
109+
<Link>ZippedTools\microsoft.codecoverage.17.1.0.zip</Link>
101110
<IncludeInVSIX>true</IncludeInVSIX>
102111
</Content>
103-
<Content Include="ZippedTools\microsoft.codecoverage.17.1.0.zip">
112+
<Content Include="..\Shared Files\ZippedTools\microsoft.testplatform.16.9.1.zip">
113+
<Link>ZippedTools\microsoft.testplatform.16.9.1.zip</Link>
104114
<IncludeInVSIX>true</IncludeInVSIX>
105115
</Content>
106-
<VSCTCompile Include="..\Shared Files\OutputToolWindowPackage.vsct">
107-
<Link>OutputToolWindowPackage.vsct</Link>
108-
<ResourceName>Menus.ctmenu</ResourceName>
109-
</VSCTCompile>
110-
<Content Include="..\Shared Files\Resources\ClearUICommand.png">
111-
<Link>Resources\ClearUICommand.png</Link>
116+
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.922.zip">
117+
<Link>ZippedTools\openCover.4.7.922.zip</Link>
112118
<IncludeInVSIX>true</IncludeInVSIX>
113119
</Content>
114-
<Content Include="..\Shared Files\Resources\OutputToolWindowCommand.png">
115-
<Link>Resources\OutputToolWindowCommand.png</Link>
120+
<Content Include="..\Shared Files\ZippedTools\reportGenerator.4.7.1.zip">
121+
<Link>ZippedTools\reportGenerator.4.7.1.zip</Link>
116122
<IncludeInVSIX>true</IncludeInVSIX>
117123
</Content>
118124
<None Include="README.md" />
-1.85 MB
Binary file not shown.
-1.47 MB
Binary file not shown.
-28 MB
Binary file not shown.
-1.83 MB
Binary file not shown.
-5.67 MB
Binary file not shown.

FineCodeCoverage2022/FineCodeCoverage2022.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
9797
<Link>Resources\LICENSE</Link>
9898
<IncludeInVSIX>true</IncludeInVSIX>
9999
</Content>
100+
<Content Include="..\Shared Files\ZippedTools\microsoft.codecoverage.17.1.0.zip">
101+
<Link>ZippedTools\microsoft.codecoverage.17.1.0.zip</Link>
102+
<IncludeInVSIX>true</IncludeInVSIX>
103+
</Content>
100104
<None Include="source.extension.vsixmanifest">
101105
<SubType>Designer</SubType>
102106
</None>

FineCodeCoverage/ZippedTools/microsoft.codecoverage.17.1.0.zip renamed to Shared Files/ZippedTools/microsoft.codecoverage.17.1.0.zip

File renamed without changes.

0 commit comments

Comments
 (0)