- Created RLIdentity.vcxproj and associated filters for source files. - Added ZERO_CHECK.vcxproj and filters to manage build dependencies. - Implemented cmake_install.cmake for installation configuration. - Introduced libMinHook.h for hooking functionality. - Updated solution file RLIdentityDLL.sln to include new projects.
5 lines
97 B
JSON
5 lines
97 B
JSON
{
|
|
"cmake.buildDirectory": "${workspaceFolder}/build-x64",
|
|
"cmake.generatorPlatform": "x64"
|
|
}
|