diff --git a/.gitignore b/.gitignore index 3267a74..2994fa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .vs/ .vscode/ build/ +vcpkg_installed/ README BakkesPlugins.md crash.txt \ No newline at end of file diff --git a/BetterChat.vcxproj b/BetterChat.vcxproj index 5bf50a7..ebcf5c9 100644 --- a/BetterChat.vcxproj +++ b/BetterChat.vcxproj @@ -50,6 +50,12 @@ $(SolutionDir)plugins\ $(SolutionDir)build\.intermediates\$(Configuration)\ + + true + + + true + Level3 @@ -135,11 +141,6 @@ - - - - - - + \ No newline at end of file diff --git a/BetterChat.vcxproj.filters b/BetterChat.vcxproj.filters index 7f90d25..4e4e822 100644 --- a/BetterChat.vcxproj.filters +++ b/BetterChat.vcxproj.filters @@ -72,6 +72,9 @@ Source Files + + Source Files + @@ -122,13 +125,16 @@ Header Files + + Header Files + + + Header Files + Resource Files - - - \ No newline at end of file diff --git a/packages.config b/packages.config deleted file mode 100644 index ac5e593..0000000 --- a/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/packages/nlohmann.json.3.11.2/.signature.p7s b/packages/nlohmann.json.3.11.2/.signature.p7s deleted file mode 100644 index 31a3989..0000000 Binary files a/packages/nlohmann.json.3.11.2/.signature.p7s and /dev/null differ diff --git a/packages/nlohmann.json.3.11.2/nlohmann.json.3.11.2.nupkg b/packages/nlohmann.json.3.11.2/nlohmann.json.3.11.2.nupkg deleted file mode 100644 index ba8a651..0000000 Binary files a/packages/nlohmann.json.3.11.2/nlohmann.json.3.11.2.nupkg and /dev/null differ diff --git a/plugins/BetterChat.dll b/plugins/BetterChat.dll index 20eb62a..44436fa 100644 Binary files a/plugins/BetterChat.dll and b/plugins/BetterChat.dll differ diff --git a/plugins/BetterChat.pdb b/plugins/BetterChat.pdb index 6821c8e..f275961 100644 Binary files a/plugins/BetterChat.pdb and b/plugins/BetterChat.pdb differ diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..9e34745 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "dependencies": [ + "nlohmann-json" + ] +} \ No newline at end of file diff --git a/version.h b/version.h index 95e8ab6..e032462 100644 --- a/version.h +++ b/version.h @@ -1,8 +1,8 @@ #pragma once #define VERSION_MAJOR 3 #define VERSION_MINOR 0 -#define VERSION_PATCH 1 -#define VERSION_BUILD 400 +#define VERSION_PATCH 2 +#define VERSION_BUILD 403 #define stringify(a) stringify_(a) #define stringify_(a) #a