Add project files.

This commit is contained in:
michalcourson
2025-10-04 10:06:50 -04:00
parent a8da109762
commit 5b321a54a0
11 changed files with 12850 additions and 0 deletions

31
resources.rc Normal file
View File

@ -0,0 +1,31 @@
#pragma code_page(65001)
#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", "Harmonizer\0"
VALUE "FileVersion", "1.0.0\0"
VALUE "ProductName", "Harmonizer\0"
VALUE "ProductVersion", "1.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END
#endif