Commit 94f03ba8 authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52542 954022d7-b5bf-4e40-9824-e11837661b57
parent e4b02a83
 
Microsoft Visual Studio Solution File, Format Version 10.00 Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008 # Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AVSOfficeDocxRenderer", "AVSOfficeDocxRenderer\AVSOfficeDocxRenderer.vcproj", "{B9D1A580-70B2-4CF0-A8D4-152A8E84015E}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ASCOfficeDocxRenderer", "ASCOfficeDocxRenderer\ASCOfficeDocxRenderer.vcproj", "{B9D1A580-70B2-4CF0-A8D4-152A8E84015E}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_filesystem", "..\Common\AvsDocxFormat\Projects\boost_filesystem.vcproj", "{3C7D3E76-9C62-4D0E-9645-8731700B1D70}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_filesystem", "..\Common\ASCDocxFormat\Projects\boost_filesystem.vcproj", "{3C7D3E76-9C62-4D0E-9645-8731700B1D70}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_system", "..\Common\AvsDocxFormat\Projects\boost_system.vcproj", "{7A3C0AE1-9FA1-4F56-99C0-139192364F57}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_system", "..\Common\ASCDocxFormat\Projects\boost_system.vcproj", "{7A3C0AE1-9FA1-4F56-99C0-139192364F57}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "..\Common\AvsDocxFormat\Projects\Common.vcproj", "{873D625C-37E4-47C4-8120-2D9FC6A98765}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "..\Common\ASCDocxFormat\Projects\Common.vcproj", "{873D625C-37E4-47C4-8120-2D9FC6A98765}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DocxFormat", "..\Common\AvsDocxFormat\Projects\DocxFormat.vcproj", "{67EB0D73-21A0-44C9-ADB2-109526E60429}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DocxFormat", "..\Common\ASCDocxFormat\Projects\DocxFormat.vcproj", "{67EB0D73-21A0-44C9-ADB2-109526E60429}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OfficeSvmFile", "..\AVSOfficeOdtFile\Source\OfficeSvmFile\OfficeSvmFile.vcproj", "{7D2165DA-B528-4318-A03F-6E922547C09D}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OfficeSvmFile", "..\ASCOfficeOdtFile\Source\OfficeSvmFile\OfficeSvmFile.vcproj", "{7D2165DA-B528-4318-A03F-6E922547C09D}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Utility", "..\Common\AvsDocxFormat\Projects\Utility.vcproj", "{56F6B346-D0EA-4149-88C4-B6D09E0E9BA6}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Utility", "..\Common\ASCDocxFormat\Projects\Utility.vcproj", "{56F6B346-D0EA-4149-88C4-B6D09E0E9BA6}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XML", "..\Common\AvsDocxFormat\Projects\XML.vcproj", "{CF068422-CD0A-484E-B4A9-A0CD108EBBB9}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XML", "..\Common\ASCDocxFormat\Projects\XML.vcproj", "{CF068422-CD0A-484E-B4A9-A0CD108EBBB9}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
......
// AVSOfficeDocxRenderer.cpp : Implementation of DLL Exports. // ASCOfficeDocxRenderer.cpp : Implementation of DLL Exports.
#include "stdafx.h" #include "stdafx.h"
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you // The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{F522F14B-4A53-4DC8-960B-C5A46B447BEC}", [ module(dll, uuid = "{F522F14B-4A53-4DC8-960B-C5A46B447BEC}",
name = "AVSOfficeDocxRenderer", name = "ASCOfficeDocxRenderer",
helpstring = "AVSOfficeDocxRenderer 1.0 Type Library", helpstring = "ASCOfficeDocxRenderer 1.0 Type Library",
resource_name = "IDR_AVSOFFICEDOCXRENDERER") ] resource_name = "IDR_ASCOFFICEDOCXRENDERER") ]
class CAVSOfficeDocxRendererModule class CAVSOfficeDocxRendererModule
{ {
public: public:
......
// Microsoft Visual C++ generated resource script. // Microsoft Visual C++ generated resource script.
// //
#include "resource.h" #include "resource.h"
#include "version.h"
#define APSTUDIO_READONLY_SYMBOLS #define APSTUDIO_READONLY_SYMBOLS
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// //
// Generated from the TEXTINCLUDE 2 resource. // Generated from the TEXTINCLUDE 2 resource.
// //
#include "winres.h" #include "winres.h"
#define COMPONENT_NAME "OfficeDocxRenderer"
#include "../../../Common/FileInfo.h"
#include "version.h"
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS #undef APSTUDIO_READONLY_SYMBOLS
...@@ -534,15 +537,14 @@ BEGIN ...@@ -534,15 +537,14 @@ BEGIN
BEGIN BEGIN
BLOCK "040904B0" BLOCK "040904B0"
BEGIN BEGIN
VALUE "CompanyName", "Online Media Technologies Ltd." VALUE "CompanyName", COMPANY_NAME
VALUE "FileDescription", "AVSOfficeDocxRenderer ActiveX DLL" VALUE "FileDescription", FILE_DESCRIPTION_ACTIVEX
VALUE "FileVersion", STRVER VALUE "FileVersion", STRVER
VALUE "LegalCopyright", "Online Media Technologies Ltd. Copyright (c) 2010" VALUE "InternalName", COMPONENT_FILE_NAME_DLL
VALUE "InternalName", "AVSOfficeDocxRenderer.dll" VALUE "LegalCopyright", LEGAL_COPYRIGHT
VALUE "OriginalFilename", "AVSOfficeDocxRenderer.dll" VALUE "OriginalFilename", COMPONENT_FILE_NAME_DLL
VALUE "ProductName", "AVSOfficeDocxRenderer ActiveX DLL" VALUE "ProductName", FILE_DESCRIPTION_ACTIVEX
VALUE "ProductVersion", STRVER VALUE "ProductVersion", STRVER
VALUE "OLESelfRegister", ""
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"
...@@ -557,7 +559,7 @@ END ...@@ -557,7 +559,7 @@ END
// REGISTRY // REGISTRY
// //
IDR_AVSOFFICEDOCXRENDERER REGISTRY "AVSOfficeDocxRenderer.rgs" IDR_ASCOFFICEDOCXRENDERER REGISTRY "ASCOfficeDocxRenderer.rgs"
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// //
...@@ -566,7 +568,7 @@ IDR_AVSOFFICEDOCXRENDERER REGISTRY "AVSOfficeDocxRenderer.rgs" ...@@ -566,7 +568,7 @@ IDR_AVSOFFICEDOCXRENDERER REGISTRY "AVSOfficeDocxRenderer.rgs"
STRINGTABLE STRINGTABLE
BEGIN BEGIN
IDS_PROJNAME "AVSOfficeDocxRenderer" IDS_PROJNAME "ASCOfficeDocxRenderer"
END END
#endif // English (U.S.) resources #endif // English (U.S.) resources
......
...@@ -2,8 +2,8 @@ HKCR ...@@ -2,8 +2,8 @@ HKCR
{ {
NoRemove AppID NoRemove AppID
{ {
'%APPID%' = s 'AVSOfficeDocxRenderer' '%APPID%' = s 'ASCOfficeDocxRenderer'
'AVSOfficeDocxRenderer.DLL' 'ASCOfficeDocxRenderer.DLL'
{ {
val AppID = s '%APPID%' val AppID = s '%APPID%'
} }
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9,00" Version="9,00"
Name="AVSOfficeDocxRenderer" Name="ASCOfficeDocxRenderer"
ProjectGUID="{B9D1A580-70B2-4CF0-A8D4-152A8E84015E}" ProjectGUID="{B9D1A580-70B2-4CF0-A8D4-152A8E84015E}"
RootNamespace="AVSOfficeDocxRenderer" RootNamespace="ASCOfficeDocxRenderer"
Keyword="AtlProj" Keyword="AtlProj"
TargetFrameworkVersion="196613" TargetFrameworkVersion="196613"
> >
...@@ -44,16 +44,16 @@ ...@@ -44,16 +44,16 @@
MkTypLibCompatible="false" MkTypLibCompatible="false"
TargetEnvironment="1" TargetEnvironment="1"
GenerateStublessProxies="true" GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)/AVSOfficeDocxRenderer.tlb" TypeLibraryName="$(IntDir)/ASCOfficeDocxRenderer.tlb"
HeaderFileName="AVSOfficeDocxRenderer.h" HeaderFileName="ASCOfficeDocxRenderer.h"
DLLDataFileName="" DLLDataFileName=""
InterfaceIdentifierFileName="AVSOfficeDocxRenderer_i.c" InterfaceIdentifierFileName="ASCOfficeDocxRenderer_i.c"
ProxyFileName="AVSOfficeDocxRenderer_p.c" ProxyFileName="ASCOfficeDocxRenderer_p.c"
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\Common\AvsDocxFormat\Source\DocxFormat;..\..\Common\AvsDocxFormat\Source\XML;..\..\Common\AvsDocxFormat\Source\Utility;..\..\Common\AvsDocxFormat\Source\Common" AdditionalIncludeDirectories="..\..\Common\ASCDocxFormat\Source\DocxFormat;..\..\Common\ASCDocxFormat\Source\XML;..\..\Common\ASCDocxFormat\Source\Utility;..\..\Common\ASCDocxFormat\Source\Common"
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES" PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
...@@ -79,14 +79,14 @@ ...@@ -79,14 +79,14 @@
Name="VCLinkerTool" Name="VCLinkerTool"
IgnoreImportLibrary="true" IgnoreImportLibrary="true"
AdditionalDependencies="Msimg32.lib" AdditionalDependencies="Msimg32.lib"
OutputFile="$(OutDir)/AVSOfficeDocxRenderer.dll" OutputFile="$(OutDir)/ASCOfficeDocxRenderer.dll"
LinkIncremental="2" LinkIncremental="2"
AdditionalLibraryDirectories="..\..\AVSOfficeUtils\ZLIB\zlib123dll\static32;..\..\Common\AvsDocxFormat\Lib\Debug" AdditionalLibraryDirectories="..\..\ASCOfficeUtils\ZLIB\zlib123dll\static32;..\..\Common\ASCDocxFormat\Lib\Debug"
IgnoreDefaultLibraryNames="LIBC.LIB" IgnoreDefaultLibraryNames="LIBC.LIB"
MergedIDLBaseFileName="_AVSOfficeDocxRenderer.idl" MergedIDLBaseFileName="_ASCOfficeDocxRenderer.idl"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
ImportLibrary="$(OutDir)/AVSOfficeDocxRenderer.lib" ImportLibrary="$(OutDir)/ASCOfficeDocxRenderer.lib"
TargetMachine="1" TargetMachine="1"
/> />
<Tool <Tool
...@@ -141,15 +141,15 @@ ...@@ -141,15 +141,15 @@
MkTypLibCompatible="false" MkTypLibCompatible="false"
TargetEnvironment="1" TargetEnvironment="1"
GenerateStublessProxies="true" GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)/AVSOfficeDocxRenderer.tlb" TypeLibraryName="$(IntDir)/ASCOfficeDocxRenderer.tlb"
HeaderFileName="AVSOfficeDocxRenderer.h" HeaderFileName="ASCOfficeDocxRenderer.h"
DLLDataFileName="" DLLDataFileName=""
InterfaceIdentifierFileName="AVSOfficeDocxRenderer_i.c" InterfaceIdentifierFileName="ASCOfficeDocxRenderer_i.c"
ProxyFileName="AVSOfficeDocxRenderer_p.c" ProxyFileName="ASCOfficeDocxRenderer_p.c"
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\Common\AvsDocxFormat\Source\DocxFormat;..\..\Common\AvsDocxFormat\Source\XML;..\..\Common\AvsDocxFormat\Source\Utility;..\..\Common\AvsDocxFormat\Source\Common" AdditionalIncludeDirectories="..\..\Common\ASCDocxFormat\Source\DocxFormat;..\..\Common\ASCDocxFormat\Source\XML;..\..\Common\ASCDocxFormat\Source\Utility;..\..\Common\ASCDocxFormat\Source\Common"
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES" PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES"
RuntimeLibrary="2" RuntimeLibrary="2"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
...@@ -172,14 +172,14 @@ ...@@ -172,14 +172,14 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
IgnoreImportLibrary="true" IgnoreImportLibrary="true"
OutputFile="$(OutDir)/AVSOfficeDocxRenderer.dll" OutputFile="$(OutDir)/ASCOfficeDocxRenderer.dll"
LinkIncremental="1" LinkIncremental="1"
MergedIDLBaseFileName="_AVSOfficeDocxRenderer.idl" MergedIDLBaseFileName="_ASCOfficeDocxRenderer.idl"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)/AVSOfficeDocxRenderer.lib" ImportLibrary="$(OutDir)/ASCOfficeDocxRenderer.lib"
TargetMachine="1" TargetMachine="1"
/> />
<Tool <Tool
...@@ -216,11 +216,11 @@ ...@@ -216,11 +216,11 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
> >
<File <File
RelativePath=".\AVSDocxRenderer.cpp" RelativePath=".\ASCDocxRenderer.cpp"
> >
</File> </File>
<File <File
RelativePath=".\AVSOfficeDocxRenderer.cpp" RelativePath=".\ASCOfficeDocxRenderer.cpp"
> >
</File> </File>
<File <File
...@@ -274,15 +274,15 @@ ...@@ -274,15 +274,15 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
> >
<File <File
RelativePath=".\AVSDocxRenderer.h" RelativePath=".\ASCDocxRenderer.h"
> >
</File> </File>
<File <File
RelativePath=".\AVSOfficeCriticalSection.h" RelativePath=".\ASCOfficeCriticalSection.h"
> >
</File> </File>
<File <File
RelativePath="..\..\..\AVSImageStudio3\AVSGraphics\Interfaces\AVSRenderer.h" RelativePath="..\..\ASCImageStudio3\ASCGraphics\Interfaces\ASCRenderer.h"
> >
</File> </File>
<File <File
...@@ -348,11 +348,11 @@ ...@@ -348,11 +348,11 @@
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
> >
<File <File
RelativePath=".\AVSOfficeDocxRenderer.rc" RelativePath=".\ASCOfficeDocxRenderer.rc"
> >
</File> </File>
<File <File
RelativePath=".\AVSOfficeDocxRenderer.rgs" RelativePath=".\ASCOfficeDocxRenderer.rgs"
> >
</File> </File>
</Filter> </Filter>
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="8,00" Version="8,00"
Name="AVSOfficeDocxRenderer" Name="ASCOfficeDocxRenderer"
ProjectGUID="{BAB70A60-2DA0-4149-B8FC-99D7007E9BDB}" ProjectGUID="{BAB70A60-2DA0-4149-B8FC-99D7007E9BDB}"
RootNamespace="AVSOfficeDocxRenderer" RootNamespace="ASCOfficeDocxRenderer"
Keyword="AtlProj" Keyword="AtlProj"
> >
<Platforms> <Platforms>
...@@ -43,16 +43,16 @@ ...@@ -43,16 +43,16 @@
MkTypLibCompatible="false" MkTypLibCompatible="false"
TargetEnvironment="1" TargetEnvironment="1"
GenerateStublessProxies="true" GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)/AVSOfficeDocxRenderer.tlb" TypeLibraryName="$(IntDir)/ASCOfficeDocxRenderer.tlb"
HeaderFileName="AVSOfficeDocxRenderer.h" HeaderFileName="ASCOfficeDocxRenderer.h"
DLLDataFileName="" DLLDataFileName=""
InterfaceIdentifierFileName="AVSOfficeDocxRenderer_i.c" InterfaceIdentifierFileName="ASCOfficeDocxRenderer_i.c"
ProxyFileName="AVSOfficeDocxRenderer_p.c" ProxyFileName="ASCOfficeDocxRenderer_p.c"
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="..\..\Common\AvsDocxFormat\Source\DocxFormat;..\..\Common\AvsDocxFormat\Source\XML;..\..\Common\AvsDocxFormat\Source\Utility;..\..\Common\AvsDocxFormat\Source\Common" AdditionalIncludeDirectories="..\..\Common\ASCDocxFormat\Source\DocxFormat;..\..\Common\ASCDocxFormat\Source\XML;..\..\Common\ASCDocxFormat\Source\Utility;..\..\Common\ASCDocxFormat\Source\Common"
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES" PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
...@@ -78,14 +78,14 @@ ...@@ -78,14 +78,14 @@
Name="VCLinkerTool" Name="VCLinkerTool"
IgnoreImportLibrary="true" IgnoreImportLibrary="true"
AdditionalDependencies="Msimg32.lib" AdditionalDependencies="Msimg32.lib"
OutputFile="$(OutDir)/AVSOfficeDocxRenderer.dll" OutputFile="$(OutDir)/ASCOfficeDocxRenderer.dll"
LinkIncremental="2" LinkIncremental="2"
AdditionalLibraryDirectories="..\..\AVSOfficeUtils\ZLIB\zlib123dll\static32;..\..\Common\AvsDocxFormat\Lib\Debug" AdditionalLibraryDirectories="..\..\ASCOfficeUtils\ZLIB\zlib123dll\static32;..\..\Common\ASCDocxFormat\Lib\Debug"
IgnoreDefaultLibraryNames="LIBC.LIB" IgnoreDefaultLibraryNames="LIBC.LIB"
MergedIDLBaseFileName="_AVSOfficeDocxRenderer.idl" MergedIDLBaseFileName="_ASCOfficeDocxRenderer.idl"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
ImportLibrary="$(OutDir)/AVSOfficeDocxRenderer.lib" ImportLibrary="$(OutDir)/ASCOfficeDocxRenderer.lib"
TargetMachine="1" TargetMachine="1"
/> />
<Tool <Tool
...@@ -143,15 +143,15 @@ ...@@ -143,15 +143,15 @@
MkTypLibCompatible="false" MkTypLibCompatible="false"
TargetEnvironment="1" TargetEnvironment="1"
GenerateStublessProxies="true" GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)/AVSOfficeDocxRenderer.tlb" TypeLibraryName="$(IntDir)/ASCOfficeDocxRenderer.tlb"
HeaderFileName="AVSOfficeDocxRenderer.h" HeaderFileName="ASCOfficeDocxRenderer.h"
DLLDataFileName="" DLLDataFileName=""
InterfaceIdentifierFileName="AVSOfficeDocxRenderer_i.c" InterfaceIdentifierFileName="ASCOfficeDocxRenderer_i.c"
ProxyFileName="AVSOfficeDocxRenderer_p.c" ProxyFileName="ASCOfficeDocxRenderer_p.c"
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\Common\AvsDocxFormat\Source\DocxFormat;..\..\Common\AvsDocxFormat\Source\XML;..\..\Common\AvsDocxFormat\Source\Utility;..\..\Common\AvsDocxFormat\Source\Common" AdditionalIncludeDirectories="..\..\Common\ASCDocxFormat\Source\DocxFormat;..\..\Common\ASCDocxFormat\Source\XML;..\..\Common\ASCDocxFormat\Source\Utility;..\..\Common\ASCDocxFormat\Source\Common"
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES" PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES"
RuntimeLibrary="2" RuntimeLibrary="2"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"
...@@ -175,16 +175,16 @@ ...@@ -175,16 +175,16 @@
Name="VCLinkerTool" Name="VCLinkerTool"
IgnoreImportLibrary="true" IgnoreImportLibrary="true"
AdditionalDependencies="Msimg32.lib" AdditionalDependencies="Msimg32.lib"
OutputFile="..\..\..\..\Redist\AVSOfficeStudio\$(ProjectName).dll" OutputFile="..\..\Redist\$(ProjectName).dll"
LinkIncremental="1" LinkIncremental="1"
AdditionalLibraryDirectories="..\..\AVSOfficeUtils\ZLIB\zlib123dll\static32;..\..\Common\AvsDocxFormat\Lib\Release" AdditionalLibraryDirectories="..\..\ASCOfficeUtils\ZLIB\zlib123dll\static32;..\..\Common\ASCDocxFormat\Lib\Release"
IgnoreDefaultLibraryNames="LIBC.LIB" IgnoreDefaultLibraryNames="LIBC.LIB"
MergedIDLBaseFileName="_AVSOfficeDocxRenderer.idl" MergedIDLBaseFileName="_ASCOfficeDocxRenderer.idl"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)/AVSOfficeDocxRenderer.lib" ImportLibrary="$(OutDir)/ASCOfficeDocxRenderer.lib"
TargetMachine="1" TargetMachine="1"
/> />
<Tool <Tool
...@@ -224,11 +224,11 @@ ...@@ -224,11 +224,11 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
> >
<File <File
RelativePath=".\AVSDocxRenderer.cpp" RelativePath=".\ASCDocxRenderer.cpp"
> >
</File> </File>
<File <File
RelativePath=".\AVSOfficeDocxRenderer.cpp" RelativePath=".\ASCOfficeDocxRenderer.cpp"
> >
</File> </File>
<File <File
...@@ -282,15 +282,15 @@ ...@@ -282,15 +282,15 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
> >
<File <File
RelativePath=".\AVSDocxRenderer.h" RelativePath=".\ASCDocxRenderer.h"
> >
</File> </File>
<File <File
RelativePath=".\AVSOfficeCriticalSection.h" RelativePath=".\ASCOfficeCriticalSection.h"
> >
</File> </File>
<File <File
RelativePath="..\..\..\AVSImageStudio3\AVSGraphics\Interfaces\AVSRenderer.h" RelativePath="..\..\ASCImageStudio3\ASCGraphics\Interfaces\ASCRenderer.h"
> >
</File> </File>
<File <File
...@@ -356,11 +356,11 @@ ...@@ -356,11 +356,11 @@
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
> >
<File <File
RelativePath=".\AVSOfficeDocxRenderer.rc" RelativePath=".\ASCOfficeDocxRenderer.rc"
> >
</File> </File>
<File <File
RelativePath=".\AVSOfficeDocxRenderer.rgs" RelativePath=".\ASCOfficeDocxRenderer.rgs"
> >
</File> </File>
</Filter> </Filter>
......
 
