diff options
| author | Bevan Weiss <bevan.weiss@gmail.com> | 2025-01-03 15:14:49 +1100 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-02-11 14:55:39 -0800 |
| commit | c49432f7d39dfe7fedc722b85cd1162bd5096ac1 (patch) | |
| tree | 5f319208fffbb2a9215af627f7ee21a2425ece0e /src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/resource.h | |
| parent | 254196975c1f82bf7079a9d56b5417f5da9d8d76 (diff) | |
| download | wix-c49432f7d39dfe7fedc722b85cd1162bd5096ac1.tar.gz wix-c49432f7d39dfe7fedc722b85cd1162bd5096ac1.tar.bz2 wix-c49432f7d39dfe7fedc722b85cd1162bd5096ac1.zip | |
Migrate COM+ E2E tests from raw binaries to source code.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to 'src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/resource.h')
| -rw-r--r-- | src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/resource.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/resource.h b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/resource.h new file mode 100644 index 00000000..32e500b8 --- /dev/null +++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/resource.h | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | //{{NO_DEPENDENCIES}} | ||
| 2 | // Microsoft Visual C++ generated include file. | ||
| 3 | // Used by TestComponentNative.rc | ||
| 4 | // | ||
| 5 | #define IDS_PROJNAME 100 | ||
| 6 | #define IDR_TESTCOMPONENTNATIVE 101 | ||
| 7 | #define IDR_MESSAGE 106 | ||
| 8 | |||
| 9 | // Next default values for new objects | ||
| 10 | // | ||
| 11 | #ifdef APSTUDIO_INVOKED | ||
| 12 | #ifndef APSTUDIO_READONLY_SYMBOLS | ||
| 13 | #define _APS_NEXT_RESOURCE_VALUE 201 | ||
| 14 | #define _APS_NEXT_COMMAND_VALUE 32768 | ||
| 15 | #define _APS_NEXT_CONTROL_VALUE 201 | ||
| 16 | #define _APS_NEXT_SYMED_VALUE 107 | ||
| 17 | #endif | ||
| 18 | #endif | ||
