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