From c49432f7d39dfe7fedc722b85cd1162bd5096ac1 Mon Sep 17 00:00:00 2001 From: Bevan Weiss Date: Fri, 3 Jan 2025 15:14:49 +1100 Subject: Migrate COM+ E2E tests from raw binaries to source code. Signed-off-by: Bevan Weiss --- .../TestComponentNative/TestComponentNative.rc | 144 +++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.rc (limited to 'src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.rc') diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.rc b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.rc new file mode 100644 index 00000000..87f4785e --- /dev/null +++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.rc @@ -0,0 +1,144 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#ifndef APSTUDIO_INVOKED +#include "targetver.h" +#endif +#include "winres.h" +#include "verrsrc.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (United States) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#ifndef APSTUDIO_INVOKED\r\n" + "#include ""targetver.h""\r\n" + "#endif\r\n" + "#include ""winres.h""\r\n" + "#include ""verrsrc.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "1 TYPELIB ""TestComponentNative.tlb""\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// +// REMOVED: This is provided by WiX build system overrides + +//VS_VERSION_INFO VERSIONINFO +// FILEVERSION 1,0,0,1 +// PRODUCTVERSION 1,0,0,1 +// FILEFLAGSMASK 0x3fL +//#ifdef _DEBUG +// FILEFLAGS 0x1L +//#else +// FILEFLAGS 0x0L +//#endif +// FILEOS 0x40004L +// FILETYPE 0x2L +// FILESUBTYPE 0x0L +//BEGIN +// BLOCK "StringFileInfo" +// BEGIN +// BLOCK "040904B0" +// BEGIN +// VALUE "CompanyName", "TODO: " +// VALUE "FileDescription", "TODO: " +// VALUE "FileVersion", "1.0.0.1" +// VALUE "LegalCopyright", "TODO: (c) . All rights reserved." +// VALUE "InternalName", "TestComponentNative.dll" +// VALUE "OriginalFilename", "TestComponentNative.dll" +// VALUE "ProductName", "TODO: " +// VALUE "ProductVersion", "1.0.0.1" +// END +// END +// BLOCK "VarFileInfo" +// BEGIN +// VALUE "Translation", 0x409, 1200 +// END +//END + + +///////////////////////////////////////////////////////////////////////////// +// +// REGISTRY +// + +IDR_TESTCOMPONENTNATIVE REGISTRY "TestComponentNative.rgs" + + +///////////////////////////////////////////////////////////////////////////// +// +// String Table +// + +STRINGTABLE +BEGIN + IDS_PROJNAME "TestComponentNative" +END + +#endif // English (United States) resources +///////////////////////////////////////////////////////////////////////////// + + +///////////////////////////////////////////////////////////////////////////// +// English (United Kingdom) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK + +///////////////////////////////////////////////////////////////////////////// +// +// REGISTRY +// + +IDR_MESSAGE REGISTRY "Message.rgs" + +#endif // English (United Kingdom) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// +1 TYPELIB "TestComponentNative.tlb" + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + -- cgit v1.2.3-55-g6feb