Adding new PluginVirtualDesktops plugin from Patrick at Dexpot

Change to Build.py and Rainmeter.sln to support new plugin
New Example.rmskin for Rainstaller
This commit is contained in:
jsmorley
2010-07-05 23:44:22 +00:00
parent 5d436f2ffe
commit 8ae76e0d92
12 changed files with 2181 additions and 5 deletions

View File

@ -28,8 +28,8 @@ LANGUAGE LANG_FINNISH, SUBLANG_DEFAULT
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,0,451
PRODUCTVERSION 1,3,0,451
FILEVERSION 1,3,0,454
PRODUCTVERSION 1,3,0,454
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -45,12 +45,12 @@ BEGIN
BLOCK "040b04b0"
BEGIN
VALUE "FileDescription", "Rainmeter - A Customizable Resource Meter"
VALUE "FileVersion", "1, 3, 0, 451"
VALUE "FileVersion", "1, 3, 0, 454"
VALUE "InternalName", "Rainmeter"
VALUE "LegalCopyright", "Copyright (C) 2010 - Rainy"
VALUE "OriginalFilename", "Rainmeter.exe"
VALUE "ProductName", "Rainmeter"
VALUE "ProductVersion", "1, 3, 0, 451"
VALUE "ProductVersion", "1, 3, 0, 454"
END
END
BLOCK "VarFileInfo"