forked from optiv/ScareCrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.json
More file actions
26 lines (26 loc) · 710 Bytes
/
main.json
File metadata and controls
26 lines (26 loc) · 710 Bytes
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
{
"FixedFileInfo": {
"FileVersion": {
"Major": 1,
"Minor": 0,
"Patch": 0,
"Build": 0
},
"ProductVersion": {
"Major": 1,
"Minor": 0,
"Patch": 0,
"Build": 0
}
},
"StringFileInfo": {
"CompanyName": "Microsoft Corporation",
"FileDescription": "Microsoft Corporation",
"FileVersion": "Microsoft Corporation",
"InternalName": "test",
"LegalCopyright": "Microsoft Corporation",
"OriginalFilename": "Microsoft Corporation",
"ProductName": "Microsoft Corporation",
"ProductVersion": "Microsoft Corporation"
}
}