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

This commit is contained in:
Ivan.Shulga
2013-11-21 11:35:31 +00:00
committed by Alexander Trofimov
parent 426c405539
commit b56cea22af
9 changed files with 71 additions and 71 deletions

View File

@ -0,0 +1,18 @@
// ASCXlsFile.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 = "{D9F21C35-D46C-42F3-996D-D4912435F7E7}",
name = "ASCOfficeXlsFile",
helpstring = "ASCOfficeXlsFile 1.0 Type Library",
resource_name = "IDR_ASCXLSFILE") ]
class CAVSXlsFileModule
{
public:
// Override CAtlDllModuleT members
};