mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
17 lines
375 B
Text
17 lines
375 B
Text
|
|
<?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>
|