Files
serein-flow/NodeFlow/Serein.NodeFlow.csproj

41 lines
1.3 KiB
XML
Raw Normal View History

2024-08-06 16:09:46 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<BaseOutputPath>D:\Project\C#\DynamicControl\SereinFlow\.Output</BaseOutputPath>
</PropertyGroup>
2024-08-06 19:39:28 +08:00
<ItemGroup>
<Compile Remove="bin\**" />
2024-09-06 09:13:13 +08:00
<Compile Remove="SerinExpression\**" />
2024-08-06 19:39:28 +08:00
<EmbeddedResource Remove="bin\**" />
2024-09-06 09:13:13 +08:00
<EmbeddedResource Remove="SerinExpression\**" />
2024-08-06 19:39:28 +08:00
<None Remove="bin\**" />
2024-09-06 09:13:13 +08:00
<None Remove="SerinExpression\**" />
2024-08-06 19:39:28 +08:00
</ItemGroup>
2024-08-06 16:09:46 +08:00
<ItemGroup>
<Compile Remove="ConnectionType.cs" />
<Compile Remove="DynamicContext.cs" />
<Compile Remove="MethodDetails.cs" />
<Compile Remove="Tool\Attribute.cs" />
<Compile Remove="Tool\DynamicTool.cs" />
<Compile Remove="Tool\NodeModelBaseFunc.cs" />
<Compile Remove="Tool\TcsSignal.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Library.Core\Serein.Library.Core.csproj" />
<ProjectReference Include="..\Library.Framework\Serein.Library.Framework.csproj" />
2024-08-06 16:09:46 +08:00
<ProjectReference Include="..\Library\Serein.Library.csproj" />
</ItemGroup>
</Project>