This commit is contained in:
Smaug123
2023-12-21 15:16:49 +00:00
commit eb3fa03b15
6 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="StepDag.fs" />
<Compile Include="Pipeline.fs" />
<Compile Include="Program.fs"/>
</ItemGroup>
</Project>