2023-01-04 20:00:02 +00:00
|
|
|
#define INCLUDE_KICAD_VERSION
|
2022-01-23 13:27:51 +00:00
|
|
|
#include <kicad_build_version.h>
|
|
|
|
|
2024-02-10 04:52:47 +00:00
|
|
|
#include "resource.h"
|
|
|
|
|
2022-01-23 13:27:51 +00:00
|
|
|
#if KICAD_IS_NIGHTLY
|
2024-02-10 04:52:47 +00:00
|
|
|
IDI_APP_KICAD_ICON ICON "../resources/bitmaps_png/icons/icon_kicad_nightly.ico"
|
2022-01-23 13:27:51 +00:00
|
|
|
#else
|
2024-02-10 04:52:47 +00:00
|
|
|
IDI_APP_KICAD_ICON ICON "../resources/bitmaps_png/icons/icon_kicad.ico"
|
2022-01-23 13:27:51 +00:00
|
|
|
#endif
|
2024-02-10 04:52:47 +00:00
|
|
|
IDI_FILE_FOOTPRINT_ICON ICON "../resources/bitmaps_png/icons/fileicon_footprint.ico"
|
|
|
|
IDI_FILE_PCB_ICON ICON "../resources/bitmaps_png/icons/fileicon_pcb.ico"
|
|
|
|
IDI_FILE_PROJECT_ICON ICON "../resources/bitmaps_png/icons/fileicon_project.ico"
|
|
|
|
IDI_FILE_SCHEMATIC_ICON ICON "../resources/bitmaps_png/icons/fileicon_schematic.ico"
|
|
|
|
IDI_FILE_SYMBOL_ICON ICON "../resources/bitmaps_png/icons/fileicon_symbol.ico"
|
|
|
|
IDI_FILE_WORKSHEET_ICON ICON "../resources/bitmaps_png/icons/fileicon_worksheet.ico"
|
2011-09-10 17:48:35 +00:00
|
|
|
|
2021-12-29 01:27:16 +00:00
|
|
|
#define RC_VER_FILE_DESCRIPTION "KiCad EDA " KICAD_WIN32_RC_PRODVER_STR
|
2021-03-04 05:34:48 +00:00
|
|
|
#define RC_VER_INTERNALNAME "kicad"
|
|
|
|
#define RC_VER_ORIGINALFILENAME "kicad.exe"
|
2020-10-10 19:08:23 +00:00
|
|
|
#include "kiwin32.rc"
|