Files
soundgen/SoundGen/SoundGen.fsproj
2022-10-31 08:49:49 +04:00

21 lines
447 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Settings.fs" />
<Compile Include="Synth.fs" />
<Compile Include="Fx.fs" />
<Compile Include="PCMWave.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
</Project>