-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements_example.json
More file actions
69 lines (68 loc) · 1.7 KB
/
requirements_example.json
File metadata and controls
69 lines (68 loc) · 1.7 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"componentName": "MiniProject",
"version": "0.5.6",
"os": "Windows10",
"platform": "x64",
"language": "C++ 20, C# 7.3",
"type": "CSC",
"metadata": {
"tools": [
{
"vendor": "Microsoft",
"name": "VisualStudio",
"version": "2022"
},
{
"vendor": "Microsoft",
"name": "MSVC++ Platform Toolset",
"version": "143"
},
{
"vendor": "Microsoft",
"name": "MSVC Toolset",
"version": "14.42.34433"
},
{
"vendor": "Microsoft",
"name": "Windows SDK",
"version": "10.0.22621.0"
},
{
"vendor": "LIGNEX1",
"name": "nFramework",
"version": ">=1.8.3.251017"
},
{
"vendor": "Microsoft",
"name": ".NET Framework",
"version": "4.7.2"
}
],
"authors": [
{
"name": "Jaehee Ha",
"department": "PGM통제기술연구소.4팀",
"email": "jaehee.ha@lignex1.com"
}
],
"properties": [
{
"vendor": "LIGNEX1",
"name": "nRTI",
"version": "1.0"
},
{
"vendor": "MAK",
"name": "MAK RTI",
"version": "4.6"
},
{
"vendor": "RTI",
"name": "Conext DDS",
"version": "6.1.2"
}
]
},
"components": [
]
}