|
338 | 338 | <CopyFileToFolders Include="assets/AppStartPageBackground.png">
|
339 | 339 | <DestinationFolders>$(OutDir)\assets</DestinationFolders>
|
340 | 340 | </CopyFileToFolders>
|
| 341 | + <CopyFileToFolders Include="assets/dedicated_worker.js"> |
| 342 | + <DestinationFolders>$(OutDir)\assets</DestinationFolders> |
| 343 | + </CopyFileToFolders> |
341 | 344 | <CopyFileToFolders Include="assets/DemoWorker.js">
|
342 | 345 | <DestinationFolders>$(OutDir)\assets</DestinationFolders>
|
343 | 346 | </CopyFileToFolders>
|
|
365 | 368 | <CopyFileToFolders Include="assets/ScenarioCustomScheme.json">
|
366 | 369 | <DestinationFolders>$(OutDir)\assets</DestinationFolders>
|
367 | 370 | </CopyFileToFolders>
|
| 371 | + <CopyFileToFolders Include="assets/ScenarioDedicatedWorkerPostMessage.html"> |
| 372 | + <DestinationFolders>$(OutDir)\assets</DestinationFolders> |
| 373 | + </CopyFileToFolders> |
368 | 374 | <CopyFileToFolders Include="assets/ScenarioDragDrop.html">
|
369 | 375 | <DestinationFolders>$(OutDir)\assets</DestinationFolders>
|
370 | 376 | </CopyFileToFolders>
|
|
496 | 502 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
497 | 503 | <ImportGroup Label="ExtensionTargets">
|
498 | 504 | <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')" />
|
499 |
| - <Import Project="..\packages\Microsoft.Web.WebView2.1.0.3171-prerelease\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.3171-prerelease\build\native\Microsoft.Web.WebView2.targets')" /> |
| 505 | + <Import Project="..\packages\Microsoft.Web.WebView2.1.0.3230-prerelease\build\native\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.3230-prerelease\build\native\Microsoft.Web.WebView2.targets')" /> |
500 | 506 | </ImportGroup>
|
501 | 507 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
502 | 508 | <PropertyGroup>
|
503 | 509 | <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>
|
504 | 510 | </PropertyGroup>
|
505 | 511 | <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'))" />
|
506 |
| - <Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.3171-prerelease\build\native\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.3171-prerelease\build\native\Microsoft.Web.WebView2.targets'))" /> |
| 512 | + <Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.3230-prerelease\build\native\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.3230-prerelease\build\native\Microsoft.Web.WebView2.targets'))" /> |
507 | 513 | </Target>
|
508 | 514 | </Project>
|
0 commit comments