2024-08-05 10:11:58 +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>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="bin\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="bin\**" />
|
|
|
|
|
|
<None Remove="bin\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Library\Serein.Library.csproj" />
|
2024-08-06 16:09:46 +08:00
|
|
|
|
<ProjectReference Include="..\NodeFlow\Serein.NodeFlow.csproj" />
|
2024-08-05 10:11:58 +08:00
|
|
|
|
<ProjectReference Include="..\WorkBench\Serein.WorkBench.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|