|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Syntax.fs" />
|
|
<Compile Include="Parser.fs" />
|
|
<Compile Include="Program.fs" />
|
|
</ItemGroup>
|
|
</Project> |