summaryrefslogtreecommitdiffstats
path: root/private/net/svcdlls/logonsrv/server/nltest.rc
diff options
context:
space:
mode:
Diffstat (limited to 'private/net/svcdlls/logonsrv/server/nltest.rc')
-rw-r--r--private/net/svcdlls/logonsrv/server/nltest.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/private/net/svcdlls/logonsrv/server/nltest.rc b/private/net/svcdlls/logonsrv/server/nltest.rc
new file mode 100644
index 000000000..a09177583
--- /dev/null
+++ b/private/net/svcdlls/logonsrv/server/nltest.rc
@@ -0,0 +1,12 @@
+#include <windows.h>
+#include <ntverp.h>
+
+#define VER_FILETYPE VFT_APP
+#define VER_FILESUBTYPE VFT2_UNKNOWN
+#define VER_FILEDESCRIPTION_STR "Microsoft\256 Logon Server Test Utility"
+
+#define VER_INTERNALNAME_STR "nltest.exe"
+#define VER_ORIGINALFILENAME_STR "nltest.exe"
+
+#include <common.ver>
+