Crunchyroll-Downloader-v3.0/packages/Geckofx60.32.60.0.50/build/Geckofx60.32.targets

17 lines
602 B
Plaintext
Raw Normal View History

2019-11-10 00:16:12 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Firefox Include="$(MSBuildProjectDirectory)\Firefox\*.*" />
</ItemGroup>
<PropertyGroup>
<!-- Make CopyFiles target actually get executed.-->
<BuildDependsOn>
$(BuildDependsOn);
CopyFiles
</BuildDependsOn>
<!-- Copy Firefox files to output dir -->
</PropertyGroup>
<Target Name="CopyFiles">
<Copy SourceFiles="@(FIREFOX)" DestinationFolder="$(TargetDir)\Firefox" SkipUnchangedFiles="true" />
</Target>
</Project>