mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 09:49:07 +00:00
Add built-in plugin MediaInfoViewer
1. Merged from forked repo https://github.com/emako/QuickLook/tree/master/QuickLook.Plugin/QuickLook.Plugin.MediaInfoViewer 2. Use TextBox instead of AvalonEdit and prepare for new feature
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<PackageReference Include="MediaInfo.Wrapper" Version="21.9.3">
|
||||
<Aliases>MediaInfoWrapper</Aliases>
|
||||
</PackageReference>
|
||||
<PackageReference Include="MediaInfoDLL" Version="25.4.0">
|
||||
<PackageReference Include="MediaInfoDLL" Version="25.7.0">
|
||||
<Aliases>MediaInfoDLL</Aliases>
|
||||
</PackageReference>
|
||||
<Reference Include="WindowsBase" />
|
||||
@@ -187,17 +187,17 @@
|
||||
<DestinationFolder>$(OutDir)\LAVFilters-x86\</DestinationFolder>
|
||||
<Link>LAVFilters-x86\swscale-lav-8.dll</Link>
|
||||
</Content>
|
||||
<Content Include="$(NuGetPackageRoot)\MediaInfoDLL\25.4.0\lib\netstandard2.0\x64\MediaInfo.dll">
|
||||
<Content Include="$(NuGetPackageRoot)\MediaInfoDLL\25.7.0\lib\netstandard2.0\x64\MediaInfo.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<DestinationFolder>$(OutDir)MediaInfo-x64\</DestinationFolder>
|
||||
<Link>MediaInfo-x64\MediaInfo.dll</Link>
|
||||
</Content>
|
||||
<Content Include="$(NuGetPackageRoot)\MediaInfoDLL\25.4.0\lib\netstandard2.0\x86\MediaInfo.dll">
|
||||
<Content Include="$(NuGetPackageRoot)\MediaInfoDLL\25.7.0\lib\netstandard2.0\x86\MediaInfo.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<DestinationFolder>$(OutDir)MediaInfo-x86\</DestinationFolder>
|
||||
<Link>MediaInfo-x86\MediaInfo.dll</Link>
|
||||
</Content>
|
||||
<!--<Content Include="$(NuGetPackageRoot)\MediaInfoDLL\25.4.0\lib\netstandard2.0\arm64\MediaInfo.dll">
|
||||
<!--<Content Include="$(NuGetPackageRoot)\MediaInfoDLL\25.7.0\lib\netstandard2.0\arm64\MediaInfo.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<DestinationFolder>$(OutDir)MediaInfo-ARM64\</DestinationFolder>
|
||||
<Link>MediaInfo-ARM64\MediaInfo.dll</Link>
|
||||
|
Reference in New Issue
Block a user