add new player and new firmware
This commit is contained in:
parent
b9fd99de54
commit
a99ced1ad1
19 changed files with 315 additions and 5 deletions
15
ConsolePlayer/ConsolePlayer.csproj
Normal file
15
ConsolePlayer/ConsolePlayer.csproj
Normal file
|
@ -0,0 +1,15 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="SoundFlow" Version="1.1.1" />
|
||||
<PackageReference Include="System.IO.Ports" Version="9.0.4" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue