You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
584 B
16 lines
584 B
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="LibVLCSharp" Version="3.5.1" />
|
|
<PackageReference Include="LibVLCSharp.WinForms" Version="3.5.1" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="5.0.0" />
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|