-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend the NuGet package platform support.
- Loading branch information
1 parent
6053b3d
commit 2277940
Showing
5 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
PROJECT: Mouri Internal Library Essentials | ||
FILE: Mile.FFmpeg.Managed.targets | ||
PURPOSE: MSBuild targets file for Mile.FFmpeg | ||
LICENSE: The MIT License | ||
MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com) | ||
--> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<MileFFmpegRedistPath>$(MSBuildThisFileDirectory)..\native\Redist\$(PlatformTarget)\</MileFFmpegRedistPath> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ReferenceCopyLocalPaths Include="$(MileFFmpegRedistPath)*.*" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters