summaryrefslogtreecommitdiff
path: root/src/dlls/mscorrc/mscorrc.small.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlls/mscorrc/mscorrc.small.rc')
-rw-r--r--src/dlls/mscorrc/mscorrc.small.rc43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/dlls/mscorrc/mscorrc.small.rc b/src/dlls/mscorrc/mscorrc.small.rc
new file mode 100644
index 0000000000..21140c453c
--- /dev/null
+++ b/src/dlls/mscorrc/mscorrc.small.rc
@@ -0,0 +1,43 @@
+// ==++==
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+//
+// ==--==
+//Microsoft Developer Studio generated resource script.
+//
+#include "resource.h"
+#include "corerror.h"
+
+#ifdef APSTUDIO_INVOKED
+ #error Do not edit this file with App Studio.
+#endif //APSTUDIO_INVOKED
+
+#include <winresrc.h>
+
+#define FX_VER_FILEDESCRIPTION_STR "Microsoft .NET Runtime resources\0"
+
+#include <fxver.h>
+#include <fxver.rc>
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+#include "mscorrc.common.rc"
+
+// These strings are generated from within the EE.
+STRINGTABLE DISCARDABLE
+BEGIN
+ IDS_EE_LINK_FOR_DEBUGGING_MESSAGES "Debugging resource strings are unavailable. See http://go.microsoft.com/fwlink/?linkid=106663&Version=%1!s!&File=mscorrc.dll&Key=0x%2!X! "
+ IDS_EE_LINK_FOR_ERROR_MESSAGES "Error 0x%3!X!. Debugging resource strings are unavailable. See http://go.microsoft.com/fwlink/?linkid=106663&Version=%1!s!&File=mscorrc.dll&Key=0x%2!X! "
+END
+
+
+#endif
+
+