summaryrefslogtreecommitdiff
path: root/MSVCvst_scan/vst_scan.rc.in
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-11-04 12:36:50 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-11-04 13:23:14 +0000
commita4cc49350c0e6f9e9bf8ebc6584cb2837db90f1c (patch)
treedafdcbdcaf6552df013fc44c5dd69343ca33fa06 /MSVCvst_scan/vst_scan.rc.in
parent51d3a9a6280c1a51748d04489d484bd37054faff (diff)
Add some new modules, needed for building the VST scanner app with MSVC
Diffstat (limited to 'MSVCvst_scan/vst_scan.rc.in')
-rw-r--r--MSVCvst_scan/vst_scan.rc.in110
1 files changed, 110 insertions, 0 deletions
diff --git a/MSVCvst_scan/vst_scan.rc.in b/MSVCvst_scan/vst_scan.rc.in
new file mode 100644
index 0000000000..dcad8eb515
--- /dev/null
+++ b/MSVCvst_scan/vst_scan.rc.in
@@ -0,0 +1,110 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource."
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "afxres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.K.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDR_MAINFRAME ICON ".\\res\\mixbus_icon_32px.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+1 VERSIONINFO
+ FILEVERSION @MSVC_SCANNER_APP_MAJOR@,@MSVC_SCANNER_APP_MINOR@,@MSVC_SCANNER_APP_MICRO@,@MSVC_SCANNER_APP_INTERFACE_AGE@
+ PRODUCTVERSION @MSVC_SCANNER_APP_MAJOR@,@MSVC_SCANNER_APP_MINOR@,@MSVC_SCANNER_APP_MICRO@,@MSVC_SCANNER_APP_INTERFACE_AGE@
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x29L
+#else
+ FILEFLAGS 0x28L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x1L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "080904b0"
+ BEGIN
+ VALUE "CompanyName", "Harrison Audio LLC"
+ VALUE "FileDescription", "VST Plugin Scanning Application"
+ VALUE "FileVersion", "@MSVC_SCANNER_APP_VERSION@.@MSVC_SCANNER_APP_INTERFACE_AGE@"
+ VALUE "InternalName", "vst_scan@DLL_SUFFIX@"
+ VALUE "LegalCopyright", "Copyright Paul Davis and others © 1999-2014"
+ VALUE "LegalTrademarks", "Harrison and Mixbus are trademarks of Harrison Audio LLC"
+ VALUE "OriginalFilename", "ardour-vst-scanner.exe"
+ VALUE "ProductName", "MSVCvst_scan"
+ VALUE "ProductVersion", "@MSVC_SCANNER_APP_MAJOR@, @MSVC_SCANNER_APP_MINOR@, @MSVC_SCANNER_APP_MICRO@, @MSVC_SCANNER_APP_INTERFACE_AGE@"
+ VALUE "SpecialBuild", "Built for Microsoft Windows by John Emmas - (© 2014)"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x809, 1200
+ END
+END
+
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // English (U.K.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+