21 lines
447 B
XML
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>
|