mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-18 02:30:29 +08:00
14 lines
318 B
C++
14 lines
318 B
C++
#include "stdafx.h"
|
|
#include "resource.h"
|
|
|
|
[module(dll,
|
|
uuid = "{69DBBABC-8D59-40b8-9906-DAFD4F3EC346}",
|
|
name = "AVSImageStudio3",
|
|
helpstring = "AVSImageStudio 3",
|
|
resource_name = "IDR_NCTIMAGESTUDIO")];
|
|
|
|
#include "MemoryStorage.h"
|
|
#include "ImageTransforms.h"
|
|
#include "AVSImageFilesCache.h"
|
|
|