2024-08-05 10:11:58 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
2024-10-12 22:25:33 +08:00
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
2024-08-05 10:11:58 +08:00
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<UseWPF>True</UseWPF>
|
|
|
|
|
|
<BaseOutputPath>D:\Project\C#\DynamicControl\SereinFlow\.Output</BaseOutputPath>
|
2024-10-12 09:03:06 +08:00
|
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
2024-10-12 22:25:33 +08:00
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2024-10-20 12:10:57 +08:00
|
|
|
|
<!--<IsRoslynComponent>true</IsRoslynComponent>-->
|
2024-08-05 10:11:58 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="Node\NodeModel\**" />
|
|
|
|
|
|
<Compile Remove="Themes\Condition\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="Node\NodeModel\**" />
|
|
|
|
|
|
<EmbeddedResource Remove="Themes\Condition\**" />
|
|
|
|
|
|
<None Remove="Node\NodeModel\**" />
|
|
|
|
|
|
<None Remove="Themes\Condition\**" />
|
|
|
|
|
|
<Page Remove="Node\NodeModel\**" />
|
|
|
|
|
|
<Page Remove="Themes\Condition\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="Node\FlipflopRegionControl.xaml.cs" />
|
2024-10-23 19:22:27 +08:00
|
|
|
|
<Compile Remove="Node\Junction\NodeJunctionViewBase.cs" />
|
2024-08-05 10:11:58 +08:00
|
|
|
|
<Compile Remove="Node\NodeBase.cs" />
|
2024-10-27 00:54:10 +08:00
|
|
|
|
<Compile Remove="Node\View\ActionRegionControl.xaml.cs" />
|
2024-08-05 10:11:58 +08:00
|
|
|
|
<Compile Remove="Themes\ConditionControl.xaml.cs" />
|
|
|
|
|
|
<Compile Remove="Themes\ConditionControlModel.cs" />
|
2024-10-23 19:22:27 +08:00
|
|
|
|
<Compile Remove="Themes\ConnectionControl.xaml.cs" />
|
2024-08-05 10:11:58 +08:00
|
|
|
|
<Compile Remove="Themes\ExplicitDataControl.xaml.cs" />
|
2024-09-22 14:10:13 +08:00
|
|
|
|
<Compile Remove="Themes\ObjectViewerControl1.xaml.cs" />
|
2024-08-05 10:11:58 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Page Remove="Node\FlipflopRegionControl.xaml" />
|
2024-10-27 00:54:10 +08:00
|
|
|
|
<Page Remove="Node\View\ActionRegionControl.xaml" />
|
2024-08-05 10:11:58 +08:00
|
|
|
|
<Page Remove="Themes\ConditionControl.xaml" />
|
2024-10-23 19:22:27 +08:00
|
|
|
|
<Page Remove="Themes\ConnectionControl.xaml" />
|
2024-08-05 10:11:58 +08:00
|
|
|
|
<Page Remove="Themes\ExplicitDataControl.xaml" />
|
2024-09-26 21:00:17 +08:00
|
|
|
|
<Page Remove="Themes\MultiConditionConverter.xaml" />
|
2024-09-22 14:10:13 +08:00
|
|
|
|
<Page Remove="Themes\ObjectViewerControl1.xaml" />
|
2024-08-05 10:11:58 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-09-12 20:32:54 +08:00
|
|
|
|
|
|
|
|
|
|
<ProjectReference Include="..\Library.Core\Serein.Library.Core.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Library.Framework\Serein.Library.Framework.csproj" />
|
2024-08-05 10:11:58 +08:00
|
|
|
|
<ProjectReference Include="..\Library\Serein.Library.csproj" />
|
2024-08-06 16:09:46 +08:00
|
|
|
|
<ProjectReference Include="..\NodeFlow\Serein.NodeFlow.csproj" />
|
2024-12-20 23:39:29 +08:00
|
|
|
|
<ProjectReference Include="..\Serein.Script\Serein.Script.csproj" />
|
2024-08-05 10:11:58 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
2024-12-09 22:57:06 +08:00
|
|
|
|
|
2024-12-26 00:26:50 +08:00
|
|
|
|
<!--<PackageReference Include="MySqlConnector" Version="2.4.0" />
|
2024-12-09 22:57:06 +08:00
|
|
|
|
<PackageReference Include="SqlSugarCore" Version="5.1.4.170" />
|
2024-12-26 00:26:50 +08:00
|
|
|
|
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.4.171" />-->
|
2024-12-09 22:57:06 +08:00
|
|
|
|
|
2024-10-23 19:22:27 +08:00
|
|
|
|
<!--<PackageReference Include="LivetCask2" Version="4.0.2" />-->
|
|
|
|
|
|
<!--<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />-->
|
2024-08-05 10:11:58 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Update="Themes\MethodDetailsControl.xaml.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|