|
53 | 53 | <WarningLevel>4</WarningLevel> |
54 | 54 | </PropertyGroup> |
55 | 55 | <ItemGroup> |
56 | | - <Compile Include="Core\AppDataFolder.cs" /> |
57 | | - <Compile Include="Core\Cobertura\Class.cs" /> |
58 | | - <Compile Include="Core\Cobertura\Classes.cs" /> |
59 | | - <Compile Include="Core\Cobertura\Condition.cs" /> |
60 | | - <Compile Include="Core\Cobertura\Conditions.cs" /> |
61 | | - <Compile Include="Core\Cobertura\CoverageReport.cs" /> |
62 | | - <Compile Include="Core\Cobertura\CoberturaUtil.cs" /> |
63 | | - <Compile Include="Core\Cobertura\ICoberturaUtil.cs" /> |
64 | | - <Compile Include="Core\Cobertura\Line.cs" /> |
65 | | - <Compile Include="Core\Cobertura\Lines.cs" /> |
66 | | - <Compile Include="Core\Cobertura\Method.cs" /> |
67 | | - <Compile Include="Core\Cobertura\Methods.cs" /> |
68 | | - <Compile Include="Core\Cobertura\Package.cs" /> |
69 | | - <Compile Include="Core\Cobertura\Packages.cs" /> |
70 | | - <Compile Include="Core\Cobertura\Sources.cs" /> |
71 | | - <Compile Include="Impl\CoverageColorProvider.cs" /> |
72 | | - <Compile Include="Core\CoverageToolOutput\AppOptionsCoverageToolOutputFolderSolutionProvider.cs" /> |
73 | | - <Compile Include="Core\CoverageToolOutput\CoverageToolOutputFolderFromSolutionProvider.cs" /> |
74 | | - <Compile Include="Core\CoverageToolOutput\FccOutputExistenceCoverageToolOutputFolderSolutionProvider.cs" /> |
75 | | - <Compile Include="Core\CoverageToolOutput\ICoverageToolOutputFolderProvider.cs" /> |
76 | | - <Compile Include="Core\CoverageToolOutput\ICoverageToolOutputFolderSolutionProvider.cs" /> |
77 | | - <Compile Include="Core\CoverageToolOutput\ISolutionFolderProvider.cs" /> |
78 | | - <Compile Include="Core\CoverageToolOutput\SolutionFolderProvider.cs" /> |
79 | | - <Compile Include="Core\CoverageUIEvents.cs" /> |
80 | | - <Compile Include="Core\CoverageUtilManager.cs" /> |
81 | | - <Compile Include="Core\Coverlet\Console\CoverletConsoleDotnetToolsGlobalExecutor.cs" /> |
82 | | - <Compile Include="Core\Coverlet\Console\CoverletConsoleCustomPathExecutor.cs" /> |
83 | | - <Compile Include="Core\Coverlet\Console\CoverletConsoleDotnetToolsLocalExecutor.cs" /> |
84 | | - <Compile Include="Core\CoverageToolOutput\ICoverageToolOutputManager.cs" /> |
85 | | - <Compile Include="Impl\ICoverageColours.cs" /> |
86 | | - <Compile Include="Impl\ICoverageColoursProvider.cs" /> |
87 | | - <Compile Include="Core\ICoverageUtilManager.cs" /> |
88 | | - <Compile Include="Core\MsTestPlatform\IMsTestPlatformUtil.cs" /> |
89 | | - <Compile Include="Core\Utilities\LinqExtensions.cs" /> |
90 | | - <Compile Include="Core\Utilities\MEF.cs" /> |
91 | | - <Compile Include="Core\Utilities\ReflectionExtensions.cs" /> |
92 | | - <Compile Include="Core\Utilities\ToolZip\IToolFolder.cs" /> |
93 | | - <Compile Include="Core\Utilities\ToolZip\IToolZipProvider.cs" /> |
94 | | - <Compile Include="Core\Utilities\ToolZip\ToolFolder.cs" /> |
95 | | - <Compile Include="Core\Utilities\ToolZip\ToolZipProvider.cs" /> |
96 | | - <Compile Include="Core\Utilities\DotNet\DotNetConfigFinder.cs" /> |
97 | | - <Compile Include="Core\Coverlet\Console\DotNetToolListCoverlet.cs" /> |
98 | | - <Compile Include="Core\Utilities\DotNet\DotNetToolListExecutor.cs" /> |
99 | | - <Compile Include="Core\Utilities\DotNet\DotNetToolListParser.cs" /> |
100 | | - <Compile Include="Core\Coverlet\Console\FCCCoverletConsoleExecutor.cs" /> |
101 | | - <Compile Include="Core\Coverlet\Console\ICoverletConsoleExecutor.cs" /> |
102 | | - <Compile Include="Core\Utilities\DotNet\IDotNetConfigFinder.cs" /> |
103 | | - <Compile Include="Core\Coverlet\Console\IDotNetToolListCoverlet.cs" /> |
104 | | - <Compile Include="Core\Utilities\DotNet\IDotNetToolListExecutor.cs" /> |
105 | | - <Compile Include="Core\Utilities\DotNet\IDotNetToolListParser.cs" /> |
106 | | - <Compile Include="Core\Coverlet\Console\IFCCCoverletConsoleExecutor.cs" /> |
107 | | - <Compile Include="Core\Coverlet\DataCollector\CoverletDataCollectorGeneratedCobertura.cs" /> |
108 | | - <Compile Include="Core\Coverlet\DataCollector\CoverletDataCollectorUtil.cs" /> |
109 | | - <Compile Include="Core\Coverlet\Console\CoverletConsoleUtil.cs" /> |
110 | | - <Compile Include="Core\Coverlet\CoverletUtil.cs" /> |
111 | | - <Compile Include="Core\Coverlet\DataCollector\DataCollectorSettingsBuilder.cs" /> |
112 | | - <Compile Include="Core\Coverlet\DataCollector\DataCollectorSettingsBuilderFactory.cs" /> |
113 | | - <Compile Include="Core\Utilities\FileUtil.cs" /> |
114 | | - <Compile Include="Core\Coverlet\DataCollector\interfaces\ICoverletDataCollectorGeneratedCobertura.cs" /> |
115 | | - <Compile Include="Core\Coverlet\DataCollector\interfaces\ICoverletDataCollectorUtil.cs" /> |
116 | | - <Compile Include="Core\Coverlet\Console\ICoverletConsoleUtil.cs" /> |
117 | | - <Compile Include="Core\Coverlet\ICoverletUtil.cs" /> |
118 | | - <Compile Include="Core\Coverlet\DataCollector\interfaces\IDataCollectorSettingsBuilder.cs" /> |
119 | | - <Compile Include="Core\Coverlet\DataCollector\interfaces\IDataCollectorSettingsBuilderFactory.cs" /> |
120 | | - <Compile Include="Core\Utilities\IFileUtil.cs" /> |
121 | | - <Compile Include="Core\Utilities\IZipFile.cs" /> |
122 | | - <Compile Include="Core\Utilities\ZipFileWrapper.cs" /> |
123 | | - <Compile Include="Core\Coverlet\DataCollector\interfaces\IRunSettingsCoverletConfiguration.cs" /> |
124 | | - <Compile Include="Core\Utilities\IAssemblyUtil.cs" /> |
125 | | - <Compile Include="Core\Utilities\IProcessUtil.cs" /> |
126 | | - <Compile Include="Core\Utilities\ProcessResponseProcessor.cs" /> |
127 | | - <Compile Include="Core\Utilities\IProcessResponseProcessor.cs" /> |
128 | | - <Compile Include="Core\Coverlet\DataCollector\interfaces\IRunSettingsCoverletConfigurationFactory.cs" /> |
129 | | - <Compile Include="Core\Coverlet\DataCollector\RunSettingsCoverletConfiguration.cs" /> |
130 | | - <Compile Include="Core\Coverlet\DataCollector\RunSettingsCoverletConfigurationFactory.cs" /> |
131 | | - <Compile Include="Core\EnvironmentVariable.cs" /> |
132 | | - <Compile Include="Core\FileSynchronization\FileSynchronization.cs" /> |
133 | | - <Compile Include="Core\IAppDataFolder.cs" /> |
134 | | - <Compile Include="Core\IEnvironmentVariable.cs" /> |
135 | | - <Compile Include="Core\IFCCEngine.cs" /> |
136 | | - <Compile Include="Core\IMessageBox.cs" /> |
137 | | - <Compile Include="Core\ISourceFileOpener.cs" /> |
138 | | - <Compile Include="Core\MessageBoxWrapper.cs" /> |
139 | | - <Compile Include="Core\Model\CoverageProjectFactory.cs" /> |
140 | | - <Compile Include="Core\Model\ICoverageProject.cs" /> |
141 | | - <Compile Include="Core\Model\ICoverageProjectFactory.cs" /> |
142 | | - <Compile Include="Core\Model\ReferencedProject.cs" /> |
143 | | - <Compile Include="Core\MsTestPlatform\MsTestPlatformUtil.cs" /> |
144 | | - <Compile Include="Core\OpenCover\IOpenCoverUtil.cs" /> |
145 | | - <Compile Include="Core\ReportGenerator\ReportGeneratorUtil.cs" /> |
146 | | - <Compile Include="Core\SourceFileOpener.cs" /> |
147 | | - <Compile Include="Core\SVsColorThemeService.cs" /> |
148 | | - <Compile Include="Core\Utilities\AssemblyUtil.cs" /> |
149 | | - <Compile Include="Core\Model\CoverageLine.cs" /> |
150 | | - <Compile Include="Core\Model\CoverageProject.cs" /> |
151 | | - <Compile Include="Core\FCCEngine.cs" /> |
152 | | - <Compile Include="Core\Utilities\ComparableFile.cs" /> |
153 | | - <Compile Include="Core\Utilities\FileComparer.cs" /> |
154 | | - <Compile Include="Core\Utilities\FileSystemInfoDeleteExtensions.cs" /> |
155 | | - <Compile Include="Core\Utilities\XElementUtil.cs" /> |
156 | | - <Compile Include="Core\CoverageToolOutput\CoverageToolOutputManager.cs" /> |
157 | | - <Compile Include="Impl\ILogger.cs" /> |
158 | | - <Compile Include="Impl\RunSettingsRetriever.cs" /> |
159 | | - <Compile Include="Impl\CoverageLineGlyphFactory.cs" /> |
160 | | - <Compile Include="Impl\CoverageLineGlyphFactoryProvider.cs" /> |
161 | | - <Compile Include="Impl\CoverageLineGlyphTag.cs" /> |
162 | | - <Compile Include="Impl\Logger.cs" /> |
163 | | - <Compile Include="Impl\TestContainerDiscovery\Container.cs" /> |
164 | | - <Compile Include="Impl\TestContainerDiscovery\ContainerData.cs" /> |
165 | | - <Compile Include="Impl\TestContainerDiscovery\IInitializer.cs" /> |
166 | | - <Compile Include="Impl\TestContainerDiscovery\IInitializeStatusProvider.cs" /> |
167 | | - <Compile Include="Impl\TestContainerDiscovery\Initializer.cs" /> |
168 | | - <Compile Include="Impl\TestContainerDiscovery\InitializeStatus.cs" /> |
169 | | - <Compile Include="Impl\TestContainerDiscovery\IPackageInitializer.cs" /> |
170 | | - <Compile Include="Impl\TestContainerDiscovery\ITestOperation.cs" /> |
171 | | - <Compile Include="Impl\TestContainerDiscovery\ITestOperationFactory.cs" /> |
172 | | - <Compile Include="Impl\TestContainerDiscovery\Operation.cs" /> |
173 | | - <Compile Include="Impl\TestContainerDiscovery\PackageInitializer.cs" /> |
174 | | - <Compile Include="Impl\TestContainerDiscovery\TestConfiguration.cs" /> |
175 | | - <Compile Include="Impl\TestContainerDiscovery\TestOperation.cs" /> |
176 | | - <Compile Include="Impl\TestContainerDiscovery\TestOperationFactory.cs" /> |
177 | | - <Compile Include="Impl\TestContainerDiscovery\TestRunResponse.cs" /> |
178 | | - <Compile Include="Impl\Vsix.cs" /> |
179 | | - <Compile Include="Impl\CoverageLineGlyphTagger.cs" /> |
180 | | - <Compile Include="Impl\CoverageLineGlyphTaggerProvider.cs" /> |
181 | | - <Compile Include="Impl\TestContainerDiscovery\TestContainerDiscoverer.cs" /> |
182 | | - <Compile Include="Core\OpenCover\OpenCoverUtil.cs" /> |
183 | | - <Compile Include="Options\AppOptions.cs"> |
184 | | - <SubType>Component</SubType> |
185 | | - </Compile> |
186 | | - <Compile Include="Options\AppOptionsProvider.cs" /> |
187 | | - <Compile Include="Options\IAppOptions.cs" /> |
188 | | - <Compile Include="Options\IAppOptionsProvider.cs" /> |
189 | | - <Compile Include="Options\IAppOptionsStorageProvider.cs" /> |
190 | | - <Compile Include="Output\ClearUICommand.cs" /> |
191 | | - <Compile Include="Output\IProcess.cs" /> |
192 | | - <Compile Include="Output\OutputToolWindow.cs" /> |
193 | | - <Compile Include="Output\OutputToolWindowCommand.cs" /> |
194 | | - <Compile Include="Output\OutputToolWindowContext.cs" /> |
195 | | - <Compile Include="Output\OutputToolWindowControl.xaml.cs"> |
196 | | - <DependentUpon>OutputToolWindowControl.xaml</DependentUpon> |
197 | | - </Compile> |
198 | | - <Compile Include="Output\OutputToolWindowPackage.cs" /> |
199 | | - <Compile Include="Output\OutputToolWindowPackage1.cs"> |
200 | | - <AutoGen>True</AutoGen> |
201 | | - <DesignTime>True</DesignTime> |
202 | | - <DependentUpon>OutputToolWindowPackage.vsct</DependentUpon> |
203 | | - </Compile> |
204 | | - <Compile Include="Core\Utilities\ProcessUtil.cs" /> |
205 | | - <Compile Include="Output\ProcessWrapper.cs" /> |
206 | | - <Compile Include="Output\ScriptManager.cs" /> |
207 | 56 | <Compile Include="Properties\AssemblyInfo.cs" /> |
208 | 57 | <Compile Include="source.extension.cs"> |
209 | 58 | <AutoGen>True</AutoGen> |
|
216 | 65 | <Link>Resources\logo.png</Link> |
217 | 66 | <IncludeInVSIX>true</IncludeInVSIX> |
218 | 67 | </Content> |
219 | | - <Content Include="..\Art\Options-Global.png"> |
220 | | - <Link>Resources\Options-Global.png</Link> |
221 | | - </Content> |
222 | | - <Content Include="..\Art\Options-Project.png"> |
223 | | - <Link>Resources\Options-Project.png</Link> |
224 | | - </Content> |
225 | | - <Content Include="..\Art\Output-Coverage.png"> |
226 | | - <Link>Resources\Output-Coverage.png</Link> |
227 | | - <IncludeInVSIX>true</IncludeInVSIX> |
228 | | - </Content> |
229 | | - <Content Include="..\Art\Output-RiskHotspots.png"> |
230 | | - <Link>Resources\Output-RiskHotspots.png</Link> |
231 | | - <IncludeInVSIX>true</IncludeInVSIX> |
232 | | - </Content> |
233 | | - <Content Include="..\Art\Output-Summary.png"> |
234 | | - <Link>Resources\Output-Summary.png</Link> |
235 | | - <IncludeInVSIX>true</IncludeInVSIX> |
236 | | - </Content> |
237 | 68 | <Content Include="..\Art\preview-subject.png"> |
238 | 69 | <Link>Resources\preview-subject.png</Link> |
239 | 70 | <IncludeInVSIX>true</IncludeInVSIX> |
240 | 71 | </Content> |
241 | | - <Content Include="..\Art\preview-test.png"> |
242 | | - <Link>Resources\preview-test.png</Link> |
243 | | - <IncludeInVSIX>true</IncludeInVSIX> |
244 | | - </Content> |
245 | 72 | <Content Include="..\LICENSE"> |
246 | 73 | <Link>Resources\LICENSE</Link> |
247 | 74 | <IncludeInVSIX>true</IncludeInVSIX> |
248 | 75 | </Content> |
249 | | - <Content Include="Output\Resources\ClearUICommand.png" /> |
250 | | - <Content Include="Output\Resources\OutputToolWindowCommand.png" /> |
| 76 | + <Content Include="ZippedTools\coverlet.collector.3.0.3.zip"> |
| 77 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 78 | + </Content> |
251 | 79 | <Content Include="ZippedTools\coverlet.console.3.0.3.zip"> |
252 | 80 | <IncludeInVSIX>true</IncludeInVSIX> |
253 | 81 | </Content> |
|
260 | 88 | <Content Include="ZippedTools\reportGenerator.4.7.1.zip"> |
261 | 89 | <IncludeInVSIX>true</IncludeInVSIX> |
262 | 90 | </Content> |
263 | | - <VSCTCompile Include="Output\OutputToolWindowPackage.vsct"> |
264 | | - <Generator>VsctGenerator</Generator> |
| 91 | + <VSCTCompile Include="..\Shared Files\OutputToolWindowPackage.vsct"> |
| 92 | + <Link>OutputToolWindowPackage.vsct</Link> |
265 | 93 | <ResourceName>Menus.ctmenu</ResourceName> |
266 | | - <LastGenOutput>OutputToolWindowPackage1.cs</LastGenOutput> |
267 | 94 | </VSCTCompile> |
268 | | - <Content Include="ZippedTools\coverlet.collector.3.0.3.zip"> |
| 95 | + <Content Include="..\Shared Files\Resources\ClearUICommand.png"> |
| 96 | + <Link>Resources\ClearUICommand.png</Link> |
| 97 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 98 | + </Content> |
| 99 | + <Content Include="..\Shared Files\Resources\OutputToolWindowCommand.png"> |
| 100 | + <Link>Resources\OutputToolWindowCommand.png</Link> |
269 | 101 | <IncludeInVSIX>true</IncludeInVSIX> |
270 | 102 | </Content> |
271 | | - <None Include="Output\Resources\OutputToolWindowCommand.png.x" /> |
272 | | - <Content Include="Output\Resources\OutputToolWindowPackage.ico" /> |
273 | | - <None Include="..\.editorconfig"> |
274 | | - <Link>.editorconfig</Link> |
275 | | - </None> |
276 | 103 | <!-- |
277 | 104 | <None Include="Key.snk" /> |
278 | 105 | --> |
|
292 | 119 | <PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild"> |
293 | 120 | <Version>3.8.0</Version> |
294 | 121 | </PackageReference> |
295 | | - <PackageReference Include="Microsoft.TestPlatform.TestHost"> |
296 | | - <Version>16.8.3</Version> |
297 | | - </PackageReference> |
298 | 122 | <PackageReference Include="Microsoft.VisualStudio.SDK" Version="16.0.206" ExcludeAssets="runtime"> |
299 | 123 | <IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
300 | 124 | </PackageReference> |
|
334 | 158 | <Reference Include="System.Xml.Linq" /> |
335 | 159 | <Reference Include="WindowsBase" /> |
336 | 160 | </ItemGroup> |
337 | | - <ItemGroup> |
338 | | - <Page Include="Output\OutputToolWindowControl.xaml"> |
339 | | - <SubType>Designer</SubType> |
340 | | - <Generator>MSBuild:Compile</Generator> |
341 | | - </Page> |
342 | | - </ItemGroup> |
343 | | - <ItemGroup> |
344 | | - <EmbeddedResource Include="Output\VSPackage.resx"> |
345 | | - <MergeWithCTO>true</MergeWithCTO> |
346 | | - <ManifestResourceName>VSPackage</ManifestResourceName> |
347 | | - <SubType>Designer</SubType> |
348 | | - </EmbeddedResource> |
349 | | - </ItemGroup> |
350 | 161 | <ItemGroup> |
351 | 162 | <ProjectReference Include="..\ReportGeneratorPlugins\ReportGeneratorPlugins.csproj"> |
352 | 163 | <Project>{14fb668b-4b70-41e4-964b-405e5c9a6a58}</Project> |
353 | 164 | <Name>ReportGeneratorPlugins</Name> |
354 | 165 | </ProjectReference> |
355 | 166 | </ItemGroup> |
356 | 167 | <ItemGroup /> |
| 168 | + <Import Project="..\SharedProject\SharedProject.projitems" Label="Shared" /> |
357 | 169 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
358 | 170 | <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" /> |
359 | 171 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments