Skip to content

Commit ebc5176

Browse files
committed
Add FlyleafLib v3.8.2
1 parent 54db22f commit ebc5176

File tree

112 files changed

+42652
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+42652
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,3 +344,9 @@ ASALocalRun/
344344
Network Trash Folder
345345
Temporary Items
346346
.apdisk
347+
348+
# XML Documentation
349+
FlyleafLib/FlyleafLib.xml
350+
351+
# YT-DLP
352+
yt-dlp.exe

FFmpeg/avcodec-61.dll

84.5 MB
Binary file not shown.

FFmpeg/avdevice-61.dll

4.95 MB
Binary file not shown.

FFmpeg/avfilter-10.dll

27.5 MB
Binary file not shown.

FFmpeg/avformat-61.dll

18.8 MB
Binary file not shown.

FFmpeg/avutil-59.dll

2.66 MB
Binary file not shown.

FFmpeg/postproc-58.dll

87 KB
Binary file not shown.

FFmpeg/swresample-5.dll

642 KB
Binary file not shown.

FFmpeg/swscale-8.dll

686 KB
Binary file not shown.

FlyleafLib/AssemblyInfo.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System.Windows;
2+
3+
[assembly: ThemeInfo(
4+
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
5+
//(used if a resource is not found in the page,
6+
// or application resource dictionaries)
7+
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
8+
//(used if a resource is not found in the page,
9+
// app, or any theme specific resource dictionaries)
10+
)]

0 commit comments

Comments
 (0)