diff options
Diffstat (limited to 'Application/EfiDSEFix/src/resource.rc')
-rw-r--r-- | Application/EfiDSEFix/src/resource.rc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Application/EfiDSEFix/src/resource.rc b/Application/EfiDSEFix/src/resource.rc new file mode 100644 index 0000000..b9bd3de --- /dev/null +++ b/Application/EfiDSEFix/src/resource.rc @@ -0,0 +1,19 @@ +// Microsoft Visual C++ generated resource script. +// +#include "winres.h" + +///////////////////////////////////////////////////////////////////////////// +// English (United States) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US + +///////////////////////////////////////////////////////////////////////////// +// +// Manifest +// +1 RT_MANIFEST "EfiDSEFix.exe.manifest" + + +#endif // English (United States) resources +///////////////////////////////////////////////////////////////////////////// |