From d5a36cd85c2ff1d38bb9df8d73d31a833817bbf2 Mon Sep 17 00:00:00 2001
From: 3cxc <81449257+3cxc@users.noreply.github.com>
Date: Thu, 12 Feb 2026 17:24:21 +0800
Subject: [PATCH] =?UTF-8?q?build:=E6=B7=BB=E5=8A=A0=E4=BE=9D=E8=B5=96?=
=?UTF-8?q?=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
LiteDB, System.Buffers
---
EasyTools.csproj | 8 ++++++++
app.config | 11 +++++++++++
packages.config | 2 ++
3 files changed, 21 insertions(+)
create mode 100644 app.config
diff --git a/EasyTools.csproj b/EasyTools.csproj
index 59bad3f..1c584af 100644
--- a/EasyTools.csproj
+++ b/EasyTools.csproj
@@ -70,6 +70,9 @@
packages\Northwood.LabAPI.1.1.4\lib\net48\LabApi.dll
+
+ packages\LiteDB.5.0.21\lib\net45\LiteDB.dll
+
False
D:\SteamLibrary\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Mirror.dll
@@ -82,6 +85,9 @@
D:\SteamLibrary\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Pooling.dll
+
+ packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll
+
packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll
@@ -136,7 +142,9 @@
+
+
\ No newline at end of file
diff --git a/app.config b/app.config
new file mode 100644
index 0000000..9617ccf
--- /dev/null
+++ b/app.config
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/packages.config b/packages.config
index 3846e5b..f31721e 100644
--- a/packages.config
+++ b/packages.config
@@ -2,7 +2,9 @@
+
+
\ No newline at end of file