FFMpegCore/FFMpegCore.Examples/FFMpegCore.Examples.csproj

13 lines
278 B
XML
Raw Normal View History

2021-03-15 22:45:30 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\FFMpegCore\FFMpegCore.csproj" />
</ItemGroup>
</Project>