|
151 | 151 | <Compile Include="Reporter\Configuration\RichViewReporterConfiguration.cs" />
|
152 | 152 | <Compile Include="Reporter\Configuration\Theme.cs" />
|
153 | 153 | <Compile Include="Reporter\ExtentHtmlReporter.cs" />
|
| 154 | + <Compile Include="Reporter\ExtentV3HtmlReporter.cs" /> |
154 | 155 | <Compile Include="Reporter\ExtentLoggerReporter.cs" />
|
155 | 156 | <Compile Include="Reporter\TemplateEngine\RazorEngineManager.cs" />
|
156 | 157 | <Compile Include="Reporter\TemplateInfo.cs" />
|
|
167 | 168 | <Compile Include="Utils\ExceptionUtil.cs" />
|
168 | 169 | <Compile Include="Utils\ListUtil.cs" />
|
169 | 170 | <Compile Include="Utils\ResourceUtils.cs" />
|
| 171 | + <Compile Include="ViewDefs\TWBSIcon.cs" /> |
170 | 172 | <Compile Include="ViewDefs\MaterialIcon.cs" />
|
171 | 173 | <Compile Include="Views\Commons\ICommonsMarker.cs" />
|
172 |
| - <Compile Include="Views\Html\IHtmlMarker.cs" /> |
| 174 | + <Compile Include="Views\Html\IHtml2Marker.cs" /> |
| 175 | + <EmbeddedResource Include="Views\Html\Partials\Attributes.cshtml" /> |
| 176 | + <Compile Include="Views\V3Html\IV3HtmlMarker.cs" /> |
173 | 177 | <Compile Include="Views\Logger\ILoggerMarker.cs" />
|
174 | 178 | </ItemGroup>
|
175 | 179 | <ItemGroup>
|
|
189 | 193 | <EmbeddedResource Include="Views\Commons\CommonsInjectCss.cshtml" />
|
190 | 194 | <EmbeddedResource Include="Views\Commons\CommonsInjectJs.cshtml" />
|
191 | 195 | <EmbeddedResource Include="Views\Commons\CommonsTag.cshtml" />
|
192 |
| - <EmbeddedResource Include="Views\Html\Author\Author.cshtml" /> |
193 |
| - <EmbeddedResource Include="Views\Html\Category\Category.cshtml" /> |
194 |
| - <EmbeddedResource Include="Views\Html\Dashboard\Dashboard.cshtml" /> |
195 |
| - <EmbeddedResource Include="Views\Html\Exception\Exception.cshtml"> |
| 196 | + <EmbeddedResource Include="Views\V3Html\Author\V3Author.cshtml" /> |
| 197 | + <EmbeddedResource Include="Views\V3Html\Category\V3Category.cshtml" /> |
| 198 | + <EmbeddedResource Include="Views\V3Html\Dashboard\V3Dashboard.cshtml" /> |
| 199 | + <EmbeddedResource Include="Views\V3Html\Exception\V3Exception.cshtml"> |
196 | 200 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
197 | 201 | </EmbeddedResource>
|
198 |
| - <EmbeddedResource Include="Views\Html\TestRunner\Logs.cshtml" /> |
199 |
| - <EmbeddedResource Include="Views\Html\Test\Charts.cshtml"> |
| 202 | + <EmbeddedResource Include="Views\V3Html\TestRunner\V3Logs.cshtml" /> |
| 203 | + <EmbeddedResource Include="Views\V3Html\Test\V3Charts.cshtml"> |
200 | 204 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
201 | 205 | </EmbeddedResource>
|
202 |
| - <EmbeddedResource Include="Views\Html\Test\Test.cshtml"> |
| 206 | + <EmbeddedResource Include="Views\V3Html\Test\V3Test.cshtml"> |
203 | 207 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
204 | 208 | <SubType>Designer</SubType>
|
205 | 209 | </EmbeddedResource>
|
206 |
| - <EmbeddedResource Include="Views\Html\Head.cshtml"> |
| 210 | + <EmbeddedResource Include="Views\V3Html\V3Head.cshtml"> |
207 | 211 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
208 | 212 | <SubType>Designer</SubType>
|
209 | 213 | </EmbeddedResource>
|
210 |
| - <EmbeddedResource Include="Views\Html\Index.cshtml" /> |
211 |
| - <EmbeddedResource Include="Views\Html\Nav.cshtml"> |
| 214 | + <EmbeddedResource Include="Views\V3Html\V3Index.cshtml" /> |
| 215 | + <EmbeddedResource Include="Views\V3Html\V3Nav.cshtml"> |
212 | 216 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
213 | 217 | </EmbeddedResource>
|
214 | 218 | <EmbeddedResource Include="Views\Logger\LoggerDashboard.cshtml">
|
|
224 | 228 | <EmbeddedResource Include="Views\Commons\CommonsAttributes.cshtml" />
|
225 | 229 | <EmbeddedResource Include="Views\Commons\CommonsMedia.cshtml" />
|
226 | 230 | <EmbeddedResource Include="Views\Commons\CommonsRow.cshtml" />
|
| 231 | + <EmbeddedResource Include="Views\Html\Tag.cshtml" /> |
| 232 | + <EmbeddedResource Include="Views\Html\Dashboard.cshtml" /> |
| 233 | + <EmbeddedResource Include="Views\Html\Index.cshtml" /> |
| 234 | + <EmbeddedResource Include="Views\Html\Partials\Sidenav.cshtml" /> |
| 235 | + <EmbeddedResource Include="Views\Html\Partials\Log.cshtml" /> |
| 236 | + <EmbeddedResource Include="Views\Html\Partials\RecurseNodes.cshtml" /> |
| 237 | + <EmbeddedResource Include="Views\Html\Partials\AttributesView.cshtml" /> |
| 238 | + <EmbeddedResource Include="Views\Html\Partials\Navbar.cshtml" /> |
| 239 | + <EmbeddedResource Include="Views\Html\Author.cshtml" /> |
| 240 | + <EmbeddedResource Include="Views\Html\Device.cshtml" /> |
| 241 | + <EmbeddedResource Include="Views\Html\Exception.cshtml" /> |
| 242 | + <EmbeddedResource Include="Views\Html\Partials\Head.cshtml" /> |
| 243 | + <EmbeddedResource Include="Views\Html\Partials\Scripts.cshtml" /> |
227 | 244 | </ItemGroup>
|
228 | 245 | <ItemGroup>
|
229 | 246 | <None Include="Resources\Languages.txt" />
|
|
0 commit comments