Crunchyroll-Downloader-v3.0/packages/Geckofx60.32.60.0.47/build/Geckofx60.32.targets
hama3254 6e665140e4 3.4 update
- added a http webserver and made a Firefox addon to control the downloader
 (the server need to be activated in the settings)
 basic example : https://www.youtube.com/watch?v=AzgNzCrXfpo (works also for funimation)

-rewritten the funimation name methods and added subfolder support
-fixed issues with funimation subtitels
2020-08-16 23:27:48 +02:00

17 lines
602 B
XML

<?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>