Skip to content

Commit 348c4b9

Browse files
author
Ognjen Sobajic
committed
Fix some problems
1 parent aba0458 commit 348c4b9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

SampleApps/WebView2APISample/WebView2APISample.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,9 @@
495495
<CopyFileToFolders Include="assets\AppStartPageBackground.png">
496496
<DestinationFolders>$(OutDir)\assets</DestinationFolders>
497497
</CopyFileToFolders>
498+
<CopyFileToFolders Include="assets\ScenarioTestingFocus.html">
499+
<DestinationFolders>$(OutDir)\assets</DestinationFolders>
500+
</CopyFileToFolders>
498501
</ItemGroup>
499502
<ItemGroup>
500503
<Midl Include="HostObjectSample.idl" TypeLibraryName="$(OutDir)WebView2APISample.tlb" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Web.WebView2" version="1.0.824-prerelease" targetFramework="native" />
3+
<package id="Microsoft.Web.WebView2" version="1.0.790-prerelease" targetFramework="native" />
44
<package id="Microsoft.Windows.ImplementationLibrary" version="1.0.191107.2" targetFramework="native" />
55
</packages>

0 commit comments

Comments
 (0)