diff --git a/Blox Saber Editor/App.config b/Blox Saber Editor/App.config index ead8212a..68ec4039 100644 --- a/Blox Saber Editor/App.config +++ b/Blox Saber Editor/App.config @@ -7,13 +7,17 @@ - + - - + + + + + + diff --git a/Blox Saber Editor/Blox Saber Editor.csproj b/Blox Saber Editor/Blox Saber Editor.csproj index 46f3f672..dc22368b 100644 --- a/Blox Saber Editor/Blox Saber Editor.csproj +++ b/Blox Saber Editor/Blox Saber Editor.csproj @@ -104,13 +104,25 @@ ..\packages\Bass.NetWrapper.2.4.12.5\lib\net45\Bass.Net.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.10\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True + ..\packages\ncalc.1.3.8\lib\NCalc.dll ..\packages\OpenTK.3.3.1\lib\net20\OpenTK.dll + + ..\packages\SharpCompress.0.48.0\lib\netstandard2.0\SharpCompress.dll + True + + + ..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll + True + @@ -118,7 +130,27 @@ ..\packages\System.Json.4.7.1\lib\net461\System.Json.dll + + ..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Text.Encoding.CodePages.10.0.10\lib\net462\System.Text.Encoding.CodePages.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll + True + @@ -271,6 +303,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + \ No newline at end of file diff --git a/Blox Saber Editor/packages.config b/Blox Saber Editor/packages.config index e62f5221..890b9f24 100644 --- a/Blox Saber Editor/packages.config +++ b/Blox Saber Editor/packages.config @@ -4,11 +4,19 @@ + - + + + + + + + + \ No newline at end of file