FFMpegCore/FFMpegCore.Examples/FFMpegCore.Examples.csproj
Malte Rosenbjerg 844753b1ed Init
Former-commit-id: 53651a0275
2023-01-29 20:52:59 +01:00

13 lines
413 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\FFMpegCore.Extensions.System.Drawing.Common\FFMpegCore.Extensions.System.Drawing.Common.csproj" />
<ProjectReference Include="..\FFMpegCore\FFMpegCore.csproj" />
</ItemGroup>
</Project>