diff --git a/examples/raygui.ico b/examples/raygui.ico new file mode 100644 index 0000000..cc8498b Binary files /dev/null and b/examples/raygui.ico differ diff --git a/examples/raygui.rc b/examples/raygui.rc new file mode 100644 index 0000000..8dc1e71 --- /dev/null +++ b/examples/raygui.rc @@ -0,0 +1,27 @@ +GLFW_ICON ICON "raygui.ico" + +1 VERSIONINFO +FILEVERSION 4,0,0,0 +PRODUCTVERSION 4,0,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + //BLOCK "080904E4" // English UK + BLOCK "040904E4" // English US + BEGIN + //VALUE "CompanyName", "raylib technologies" + VALUE "FileDescription", "raygui application (www.raylib.com)" + VALUE "FileVersion", "4.0.0" + VALUE "InternalName", "raygui app" + VALUE "LegalCopyright", "(c) 2023 Ramon Santamaria (@raysan5)" + //VALUE "OriginalFilename", "raygui_app.exe" + VALUE "ProductName", "raygui app" + VALUE "ProductVersion", "4.0.0" + END + END + BLOCK "VarFileInfo" + BEGIN + //VALUE "Translation", 0x809, 1252 // English UK + VALUE "Translation", 0x409, 1252 // English US + END +END diff --git a/projects/VS2022/examples/animation_curve.vcxproj b/projects/VS2022/examples/animation_curve.vcxproj index 51031e4..8e90f64 100644 --- a/projects/VS2022/examples/animation_curve.vcxproj +++ b/projects/VS2022/examples/animation_curve.vcxproj @@ -354,6 +354,9 @@ + + + diff --git a/projects/VS2022/examples/controls_test_suite.vcxproj b/projects/VS2022/examples/controls_test_suite.vcxproj index a208d3a..e9a5715 100644 --- a/projects/VS2022/examples/controls_test_suite.vcxproj +++ b/projects/VS2022/examples/controls_test_suite.vcxproj @@ -351,6 +351,9 @@ + + + diff --git a/projects/VS2022/examples/custom_file_dialog.vcxproj b/projects/VS2022/examples/custom_file_dialog.vcxproj index 5250489..fcf7fe8 100644 --- a/projects/VS2022/examples/custom_file_dialog.vcxproj +++ b/projects/VS2022/examples/custom_file_dialog.vcxproj @@ -354,6 +354,9 @@ + + + diff --git a/projects/VS2022/examples/image_exporter.vcxproj b/projects/VS2022/examples/image_exporter.vcxproj index 96749cc..a1bc4db 100644 --- a/projects/VS2022/examples/image_exporter.vcxproj +++ b/projects/VS2022/examples/image_exporter.vcxproj @@ -351,6 +351,9 @@ + + + diff --git a/projects/VS2022/examples/image_importer_raw.vcxproj b/projects/VS2022/examples/image_importer_raw.vcxproj index 9e24598..69f2a90 100644 --- a/projects/VS2022/examples/image_importer_raw.vcxproj +++ b/projects/VS2022/examples/image_importer_raw.vcxproj @@ -351,6 +351,9 @@ + + + diff --git a/projects/VS2022/examples/portable_window.vcxproj b/projects/VS2022/examples/portable_window.vcxproj index b06bdba..508ac84 100644 --- a/projects/VS2022/examples/portable_window.vcxproj +++ b/projects/VS2022/examples/portable_window.vcxproj @@ -351,6 +351,9 @@ + + + diff --git a/projects/VS2022/examples/property_list.vcxproj b/projects/VS2022/examples/property_list.vcxproj index 42b03ac..9bfa63f 100644 --- a/projects/VS2022/examples/property_list.vcxproj +++ b/projects/VS2022/examples/property_list.vcxproj @@ -351,6 +351,9 @@ + + + diff --git a/projects/VS2022/examples/scroll_panel.vcxproj b/projects/VS2022/examples/scroll_panel.vcxproj index 5d73989..365d029 100644 --- a/projects/VS2022/examples/scroll_panel.vcxproj +++ b/projects/VS2022/examples/scroll_panel.vcxproj @@ -351,6 +351,9 @@ + + + diff --git a/projects/VS2022/examples/style_selector.vcxproj b/projects/VS2022/examples/style_selector.vcxproj index 6e2a7d2..90da635 100644 --- a/projects/VS2022/examples/style_selector.vcxproj +++ b/projects/VS2022/examples/style_selector.vcxproj @@ -351,6 +351,9 @@ + + +