Files
RhythmicWallpaper/LibAudioVisualizer/LibAudioVisualizer.csproj
2024-10-17 23:10:02 +08:00

19 lines
436 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FftSharp" Version="1.1.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LibDynamics\LibDynamics.csproj" />
</ItemGroup>
</Project>