Files
woofworkflows-poc/WoofWorkflows/WoofWorkflows.fsproj
Smaug123 04552cb995 wip
2023-12-21 21:06:27 +00:00

17 lines
427 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarnOn>FS3559</WarnOn>
</PropertyGroup>
<ItemGroup>
<Compile Include="StepDag.fs" />
<Compile Include="Pipeline.fs" />
<Compile Include="Program.fs"/>
</ItemGroup>
</Project>