Support Load/Save style data

This commit is contained in:
Ray San
2018-02-20 12:36:58 +01:00
parent d7e4b5208c
commit ccb68719d9
3 changed files with 115 additions and 118 deletions

View File

@ -1,8 +1,8 @@
GLFW_ICON ICON "rguistyler.ico"
1 VERSIONINFO
FILEVERSION 1,6,0,0
PRODUCTVERSION 1,6,0,0
FILEVERSION 2,0,0,0
PRODUCTVERSION 2,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@ -11,12 +11,12 @@ BEGIN
BEGIN
//VALUE "CompanyName", "My Company Name"
VALUE "FileDescription", "rGuiStyler - raygui styles editor"
VALUE "FileVersion", "1.0"
VALUE "FileVersion", "2.0"
VALUE "InternalName", "rguistyler"
VALUE "LegalCopyright", "(c) 2017 Ramon Santamaria - @raysan5"
VALUE "LegalCopyright", "(c) 2018 @raysan5 @JordiKoro @Adri102502"
//VALUE "OriginalFilename", "raylib_app.exe"
VALUE "ProductName", "rGuiStyler"
VALUE "ProductVersion", "1.0"
VALUE "ProductVersion", "2.0"
END
END
BLOCK "VarFileInfo"