mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
更新
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Serein.NodeFlow.SerinExpression;
|
||||
|
||||
using Serein.Library.SerinExpression;
|
||||
|
||||
namespace Serein.NodeFlow.Model
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using Serein.NodeFlow;
|
||||
using Serein.NodeFlow.SerinExpression;
|
||||
using Serein.Library.SerinExpression;
|
||||
using Serein.NodeFlow;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
@@ -9,8 +9,11 @@
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="bin\**" />
|
||||
<Compile Remove="SerinExpression\**" />
|
||||
<EmbeddedResource Remove="bin\**" />
|
||||
<EmbeddedResource Remove="SerinExpression\**" />
|
||||
<None Remove="bin\**" />
|
||||
<None Remove="SerinExpression\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user