Mercurial > hg > batch-feature-extraction-tool
view Builds/VisualStudio2013/resources.rc @ 9:262e084a15a9
Vectorised everything and made use of unique_ptr so there should be no more memory leaks. Hurrah for RAII
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Wed, 12 Aug 2015 22:25:06 +0100 |
parents | 25bf17994ef1 |
children | a64055168b9b |
line wrap: on
line source
#ifdef JUCE_USER_DEFINED_RC_FILE #include JUCE_USER_DEFINED_RC_FILE #else #undef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #include <windows.h> VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,0 BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904E4" BEGIN VALUE "FileDescription", "FeatureExtractionTool\0" VALUE "FileVersion", "1.0.0\0" VALUE "ProductName", "FeatureExtractionTool\0" VALUE "ProductVersion", "1.0.0\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 65001 END END #endif