- 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.
29 lines
732 B
JSON
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"
|
|
} |