summaryrefslogtreecommitdiff
path: root/src/properties.rc.cmakein
diff options
context:
space:
mode:
Diffstat (limited to 'src/properties.rc.cmakein')
-rw-r--r--src/properties.rc.cmakein24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/properties.rc.cmakein b/src/properties.rc.cmakein
new file mode 100644
index 0000000..b9d0db5
--- /dev/null
+++ b/src/properties.rc.cmakein
@@ -0,0 +1,24 @@
+#include <windows.h>
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+VS_VERSION_INFO VERSIONINFO
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904E4"
+ BEGIN
+ VALUE "CompanyName", "Analog Devices"
+ VALUE "FileDescription", "libiio - Library for interface to IIO devices"
+ VALUE "InternalName", "libiio"
+ VALUE "LegalCopyright", "Copyright 2015-@BUILD_YEAR@ ADI and other contributors"
+ VALUE "LegalTrademarks", "http://www.gnu.org/licenses/lgpl-2.1.html"
+ VALUE "ProductName", "libiio"
+ VALUE "ProductVersion", "@LIBIIO_VERSION_MAJOR@.@LIBIIO_VERSION_MINOR@-g@LIBIIO_VERSION_GIT@"
+ VALUE "OriginalFilename", "@LIBIIO_ORIGINAL_FILENAME@"
+ END
+ END
+
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1252
+ END
+END