blob: b73f4734e0a85672458bc30cd1d42c078b9960d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#if 0
Copyright (c) Microsoft Corporation. All Rights Reserved
#endif
#include "resource.h"
#include "winres.h"
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Swap APO"
#define VER_INTERNALNAME_STR "SwapAPO"
#define VER_ORIGINALFILENAME_STR "SwapAPO.Dll"
#include <Common.ver>
IDR_SWAPAPODLL REGISTRY "SwapAPODll.rgs"
IDR_SWAPAPOMFX REGISTRY "SwapAPOMFX.rgs"
IDR_SWAPAPOSFX REGISTRY "SwapAPOSFX.rgs"
// ICON
IDI_EFFECT_ICON RCDATA "SwapAPO.png"
#if 0
1 TYPELIB "SwapAPODll.tlb"
#endif
|