125
125
<ClInclude Include =" resource.h" />
126
126
<ClInclude Include =" ScenarioAddRemoteObject.h" />
127
127
<ClInclude Include =" ScenarioWebMessage.h" />
128
+ <ClInclude Include =" ScenarioWebViewEventMonitor.h" />
128
129
<ClInclude Include =" ScriptComponent.h" />
129
130
<ClInclude Include =" SettingsComponent.h" />
130
131
<ClInclude Include =" stdafx.h" />
143
144
<ClCompile Include =" RemoteObjectSampleImpl.cpp" />
144
145
<ClCompile Include =" ScenarioAddRemoteObject.cpp" />
145
146
<ClCompile Include =" ScenarioWebMessage.cpp" />
147
+ <ClCompile Include =" ScenarioWebViewEventMonitor.cpp" />
146
148
<ClCompile Include =" ScriptComponent.cpp" />
147
149
<ClCompile Include =" SettingsComponent.cpp" />
148
150
<ClCompile Include =" stdafx.cpp" >
166
168
<None Include =" packages.config" />
167
169
<CopyFileToFolders Include =" ScenarioAddRemoteObject.html" />
168
170
<CopyFileToFolders Include =" ScenarioWebMessage.html" />
171
+ <CopyFileToFolders Include =" ScenarioWebViewEventMonitor.html" />
169
172
</ItemGroup >
170
173
<ItemGroup >
171
174
<Midl Include =" RemoteObjectSample.idl" TypeLibraryName =" $(OutDir)WebView2APISample.tlb" />
172
175
</ItemGroup >
173
176
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
174
177
<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')" />
176
179
<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')" />
177
180
</ImportGroup >
178
181
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
179
182
<PropertyGroup >
180
183
<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 >
181
184
</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'))" />
183
186
<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'))" />
184
187
</Target >
185
188
</Project >
0 commit comments