WsParser_VS/WsNovelManager/WsNovelManager.fsproj

14 lines
270 B
XML
Raw Normal View History

2025-02-24 07:02:23 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>nsm</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
</Project>