Files
soundgen/SoundGen/SoundGen.fsproj
2023-06-05 16:56:55 +04:00

20 lines
451 B
XML

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