summaryrefslogtreecommitdiff
path: root/src/dlls/dbgshim/dbgshim.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlls/dbgshim/dbgshim.rc')
-rw-r--r--src/dlls/dbgshim/dbgshim.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/dlls/dbgshim/dbgshim.rc b/src/dlls/dbgshim/dbgshim.rc
new file mode 100644
index 0000000000..e37f67eb0d
--- /dev/null
+++ b/src/dlls/dbgshim/dbgshim.rc
@@ -0,0 +1,12 @@
+// ==++==
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+//
+// ==--==
+
+#include "resource.h"
+
+#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime Multi-CLR Debugging Helper\0"
+
+#include <fxver.h>
+#include <fxver.rc>