Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/msw/PrusaSlicer-gcodeviewer.rc.in')
-rw-r--r--src/platform/msw/PrusaSlicer-gcodeviewer.rc.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/platform/msw/PrusaSlicer-gcodeviewer.rc.in b/src/platform/msw/PrusaSlicer-gcodeviewer.rc.in
new file mode 100644
index 000000000..eed737cb7
--- /dev/null
+++ b/src/platform/msw/PrusaSlicer-gcodeviewer.rc.in
@@ -0,0 +1,25 @@
+1 VERSIONINFO
+FILEVERSION @SLIC3R_RC_VERSION@
+PRODUCTVERSION @SLIC3R_RC_VERSION@
+{
+ BLOCK "StringFileInfo"
+ {
+ BLOCK "040904E4"
+ {
+ VALUE "CompanyName", "Prusa Research"
+ VALUE "FileDescription", "@SLIC3R_APP_NAME@ G-code Viewer"
+ VALUE "FileVersion", "@SLIC3R_BUILD_ID@"
+ VALUE "ProductName", "@SLIC3R_APP_NAME@ G-code Viewer"
+ VALUE "ProductVersion", "@SLIC3R_BUILD_ID@"
+ VALUE "InternalName", "@SLIC3R_APP_NAME@ G-code Viewer"
+ VALUE "LegalCopyright", "Copyright \251 2016-2020 Prusa Research, \251 2011-2018 Alessandro Ranellucci"
+ VALUE "OriginalFilename", "prusa-gcodeviewer.exe"
+ }
+ }
+ BLOCK "VarFileInfo"
+ {
+ VALUE "Translation", 0x409, 1252
+ }
+}
+2 ICON "@SLIC3R_RESOURCES_DIR@/icons/PrusaSlicer-gcodeviewer.ico"
+1 24 "PrusaSlicer.manifest"