125125 <ClInclude Include =" resource.h" />
126126 <ClInclude Include =" ScenarioAddRemoteObject.h" />
127127 <ClInclude Include =" ScenarioWebMessage.h" />
128+ <ClInclude Include =" ScenarioWebViewEventMonitor.h" />
128129 <ClInclude Include =" ScriptComponent.h" />
129130 <ClInclude Include =" SettingsComponent.h" />
130131 <ClInclude Include =" stdafx.h" />
143144 <ClCompile Include =" RemoteObjectSampleImpl.cpp" />
144145 <ClCompile Include =" ScenarioAddRemoteObject.cpp" />
145146 <ClCompile Include =" ScenarioWebMessage.cpp" />
147+ <ClCompile Include =" ScenarioWebViewEventMonitor.cpp" />
146148 <ClCompile Include =" ScriptComponent.cpp" />
147149 <ClCompile Include =" SettingsComponent.cpp" />
148150 <ClCompile Include =" stdafx.cpp" >
166168 <None Include =" packages.config" />
167169 <CopyFileToFolders Include =" ScenarioAddRemoteObject.html" />
168170 <CopyFileToFolders Include =" ScenarioWebMessage.html" />
171+ <CopyFileToFolders Include =" ScenarioWebViewEventMonitor.html" />
169172 </ItemGroup >
170173 <ItemGroup >
171174 <Midl Include =" RemoteObjectSample.idl" TypeLibraryName =" $(OutDir)WebView2APISample.tlb" />
172175 </ItemGroup >
173176 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
174177 <ImportGroup Label =" ExtensionTargets" >
175- <Import Project =" packages\Microsoft.Web.WebView2.0.8.314 \build\native\Microsoft.Web.WebView2.targets" Condition =" Exists('packages\Microsoft.Web.WebView2.0.8.314 \build\native\Microsoft.Web.WebView2.targets')" />
178+ <Import Project =" packages\Microsoft.Web.WebView2.0.8.355 \build\native\Microsoft.Web.WebView2.targets" Condition =" Exists('packages\Microsoft.Web.WebView2.0.8.355 \build\native\Microsoft.Web.WebView2.targets')" />
176179 <Import Project =" packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition =" Exists('packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
177180 </ImportGroup >
178181 <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
179182 <PropertyGroup >
180183 <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 >
181184 </PropertyGroup >
182- <Error Condition =" !Exists('packages\Microsoft.Web.WebView2.0.8.314 \build\native\Microsoft.Web.WebView2.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Web.WebView2.0.8.314 \build\native\Microsoft.Web.WebView2.targets'))" />
185+ <Error Condition =" !Exists('packages\Microsoft.Web.WebView2.0.8.355 \build\native\Microsoft.Web.WebView2.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Web.WebView2.0.8.355 \build\native\Microsoft.Web.WebView2.targets'))" />
183186 <Error Condition =" !Exists('packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Windows.ImplementationLibrary.1.0.191107.2\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
184187 </Target >
185188</Project >
0 commit comments