diff options
author | Mattiwatti <mattiwatti@gmail.com> | 2019-03-25 20:56:43 +0100 |
---|---|---|
committer | Mattiwatti <mattiwatti@gmail.com> | 2019-03-25 20:56:43 +0100 |
commit | 0be8f445b64ab36e086bd7e3a2913fdd147bd00f (patch) | |
tree | 50e94db7d2f159f621f17096162c97a5e471cfa4 /Application/EfiDSEFix/src/resource.rc |
Initial commitv1.0
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 +///////////////////////////////////////////////////////////////////////////// |