Files
MediaControl/MediaControl.csproj
2025-04-05 17:47:26 -07:00

15 lines
369 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dubya.WindowsMediaController" Version="2.5.5" />
</ItemGroup>
</Project>