mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
d7800843bf
Former-commit-id: b33f9a3c4b
12 lines
278 B
XML
12 lines
278 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FFMpegCore\FFMpegCore.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|