Add project
This commit is contained in:
commit
7fcb279842
961 changed files with 370491 additions and 0 deletions
15
packages/cef.redist.x64.87.1.13/build/cef.redist.x64.props
vendored
Normal file
15
packages/cef.redist.x64.87.1.13/build/cef.redist.x64.props
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?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>
|
||||
<CefRedist64 Include="$(MSBuildThisFileDirectory)..\CEF\**\*.*" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in a new issue