|
244 | 244 | <ClInclude Include="ScenarioNotificationReceived.h" /> |
245 | 245 | <ClInclude Include="ScenarioPermissionManagement.h" /> |
246 | 246 | <ClInclude Include="ScenarioSaveAs.h" /> |
| 247 | + <ClInclude Include="ScenarioScreenCapture.h" /> |
247 | 248 | <ClInclude Include="ScenarioSharedBuffer.h" /> |
248 | 249 | <ClInclude Include="ScenarioSharedWorkerWRR.h" /> |
249 | 250 | <ClInclude Include="ScenarioThrottlingControl.h" /> |
|
295 | 296 | <ClCompile Include="ScenarioNotificationReceived.cpp" /> |
296 | 297 | <ClCompile Include="ScenarioPermissionManagement.cpp" /> |
297 | 298 | <ClCompile Include="ScenarioSaveAs.cpp" /> |
| 299 | + <ClCompile Include="ScenarioScreenCapture.cpp" /> |
298 | 300 | <ClCompile Include="ScenarioSharedBuffer.cpp" /> |
299 | 301 | <ClCompile Include="ScenarioSharedWorkerWRR.cpp" /> |
300 | 302 | <ClCompile Include="ScenarioThrottlingControl.cpp" /> |
|
375 | 377 | <CopyFileToFolders Include="assets/ScenarioNotificationReceived.html"> |
376 | 378 | <DestinationFolders>$(OutDir)\assets</DestinationFolders> |
377 | 379 | </CopyFileToFolders> |
| 380 | + <CopyFileToFolders Include="assets/ScenarioScreenCapture.html"> |
| 381 | + <DestinationFolders>$(OutDir)\assets</DestinationFolders> |
| 382 | + </CopyFileToFolders> |
| 383 | + <CopyFileToFolders Include="assets/ScenarioScreenCaptureIFrame1.html"> |
| 384 | + <DestinationFolders>$(OutDir)\assets</DestinationFolders> |
| 385 | + </CopyFileToFolders> |
| 386 | + <CopyFileToFolders Include="assets/ScenarioScreenCaptureIFrame2.html"> |
| 387 | + <DestinationFolders>$(OutDir)\assets</DestinationFolders> |
| 388 | + </CopyFileToFolders> |
378 | 389 | <CopyFileToFolders Include="assets/ScenarioSharedBuffer.html"> |
379 | 390 | <DestinationFolders>$(OutDir)\assets</DestinationFolders> |
380 | 391 | </CopyFileToFolders> |
|
451 | 462 | <CopyFileToFolders Include="assets\ScenarioTestingFocus.html"> |
452 | 463 | <DestinationFolders>$(OutDir)\assets</DestinationFolders> |
453 | 464 | </CopyFileToFolders> |
| 465 | + <CopyFileToFolders Include="ScenarioScreenCaptureIFrame2.html"> |
| 466 | + <DestinationFolders>$(OutDir)\assets</DestinationFolders> |
| 467 | + </CopyFileToFolders> |
454 | 468 | </ItemGroup> |
455 | 469 | <ItemGroup> |
456 | 470 | <Midl Include="HostObjectSample.idl" TypeLibraryName="$(OutDir)WebView2APISample.tlb" /> |
457 | 471 | </ItemGroup> |
458 | 472 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
459 | 473 | <ImportGroup Label="ExtensionTargets"> |
460 | 474 | <Import Project="..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition="Exists('..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" /> |
461 | | - <Import Project="..\packages\Microsoft.Web.WebView2.1.0.2526-prerelease\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.2526-prerelease\build\native\Microsoft.Web.WebView2.targets')" /> |
| 475 | + <Import Project="..\packages\Microsoft.Web.WebView2.1.0.2584-prerelease\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.2584-prerelease\build\native\Microsoft.Web.WebView2.targets')" /> |
462 | 476 | </ImportGroup> |
463 | 477 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
464 | 478 | <PropertyGroup> |
465 | 479 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
466 | 480 | </PropertyGroup> |
467 | 481 | <Error Condition="!Exists('..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" /> |
468 | | - <Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.2526-prerelease\build\native\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.2526-prerelease\build\native\Microsoft.Web.WebView2.targets'))" /> |
| 482 | + <Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.2584-prerelease\build\native\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.2584-prerelease\build\native\Microsoft.Web.WebView2.targets'))" /> |
469 | 483 | </Target> |
470 | 484 | </Project> |
0 commit comments