mirror of
https://github.com/rainerzufalldererste/windows_x64_shellcode_template
synced 2026-06-08 16:57:13 +00:00
12 lines
277 B
Lua
12 lines
277 B
Lua
solution "shellcode_template"
|
|
|
|
editorintegration "On"
|
|
platforms { "x64" }
|
|
configurations { "Debug", "Release" }
|
|
|
|
dofile "shellcode_template/project.lua"
|
|
|
|
group "example"
|
|
dofile "example/host_process/project.lua"
|
|
dofile "example/child_process/project.lua"
|