Microsoft Visual Studio Solution File, Format Version 9.00 Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C++ Express 2005 # Visual C++ Express 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AVSOfficeDocxRenderer", "AVSOfficeDocxRenderer\AVSOfficeDocxRenderer2005.vcproj", "{BAB70A60-2DA0-4149-B8FC-99D7007E9BDB}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ASCOfficeDocxRenderer", "ASCOfficeDocxRenderer\ASCOfficeDocxRenderer2005.vcproj", "{BAB70A60-2DA0-4149-B8FC-99D7007E9BDB}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_filesystem", "..\Common\AvsDocxFormat\Projects\boost_filesystem2005.vcproj", "{F6A9ED1C-3D23-4246-9366-41373B2E49C6}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_filesystem", "..\Common\ASCDocxFormat\Projects\boost_filesystem2005.vcproj", "{F6A9ED1C-3D23-4246-9366-41373B2E49C6}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_system", "..\Common\AvsDocxFormat\Projects\boost_system2005.vcproj", "{3503791E-20B7-41C9-97D9-BAE92596D648}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "boost_system", "..\Common\ASCDocxFormat\Projects\boost_system2005.vcproj", "{3503791E-20B7-41C9-97D9-BAE92596D648}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "..\Common\AvsDocxFormat\Projects\Common2005.vcproj", "{399893AA-3617-4CD8-A980-7F15CDAFA3D2}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "..\Common\ASCDocxFormat\Projects\Common2005.vcproj", "{399893AA-3617-4CD8-A980-7F15CDAFA3D2}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DocxFormat", "..\Common\AvsDocxFormat\Projects\DocxFormat2005.vcproj", "{A100103A-353E-45E8-A9B8-90B87CC5C0B0}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DocxFormat", "..\Common\ASCDocxFormat\Projects\DocxFormat2005.vcproj", "{A100103A-353E-45E8-A9B8-90B87CC5C0B0}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Utility", "..\Common\AvsDocxFormat\Projects\Utility2005.vcproj", "{7B9F3647-32D3-4F82-8CA5-A43E490E1457}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Utility", "..\Common\ASCDocxFormat\Projects\Utility2005.vcproj", "{7B9F3647-32D3-4F82-8CA5-A43E490E1457}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XML", "..\Common\AvsDocxFormat\Projects\XML2005.vcproj", "{C1587C15-6268-4451-9263-937E63A945F6}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XML", "..\Common\ASCDocxFormat\Projects\XML2005.vcproj", "{C1587C15-6268-4451-9263-937E63A945F6}"
EndProject EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OfficeSvmFile", "..\AVSOfficeOdtFile\Source\OfficeSvmFile\OfficeSvmFile2005.vcproj", "{918D1327-C6ED-43E6-AE22-84A3736F0E87}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OfficeSvmFile", "..\ASCOfficeOdtFile\Source\OfficeSvmFile\OfficeSvmFile2005.vcproj", "{918D1327-C6ED-43E6-AE22-84A3736F0E87}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
......
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