2024-10-31 14:59:42 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.web">
|
2024-10-31 11:41:49 +08:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<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 11:41:49 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Enum\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|