2024-10-10 10:45:53 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-10-13 19:36:45 +08:00
|
|
|
|
<TargetFrameworks>net8.0</TargetFrameworks>
|
2024-10-10 10:45:53 +08:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<BaseOutputPath>D:\Project\C#\DynamicControl\SereinFlow\.Output</BaseOutputPath>
|
2024-10-12 09:03:06 +08:00
|
|
|
|
|
2024-10-10 10:45:53 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Library.Core\Serein.Library.Core.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Library\Serein.Library.csproj" />
|
2024-10-11 23:08:56 +08:00
|
|
|
|
<ProjectReference Include="..\NodeFlow\Serein.NodeFlow.csproj" />
|
2024-10-10 10:45:53 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|