15 lines
No EOL
537 B
XML
15 lines
No EOL
537 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!--
|
|
Files are no longer copied as part of this targets file.
|
|
For projects other than CefSharp define a target to copy the files.
|
|
Checkout the CefSharp.Common.targets file for an example
|
|
-->
|
|
|
|
<!--
|
|
Using wildcard matching as per https://stackoverflow.com/a/17252671
|
|
-->
|
|
<ItemGroup>
|
|
<CefRedist32 Include="$(MSBuildThisFileDirectory)..\CEF\**\*.*" />
|
|
</ItemGroup>
|
|
</Project> |