diff --git a/ArchitectureColoredPainting/ArchitectureColoredPainting.vcxproj b/ArchitectureColoredPainting/ArchitectureColoredPainting.vcxproj index 6b9a83c..d1a31e2 100644 --- a/ArchitectureColoredPainting/ArchitectureColoredPainting.vcxproj +++ b/ArchitectureColoredPainting/ArchitectureColoredPainting.vcxproj @@ -220,6 +220,7 @@ + @@ -281,6 +282,12 @@ {8f360763-a045-3808-87a9-3fae38e69819} + + + + + + diff --git a/ArchitectureColoredPainting/ArchitectureColoredPainting.vcxproj.filters b/ArchitectureColoredPainting/ArchitectureColoredPainting.vcxproj.filters index ec4e2d1..70a7d95 100644 --- a/ArchitectureColoredPainting/ArchitectureColoredPainting.vcxproj.filters +++ b/ArchitectureColoredPainting/ArchitectureColoredPainting.vcxproj.filters @@ -567,10 +567,19 @@ Header Files + + Header Files + Resource Files + + + + + + \ No newline at end of file diff --git a/ArchitectureColoredPainting/Resource.rc b/ArchitectureColoredPainting/Resource.rc new file mode 100644 index 0000000..b9d5eb0 Binary files /dev/null and b/ArchitectureColoredPainting/Resource.rc differ diff --git a/ArchitectureColoredPainting/res/images/icon.ico b/ArchitectureColoredPainting/res/images/icon.ico new file mode 100644 index 0000000..c017b14 Binary files /dev/null and b/ArchitectureColoredPainting/res/images/icon.ico differ diff --git a/ArchitectureColoredPainting/resource.h b/ArchitectureColoredPainting/resource.h new file mode 100644 index 0000000..8ffa101 --- /dev/null +++ b/ArchitectureColoredPainting/resource.h @@ -0,0 +1,16 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ 生成的包含文件。 +// 供 Resource.rc 使用 +// +#define IDI_ICON1 101 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 102 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif