2025-07-16 12:43:09 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2025-07-21 01:01:09 -05:00
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="FFMpegCore" />
|
|
|
|
|
<PackageReference Include="NAudio" />
|
|
|
|
|
<PackageReference Include="Whisper.net.AllRuntimes" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-07-16 12:43:09 -05:00
|
|
|
</Project>
|