2024-08-05 10:11:58 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-10-12 09:03:06 +08:00
|
|
|
|
<Title>SereinFow</Title>
|
2025-09-04 10:39:57 +08:00
|
|
|
|
<Version>1.2.4.1</Version>
|
2025-05-27 19:22:09 +08:00
|
|
|
|
<Description>动态节点流、可视化编辑的基本依赖,支持导入C# DLL生成自定义节点,提供二次开发支持,适合用于可视化编程和流程设计</Description>
|
2024-10-12 09:03:06 +08:00
|
|
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
|
|
|
|
<RepositoryUrl>https://github.com/fhhyyp/serein-flow</RepositoryUrl>
|
2024-10-12 22:25:33 +08:00
|
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
2024-10-12 09:03:06 +08:00
|
|
|
|
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
|
2025-07-28 12:16:29 +08:00
|
|
|
|
|
|
|
|
|
|
<TargetFrameworks>net8.0;net462</TargetFrameworks>
|
|
|
|
|
|
<BaseOutputPath>..\.\.Output</BaseOutputPath>
|
|
|
|
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
2025-03-18 12:33:54 +08:00
|
|
|
|
<LangVersion>latest</LangVersion>
|
2025-05-27 18:32:40 +08:00
|
|
|
|
<SatelliteResourceLanguages>no</SatelliteResourceLanguages>
|
2025-03-18 12:33:54 +08:00
|
|
|
|
|
2025-07-07 20:40:24 +08:00
|
|
|
|
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
|
2024-10-12 22:25:33 +08:00
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2024-10-20 12:10:57 +08:00
|
|
|
|
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
|
|
|
|
|
|
<CompilerGeneratedFilesOutputPath>.\obj\g</CompilerGeneratedFilesOutputPath>
|
2024-08-05 10:11:58 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2025-07-28 12:16:29 +08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0|AnyCPU'">
|
|
|
|
|
|
<NoWarn>1701;1702;1573</NoWarn>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net462|AnyCPU'">
|
|
|
|
|
|
<NoWarn>1701;1702;1573</NoWarn>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'">
|
|
|
|
|
|
<NoWarn>1701;1702;1573</NoWarn>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
|
|
|
|
|
|
<NoWarn>1701;1702;1573</NoWarn>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2024-09-15 12:15:32 +08:00
|
|
|
|
<ItemGroup>
|
2024-09-17 14:20:27 +08:00
|
|
|
|
<Compile Remove="Http\**" />
|
2025-07-27 23:34:01 +08:00
|
|
|
|
<Compile Remove="Network\**" />
|
2025-07-28 20:04:56 +08:00
|
|
|
|
<Compile Remove="Utils\SereinExpression\**" />
|
2024-09-15 12:15:32 +08:00
|
|
|
|
<Compile Remove="Utils\SerinExpression\**" />
|
2024-09-17 14:20:27 +08:00
|
|
|
|
<EmbeddedResource Remove="Http\**" />
|
2025-07-27 23:34:01 +08:00
|
|
|
|
<EmbeddedResource Remove="Network\**" />
|
2025-07-28 20:04:56 +08:00
|
|
|
|
<EmbeddedResource Remove="Utils\SereinExpression\**" />
|
2024-09-15 12:15:32 +08:00
|
|
|
|
<EmbeddedResource Remove="Utils\SerinExpression\**" />
|
2024-09-17 14:20:27 +08:00
|
|
|
|
<None Remove="Http\**" />
|
2025-07-27 23:34:01 +08:00
|
|
|
|
<None Remove="Network\**" />
|
2025-07-28 20:04:56 +08:00
|
|
|
|
<None Remove="Utils\SereinExpression\**" />
|
2024-09-15 12:15:32 +08:00
|
|
|
|
<None Remove="Utils\SerinExpression\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2024-10-22 00:13:13 +08:00
|
|
|
|
<ItemGroup>
|
2025-08-02 22:04:13 +08:00
|
|
|
|
<Compile Remove="Api\IFlipflopContext.cs" />
|
|
|
|
|
|
<Compile Remove="Enums\FlipflopStateType.cs" />
|
2025-07-30 11:29:12 +08:00
|
|
|
|
<Compile Remove="Extension\FlowModelExtension.cs" />
|
2024-10-22 00:13:13 +08:00
|
|
|
|
<Compile Remove="FlowNode\Attribute.cs" />
|
2025-08-04 22:38:20 +08:00
|
|
|
|
<Compile Remove="FlowNode\Env\FlowCallTree.cs" />
|
2025-08-02 22:04:13 +08:00
|
|
|
|
<Compile Remove="FlowNode\FlipflopContext.cs" />
|
2025-05-31 12:15:01 +08:00
|
|
|
|
<Compile Remove="FlowNode\NodeModelBaseData.cs" />
|
|
|
|
|
|
<Compile Remove="FlowNode\NodeModelBaseFunc.cs" />
|
2024-12-20 23:39:29 +08:00
|
|
|
|
<Compile Remove="FlowNode\ScriptFlowApi.cs" />
|
2025-08-02 22:04:13 +08:00
|
|
|
|
<Compile Remove="Utils\ExpressionHelper.cs" />
|
2024-11-02 16:48:40 +08:00
|
|
|
|
<Compile Remove="Utils\NativeDllHelper.cs" />
|
2025-07-30 21:15:07 +08:00
|
|
|
|
<Compile Remove="Utils\RemoteMsgUtil.cs" />
|
2024-10-22 00:13:13 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2024-09-15 12:15:32 +08:00
|
|
|
|
<ItemGroup>
|
2024-10-08 12:01:10 +08:00
|
|
|
|
<PackageReference Include="System.Reactive" Version="6.0.1" />
|
2024-09-20 10:50:32 +08:00
|
|
|
|
<PackageReference Include="System.Threading.Channels" Version="8.0.0" />
|
2024-10-12 22:25:33 +08:00
|
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.3.0" />
|
2024-09-15 12:15:32 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2024-10-12 09:03:06 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="..\LICENSE">
|
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
|
<PackagePath>\</PackagePath>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\README.md">
|
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
|
<PackagePath>\</PackagePath>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2024-11-03 18:28:16 +08:00
|
|
|
|
<ItemGroup>
|
2025-07-30 21:15:07 +08:00
|
|
|
|
<!--<ProjectReference Include="..\Serein.Library.MyGenerator\Serein.Library.NodeGenerator.csproj " OutputItemType="Analyzer" />-->
|
|
|
|
|
|
<!-- ReferenceOutputAssembly="false" -->
|
2026-01-27 17:24:19 +08:00
|
|
|
|
<!--<ProjectReference Include="..\Serein.Library.MyGenerator\Serein.Library.NodeGenerator.csproj " OutputItemType="Analyzer" />-->
|
|
|
|
|
|
<ProjectReference Include="..\Serein.Library.NodeGenerator\Serein.Library.NodeGenerator.csproj" OutputItemType="Analyzer"/>
|
2024-11-03 18:28:16 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2024-08-05 10:11:58 +08:00
|
|
|
|
</Project>
|