mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
375 B
XML
18 lines
375 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<VisualStudioToolFile
|
|
Name="Output DLL copy"
|
|
Version="8.00"
|
|
>
|
|
<Rules>
|
|
<CustomBuildRule
|
|
Name="Output DLL copy"
|
|
CommandLine="xcopy /R /C /Y $(InputPath) $(OutDir)"
|
|
Outputs="$(OutDir)\$(InputFileName)"
|
|
FileExtensions="*.dll"
|
|
>
|
|
<Properties>
|
|
</Properties>
|
|
</CustomBuildRule>
|
|
</Rules>
|
|
</VisualStudioToolFile>
|