ModelingDebug/Debug.csproj

14 lines
387 B
XML
Raw Normal View History

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" />
<!--<Reference
Include="System.Windows.Forms" />-->
2024-08-25 09:55:05 +00:00
</ItemGroup>
</Project>