git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52360 954022d7-b5bf-4e40-9824-e11837661b57

This commit is contained in:
Ivan.Shulga
2013-11-22 07:44:29 +00:00
committed by Alexander Trofimov
parent d15a750e39
commit 7a5a18fb05
2890 changed files with 2054 additions and 499 deletions

View File

@ -0,0 +1,12 @@
// AVSImageFile3.cpp : Implementation of DLL Exports.
#include "stdafx.h"
#include "resource.h"
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{E3305D24-A207-4431-BC43-2C09A53CB9B6}",
name = "AVSImageFile3",
helpstring = "AVSImageFile 3",
resource_name = "IDR_AVSIMAGEFILE3") ];
#include "ImageFile3.h"