cef.redist.x86.props 537 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <!--
  4. Files are no longer copied as part of this targets file.
  5. For projects other than CefSharp define a target to copy the files.
  6. Checkout the CefSharp.Common.targets file for an example
  7. -->
  8. <!--
  9. Using wildcard matching as per https://stackoverflow.com/a/17252671
  10. -->
  11. <ItemGroup>
  12. <CefRedist32 Include="$(MSBuildThisFileDirectory)..\CEF\**\*.*" />
  13. </ItemGroup>
  14. </Project>