2024-10-31 14:59:42 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2024-10-31 10:38:21 +08:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
2024-10-31 11:41:20 +08:00
|
|
|
|
<OutputPath>../LFlow_Bin/</OutputPath>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
|
|
|
|
<UseCommonOutputDirectory>true</UseCommonOutputDirectory>
|
2024-10-31 14:59:42 +08:00
|
|
|
|
<OutputType>Library</OutputType>
|
2024-10-31 10:38:21 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|