整理:重新追踪文件

This commit is contained in:
若汝棋茗
2024-11-17 20:53:15 +08:00
parent 3bc98edc6e
commit 2aab3cf78f
2060 changed files with 333080 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TouchSocket" Version="3.0.0" />
</ItemGroup>
</Project>