FFMpegCore/FFMpegCore.Examples/FFMpegCore.Examples.csproj

15 lines
452 B
XML
Raw Normal View History

2021-03-15 22:45:30 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
2021-03-15 22:45:30 +01:00
</PropertyGroup>
<ItemGroup>
2022-03-24 20:19:37 +01:00
<ProjectReference Include="..\FFMpegCore.Extensions.System.Drawing.Common\FFMpegCore.Extensions.System.Drawing.Common.csproj" />
2021-03-15 22:45:30 +01:00
<ProjectReference Include="..\FFMpegCore\FFMpegCore.csproj" />
</ItemGroup>
</Project>