2024-08-05 10:11:58 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-10-10 10:45:53 +08:00
|
|
|
|
<TargetFrameworks>net8-windows;net462</TargetFrameworks>
|
2024-09-17 14:20:27 +08:00
|
|
|
|
<BaseOutputPath>D:\Project\C#\DynamicControl\SereinFlow\.Output</BaseOutputPath>
|
2024-08-05 10:11:58 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2024-09-15 12:15:32 +08:00
|
|
|
|
<ItemGroup>
|
2024-09-17 14:20:27 +08:00
|
|
|
|
<Compile Remove="Http\**" />
|
2024-09-15 12:15:32 +08:00
|
|
|
|
<Compile Remove="Utils\SerinExpression\**" />
|
2024-09-17 14:20:27 +08:00
|
|
|
|
<EmbeddedResource Remove="Http\**" />
|
2024-09-15 12:15:32 +08:00
|
|
|
|
<EmbeddedResource Remove="Utils\SerinExpression\**" />
|
2024-09-17 14:20:27 +08:00
|
|
|
|
<None Remove="Http\**" />
|
2024-09-15 12:15:32 +08:00
|
|
|
|
<None Remove="Utils\SerinExpression\**" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
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-09-16 19:53:36 +08:00
|
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
|
2024-09-15 12:15:32 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2024-10-10 10:45:53 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Network\Socket\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2024-08-05 10:11:58 +08:00
|
|
|
|
</Project>
|