vijin/vijin.fsproj

10 lines
262 B
XML
Raw Normal View History

2024-01-12 23:27:48 -06:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Syntax.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
</Project>