Initial commit

This commit is contained in:
Pasha Bibko
2025-07-19 20:48:54 +01:00
commit ab564e9649
14 changed files with 258 additions and 0 deletions

13
.vs/launch.vs.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": "0.2.1",
"defaults": {},
"configurations": [
{
"type": "default",
"project": "CMakeLists.txt",
"projectTarget": "LXC.exe (LXC\\LXC.exe)",
"currentDir": "${workspaceRoot}",
"name": "LXC.exe (LXC\\LXC.exe)"
}
]
}