organizing, resolving dependencies

This commit is contained in:
2025-02-01 14:28:12 -05:00
parent 1d0045b759
commit ffaa2ca19f
45 changed files with 387 additions and 18 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"MD_INTELLISENSE_DIRECTIVES"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "cl.exe"
}
],
"version": 4
}