2024-08-25 09:55:05 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="NAudio" Version="2.2.1" />
|
2025-02-17 12:26:57 +00:00
|
|
|
|
<!--<Reference
|
|
|
|
|
Include="System.Windows.Forms" />-->
|
2024-08-25 09:55:05 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|