bits 48cb6d512b Add Visual Studio project files and CMake configuration for RLIdentityDLL
- 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.
2026-04-27 22:43:56 +03:00

29 lines
732 B
JSON

{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: cl.exe build active file",
"command": "cl.exe",
"args": [
"/Zi",
"/LD",
"/EHsc",
"/nologo",
"/Fe${fileDirname}\\${fileBasenameNoExtension}.dll",
"${file}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$msCompile"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Task generated by Debugger."
}
],
"version": "2.0.0"
}