summaryrefslogtreecommitdiff
path: root/trix.rc
diff options
context:
space:
mode:
Diffstat (limited to 'trix.rc')
-rw-r--r--trix.rc26
1 files changed, 26 insertions, 0 deletions
diff --git a/trix.rc b/trix.rc
new file mode 100644
index 0000000..20fe10e
--- /dev/null
+++ b/trix.rc
@@ -0,0 +1,26 @@
+id ICON "img/trix-icon.ico"
+1 VERSIONINFO
+FILEVERSION 0,9,1,1
+PRODUCTVERSION 0,9,1,1
+FILEOS 0x4
+FILETYPE 0x1
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "CompanyName", "Przemyslaw R. Pietraszczyk"
+ VALUE "FileDescription", "Wyklikaj wszystkie klocki !"
+ VALUE "FileVersion", "0, 9, 1, 1"
+ VALUE "InternalName", "Win32App"
+ VALUE "LegalCopyright", "0169 Pietraszczyk"
+ VALUE "OriginalFilename", "Trix.exe"
+ VALUE "ProductName", "Trix"
+ VALUE "ProductVersion", "0, 9, 1, 1"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0809, 1200
+ END
+END