summaryrefslogtreecommitdiff
path: root/res/versioninfo.json
blob: 3475b5242c75ef805561b9bafc8121e37441beac (plain)
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
{
    "FixedFileInfo": {
        "FileVersion": {
            "Major": 0,
            "Minor": 5,
            "Patch": 0,
            "Build": 0
        },
        "ProductVersion": {
            "Major": 0,
            "Minor": 5,
            "Patch": 0,
            "Build": 0
        },
        "FileFlagsMask": "3f",
        "FileFlags ": "00",
        "FileOS": "040004",
        "FileType": "01",
        "FileSubType": "00"
    },
    "StringFileInfo": {
        "CompanyName": "René Neumann",
        "FileDescription": "Importer for EnGarde (from Ophardt)",
        "FileVersion": "v0.5.0.0",
        "InternalName": "engarde-importer.exe",
        "LegalCopyright": "Copyright (c) 2022 René Neumann",
        "OriginalFilename": "engarde-importer.exe",
        "ProductName": "engarde-importer",
        "ProductVersion": "v0.5.0.0"
    },
    "VarFileInfo": {
        "Translation": {
            "LangID": "0407",
            "CharsetID": "04B0"
        }
    },
    "IconPath": "res/monitor.ico",
    "ManifestPath": "res/engarde-importer.exe.manifest"
}