summaryrefslogtreecommitdiff
path: root/res/versioninfo.json
diff options
context:
space:
mode:
Diffstat (limited to 'res/versioninfo.json')
-rw-r--r--res/versioninfo.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/res/versioninfo.json b/res/versioninfo.json
new file mode 100644
index 0000000..3475b52
--- /dev/null
+++ b/res/versioninfo.json
@@ -0,0 +1,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"
+}