FFMpegCore/FFMpegCore.Examples/FFMpegCore.Examples.csproj

15 lines
426 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2023-02-17 00:13:34 +01:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
2023-02-17 00:13:34 +01:00
<ItemGroup>
<ProjectReference Include="..\FFMpegCore.Extensions.System.Drawing.Common\FFMpegCore.Extensions.System.Drawing.Common.csproj"/>
<ProjectReference Include="..\FFMpegCore\FFMpegCore.csproj"/>
</ItemGroup>
</Project>