mirror of
https://github.com/Hizenberg469/GitMap.git
synced 2026-04-19 17:52:24 +03:00
Implementing XML
This commit is contained in:
@@ -0,0 +1,126 @@
|
||||
{
|
||||
"configurations" :
|
||||
[
|
||||
{
|
||||
"directories" :
|
||||
[
|
||||
{
|
||||
"build" : ".",
|
||||
"childIndexes" :
|
||||
[
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"jsonFile" : "directory-.-Debug-d0094a50bb2071803777.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.8"
|
||||
},
|
||||
"projectIndex" : 0,
|
||||
"source" : "."
|
||||
},
|
||||
{
|
||||
"build" : "src",
|
||||
"jsonFile" : "directory-src-Debug-c94b7c2814d5a21df52c.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.8"
|
||||
},
|
||||
"parentIndex" : 0,
|
||||
"projectIndex" : 0,
|
||||
"source" : "src",
|
||||
"targetIndexes" :
|
||||
[
|
||||
0
|
||||
]
|
||||
},
|
||||
{
|
||||
"build" : "test",
|
||||
"jsonFile" : "directory-test-Debug-f18be1977b403cfd1a50.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.8"
|
||||
},
|
||||
"parentIndex" : 0,
|
||||
"projectIndex" : 0,
|
||||
"source" : "test",
|
||||
"targetIndexes" :
|
||||
[
|
||||
2
|
||||
]
|
||||
},
|
||||
{
|
||||
"build" : "main",
|
||||
"jsonFile" : "directory-main-Debug-72090c4a4cf973f97e42.json",
|
||||
"minimumCMakeVersion" :
|
||||
{
|
||||
"string" : "3.8"
|
||||
},
|
||||
"parentIndex" : 0,
|
||||
"projectIndex" : 0,
|
||||
"source" : "main",
|
||||
"targetIndexes" :
|
||||
[
|
||||
1
|
||||
]
|
||||
}
|
||||
],
|
||||
"name" : "Debug",
|
||||
"projects" :
|
||||
[
|
||||
{
|
||||
"directoryIndexes" :
|
||||
[
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3
|
||||
],
|
||||
"name" : "GitMap",
|
||||
"targetIndexes" :
|
||||
[
|
||||
0,
|
||||
1,
|
||||
2
|
||||
]
|
||||
}
|
||||
],
|
||||
"targets" :
|
||||
[
|
||||
{
|
||||
"directoryIndex" : 1,
|
||||
"id" : "GitMap::@145eef247bfb46b6828c",
|
||||
"jsonFile" : "target-GitMap-Debug-17a7c2f1ab7ee97abfeb.json",
|
||||
"name" : "GitMap",
|
||||
"projectIndex" : 0
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 3,
|
||||
"id" : "Gitmap::@15c4a824ab2728a3f5e7",
|
||||
"jsonFile" : "target-Gitmap-Debug-6a2a0f1d0bb930bf1166.json",
|
||||
"name" : "Gitmap",
|
||||
"projectIndex" : 0
|
||||
},
|
||||
{
|
||||
"directoryIndex" : 2,
|
||||
"id" : "test_main::@36f028580bb02cc8272a",
|
||||
"jsonFile" : "target-test_main-Debug-8c5632b9f75ab1e8e910.json",
|
||||
"name" : "test_main",
|
||||
"projectIndex" : 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"kind" : "codemodel",
|
||||
"paths" :
|
||||
{
|
||||
"build" : "E:/Miscellaneous Project/GitMap/out/build/x64-debug",
|
||||
"source" : "E:/Miscellaneous Project/GitMap"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"major" : 2,
|
||||
"minor" : 6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user