summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/inkscape-x64.rc30
-rw-r--r--src/inkscape.rc30
-rw-r--r--src/inkview-x64.rc29
-rw-r--r--src/inkview.rc29
4 files changed, 118 insertions, 0 deletions
diff --git a/src/inkscape-x64.rc b/src/inkscape-x64.rc
new file mode 100644
index 000000000..f5d3b5b99
--- /dev/null
+++ b/src/inkscape-x64.rc
@@ -0,0 +1,30 @@
+
+APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+1 24 DISCARDABLE "./inkscape-manifest-x64.xml"
+
+1 VERSIONINFO
+ FILEVERSION 0,93,0,0
+ PRODUCTVERSION 0,93,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040901b5"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "inkscape.org"
+ VALUE "FileDescription", "Inkscape"
+ VALUE "FileVersion", "0.92+devel"
+ VALUE "InternalName", "Inkscape"
+ VALUE "LegalCopyright", "© 2016 Inkscape"
+ VALUE "ProductName", "Inkscape"
+ VALUE "ProductVersion", "0.92+devel"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 1033, 437
+ END
+END
+
+1000 BITMAP "./show-preview.bmp"
+
diff --git a/src/inkscape.rc b/src/inkscape.rc
new file mode 100644
index 000000000..ddb55ac30
--- /dev/null
+++ b/src/inkscape.rc
@@ -0,0 +1,30 @@
+
+APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+1 24 DISCARDABLE "./inkscape-manifest.xml"
+
+1 VERSIONINFO
+ FILEVERSION 0,93,0,0
+ PRODUCTVERSION 0,93,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040901b5"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "inkscape.org"
+ VALUE "FileDescription", "Inkscape"
+ VALUE "FileVersion", "0.92+devel"
+ VALUE "InternalName", "Inkscape"
+ VALUE "LegalCopyright", "© 2016 Inkscape"
+ VALUE "ProductName", "Inkscape"
+ VALUE "ProductVersion", "0.92+devel"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 1033, 437
+ END
+END
+
+1000 BITMAP "./show-preview.bmp"
+
diff --git a/src/inkview-x64.rc b/src/inkview-x64.rc
new file mode 100644
index 000000000..397d9710f
--- /dev/null
+++ b/src/inkview-x64.rc
@@ -0,0 +1,29 @@
+
+APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+1 24 DISCARDABLE "./inkview-manifest-x64.xml"
+
+1 VERSIONINFO
+ FILEVERSION 0,93,0,0
+ PRODUCTVERSION 0,93,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040901b5"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "inkscape.org"
+ VALUE "FileDescription", "Inkview"
+ VALUE "FileVersion", "0.92+devel"
+ VALUE "InternalName", "Inkview"
+ VALUE "LegalCopyright", "© 2016 Inkscape"
+ VALUE "ProductName", "Inkview"
+ VALUE "ProductVersion", "0.92+devel"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 1033, 437
+ END
+END
+
+1000 BITMAP "./show-preview.bmp"
diff --git a/src/inkview.rc b/src/inkview.rc
new file mode 100644
index 000000000..5c439981a
--- /dev/null
+++ b/src/inkview.rc
@@ -0,0 +1,29 @@
+
+APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+1 24 DISCARDABLE "./inkview-manifest.xml"
+
+1 VERSIONINFO
+ FILEVERSION 0,93,0,0
+ PRODUCTVERSION 0,93,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040901b5"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "inkscape.org"
+ VALUE "FileDescription", "Inkview"
+ VALUE "FileVersion", "0.92+devel"
+ VALUE "InternalName", "Inkview"
+ VALUE "LegalCopyright", "© 2016 Inkscape"
+ VALUE "ProductName", "Inkview"
+ VALUE "ProductVersion", "0.92+devel"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 1033, 437
+ END
+END
+
+1000 BITMAP "./show-preview.bmp"