-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.vsdbg-config.json
56 lines (56 loc) · 1.48 KB
/
default.vsdbg-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"$schema": "https://aka.ms/vs/vsdbg-config-schema",
"languages": [
{
"languageId": "{00000000-0000-0000-0000-000000000000}",
"vendorId": "{00000000-0000-0000-0000-000000000000}",
"name": "Unknown"
},
{
"languageId": "{3a12d0b7-c26c-11d0-b442-00a0244a1dd2}",
"vendorId": "{994b45c4-e6e9-11d2-903f-00c04fa302a1}",
"name": "C++",
"codeViewCompilerIds": [
{
"code": 1
},
{
"code": 1,
"compilerName": "Microsoft (R) Optimizing Compiler"
}
]
},
{
"languageId": "{63a08714-fc37-11d2-904c-00c04fa302a1}",
"vendorId": "{994b45c4-e6e9-11d2-903f-00c04fa302a1}",
"name": "C",
"codeViewCompilerIds": [
{
"code": 0
},
{
"code": 0,
"compilerName": "Microsoft (R) Optimizing Compiler"
}
]
},
{
"languageId": "{3f5162f8-07c6-11d3-9053-00c04fa302a1}",
"vendorId": "{994b45c4-e6e9-11d2-903f-00c04fa302a1}",
"name": "C#",
"codeViewCompilerIds": [ { "code": 10 } ]
},
{
"languageId": "{3a12d0b8-c26c-11d0-b442-00a0244a1dd2}",
"vendorId": "{994b45c4-e6e9-11d2-903f-00c04fa302a1}",
"name": "VB",
"codeViewCompilerIds": [ { "code": 11 } ]
},
{
"languageId": "{ef62b8e3-e73e-4e46-8d14-02f45ec1d07b}",
"vendorId": "{994b45c4-e6e9-11d2-903f-00c04fa302a1}",
"name": "Synergy",
"codeViewCompilerIds": [ ]
}
]
}