Microsoft.Web.WebView2.targets 761 B

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <!-- This build/.targets file is used by managed VS projects including win32
  4. apps and UWP apps. -->
  5. <PropertyGroup>
  6. <WebView2ProjectKind>managed</WebView2ProjectKind>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <!-- The managed targets file is under build
  10. so the root is one path segment up. -->
  11. <NugetRoot>$(MSBuildThisFileDirectory)..\</NugetRoot>
  12. </PropertyGroup>
  13. <!-- Example logging
  14. <Target Name="WebView2ManagedEntryLog" BeforeTargets="Build">
  15. <Message Text="WebView2 managed .targets file. $(NugetRoot)" Importance="high"/>
  16. </Target>
  17. -->
  18. <Import Project="$(NugetRoot)\build\Common.targets"/>
  19. </Project>