reactos/modules/rostests/kmtests/kmtest/kmtest.rc
Thomas Faber a9ba7a3f9e
[KMTESTS] Change license to LGPL and update to SPDX headers.
Permission for this change was given by all authors
(who are now mentioned in the copyright lines).
2018-02-18 11:22:09 +01:00

15 lines
506 B
Plaintext

/*
* PROJECT: ReactOS kernel-mode tests
* LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
* PURPOSE: Kernel-Mode Test Suite loader resource file
*/
#include <windef.h>
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Kernel-Mode Test Suite Loader Application\0"
#define REACTOS_STR_INTERNAL_NAME "kmtest.exe\0"
#define REACTOS_STR_ORIGINAL_FILENAME "kmtest.exe\0"
#include <reactos/version.rc>
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "kmtest/kmtest.exe.manifest"