Commit 7cde0319 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

(1.0.1.172) ASC document renderer

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52588 954022d7-b5bf-4e40-9824-e11837661b57
parent f6bd0814
......@@ -12,6 +12,7 @@
#include "Interfaces\ASCGraphicsSimpleConverter.h"
#include "Interfaces\SVGRenderer.h"
#include "Interfaces\ASCMetafile.h"
#include "Interfaces\ASCDocumentRenderer.h"
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{AB5F2678-2773-44c4-A637-33DFBC51233B}",
......
......@@ -424,6 +424,10 @@
<Filter
Name="Renderers"
>
<File
RelativePath=".\Interfaces\ASCDocumentRenderer.h"
>
</File>
<File
RelativePath=".\Interfaces\ASCGdiplusRenderer.h"
>
......@@ -489,18 +493,6 @@
>
</File>
</Filter>
<Filter
Name="Animation"
>
<File
RelativePath=".\Interfaces\IAnimationLayer.h"
>
</File>
<File
RelativePath=".\Interfaces\ISStream.h"
>
</File>
</Filter>
</Filter>
<Filter
Name="Objects"
......
......@@ -2,6 +2,6 @@
//1
//0
//1
//171
#define INTVER 1,0,1,171
#define STRVER "1,0,1,171\0"
//172
#define INTVER 1,0,1,172
#define STRVER "1,0,1,172\0"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment