WsParser_VS/AstConv/AstConv.fsproj

16 lines
351 B
XML
Raw Permalink Normal View History

2025-02-19 05:43:34 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="AstImport.fs" />
<Compile Include="HtmlStruct.fs" />
2025-04-04 19:07:46 +00:00
<Compile Include="FmtStruct.fs" />
2025-02-19 05:43:34 +00:00
<Compile Include="Program.fs" />
</ItemGroup>
</Project>