From 24579a75d4ba53a0b85c93ab36fdb9987b9551d2 Mon Sep 17 00:00:00 2001 From: Aaron Peapell Date: Mon, 15 Mar 2021 19:11:53 +1100 Subject: [PATCH] sln --- Salty/Salty.vcxproj | 248 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 248 insertions(+) create mode 100644 Salty/Salty.vcxproj diff --git a/Salty/Salty.vcxproj b/Salty/Salty.vcxproj new file mode 100644 index 0000000..288a73d --- /dev/null +++ b/Salty/Salty.vcxproj @@ -0,0 +1,248 @@ + + + + + Debug + x64 + + + Release + x64 + + + + {BAF9F07A-2664-A5F1-6FA2-5697DB4B8346} + true + Win32Proj + BigBaseV2 + 10.0 + Salty + + + + + + + + + + + + DynamicLibrary + true + Unicode + v142 + true + + + DynamicLibrary + false + Unicode + v142 + true + + + + + + + + + + + + + true + $(SolutionDir)bin\$(Configuration)\ + $(SolutionDir)bin\int\$(Configuration)\$(ProjectName)\ + $(ProjectName) + .dll + + + false + true + $(SolutionDir)bin\$(Configuration)\ + $(SolutionDir)bin\int\$(Configuration)\$(ProjectName)\ + $(ProjectName) + .dll + false + + + + Use + common.hpp + Level3 + 4100;4201;4307;%(DisableSpecificWarnings) + _CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;_WIN32_WINNT=0x601;_DEBUG;BIGBASEV2_DEBUG;%(PreprocessorDefinitions) + ..\vendor\fmtlib\include;..\vendor\json\single_include;..\vendor\MinHook\include;..\vendor\ImGui;..\vendor\ImGui\examples;..\vendor\g3log\src;src;%(AdditionalIncludeDirectories) + common.hpp + ProgramDatabase + Disabled + false + MultiThreadedDebugDLL + Fast + AdvancedVectorExtensions2 + true + stdcpp17 + Default + + + Windows + true + ..\bin\$(Configuration);%(AdditionalLibraryDirectories) + ..\bin\Debug\BigBaseV2.lib + MinHook.lib;ImGui.lib;%(AdditionalDependencies);Ws2_32.lib + + + + + Use + common.hpp + Level3 + 4100;4201;4307;%(DisableSpecificWarnings) + _CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32_LEAN_AND_MEAN;_WIN32_WINNT=0x601;NDEBUG;BIGBASEV2_RELEASE;%(PreprocessorDefinitions) + ..\vendor\fmtlib\include;..\vendor\json\single_include;..\vendor\MinHook\include;..\vendor\ImGui;..\vendor\ImGui\examples;..\vendor\g3log\src;src;%(AdditionalIncludeDirectories) + common.hpp + MaxSpeed + true + true + false + true + MultiThreadedDLL + Fast + AdvancedVectorExtensions2 + true + stdcpp17 + Default + + + Windows + true + true + ..\bin\$(Configuration);%(AdditionalLibraryDirectories) + ..\bin\Release\BigBaseV2.lib + true + MinHook.lib;ImGui.lib;%(AdditionalDependencies);Ws2_32.lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {2319C3FD-0FBB-EDD3-F875-0128E4B67424} + + + {1A77E127-8656-60C3-8F6E-EB99FBCCC624} + + + {C0FF640D-2C14-8DBE-F595-301E616989EF} + + + {81AD640F-EDC1-8CC0-B643-3020221789F1} + + + + + + + + + \ No newline at end of file