尝试分离NodeModel与依赖包

This commit is contained in:
fengjiayi
2024-08-06 16:09:46 +08:00
parent f15baf0d9b
commit 4183866b42
56 changed files with 3623 additions and 241 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<BaseOutputPath>D:\Project\C#\DynamicControl\SereinFlow\.Output</BaseOutputPath>
@@ -9,8 +9,11 @@
</PropertyGroup>
<ItemGroup>
<Compile Remove="Flow\**" />
<Compile Remove="obj\**" />
<EmbeddedResource Remove="Flow\**" />
<EmbeddedResource Remove="obj\**" />
<None Remove="Flow\**" />
<None Remove="obj\**" />
</ItemGroup>
@@ -22,8 +25,4 @@
<PackageReference Include="SqlSugarCore" Version="5.1.4.166" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LibraryIOC\Serein.Library.IOC.csproj" />
</ItemGroup>
</Project>