mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 15:15:57 +01:00
Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches
This commit is contained in:
40
win/audacity.rc
Normal file
40
win/audacity.rc
Normal file
@@ -0,0 +1,40 @@
|
||||
AudacityLogo ICON "audacity.ico"
|
||||
#include "wx/msw/wx.rc"
|
||||
#include "Audacity.h"
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Version
|
||||
//
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION AUDACITY_VERSION,AUDACITY_RELEASE,AUDACITY_REVISION,0
|
||||
PRODUCTVERSION AUDACITY_VERSION,AUDACITY_RELEASE,AUDACITY_REVISION,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
#else
|
||||
FILEFLAGS 0x0L
|
||||
#endif
|
||||
FILEOS 0x4L
|
||||
FILETYPE 0x1L
|
||||
FILESUBTYPE 0x0L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "The Audacity Team"
|
||||
VALUE "FileDescription", "Audacity<74>, the Free, Cross-Platform Sound Editor"
|
||||
VALUE "FileVersion", AUDACITY_FILE_VERSION
|
||||
VALUE "InternalName", "Audacity"
|
||||
VALUE "LegalCopyright", "Copyright <20> 2010. All rights reserved."
|
||||
VALUE "LegalTrademarks", "Audacity<74> is a registered trademark of Dominic Mazzoni."
|
||||
VALUE "OriginalFilename", "Audacity.exe"
|
||||
VALUE "ProductName", "Audacity<74>"
|
||||
VALUE "ProductVersion", AUDACITY_FILE_VERSION
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x409, 1200
|
||||
END
|
||||
END
|
||||
Reference in New Issue
Block a user