WsParser_VS/AstConv/AstConv.fsproj

15 lines
312 B
XML
Raw 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" />
<Compile Include="Program.fs" />
</ItemGroup>
</Project>