mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52244 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
79ca9b08e2
commit
c0c9788077
@ -114,7 +114,7 @@ END
|
||||
// REGISTRY
|
||||
//
|
||||
|
||||
IDR_AVSOFFICEDOCXFILE2 REGISTRY "AVSOfficeDocxFile2.rgs"
|
||||
IDR_ASCOFFICEDOCXFILE2 REGISTRY "ASCOfficeDocxFile2.rgs"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
@ -123,7 +123,7 @@ IDR_AVSOFFICEDOCXFILE2 REGISTRY "AVSOfficeDocxFile2.rgs"
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_PROJNAME "AVSOfficeDocxFile2"
|
||||
IDS_PROJNAME "ASCOfficeDocxFile2"
|
||||
END
|
||||
|
||||
#endif // English (U.S.) resources
|
||||
|
||||
@ -2,8 +2,8 @@ HKCR
|
||||
{
|
||||
NoRemove AppID
|
||||
{
|
||||
'%APPID%' = s 'AVSOfficeDocxFile2'
|
||||
'AVSOfficeDocxFile2.DLL'
|
||||
'%APPID%' = s 'ASCOfficeDocxFile2'
|
||||
'ASCOfficeDocxFile2.DLL'
|
||||
{
|
||||
val AppID = s '%APPID%'
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual C++ Express 2005
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AVSOfficeDocxFile2", "AVSOfficeDocxFile2.vcproj", "{D02A88E6-5B2B-4A15-A4F6-C057F698FC53}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ASCOfficeDocxFile2", "ASCOfficeDocxFile2.vcproj", "{D02A88E6-5B2B-4A15-A4F6-C057F698FC53}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{A100103A-353E-45E8-A9B8-90B87CC5C0B0} = {A100103A-353E-45E8-A9B8-90B87CC5C0B0}
|
||||
EndProjectSection
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="AVSOfficeDocxFile2"
|
||||
Name="ASCOfficeDocxFile2"
|
||||
ProjectGUID="{D02A88E6-5B2B-4A15-A4F6-C057F698FC53}"
|
||||
RootNamespace="AVSOfficeDocxFile2"
|
||||
RootNamespace="ASCOfficeDocxFile2"
|
||||
Keyword="AtlProj"
|
||||
>
|
||||
<Platforms>
|
||||
@ -43,18 +43,18 @@
|
||||
MkTypLibCompatible="false"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
TypeLibraryName="$(IntDir)/AVSOfficeDocxFile2.tlb"
|
||||
TypeLibraryName="$(IntDir)/ASCOfficeDocxFile2.tlb"
|
||||
HeaderFileName="DocxFile2.h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="AVSOfficeDocxFile2_i.c"
|
||||
ProxyFileName="AVSOfficeDocxFile2_p.c"
|
||||
InterfaceIdentifierFileName="ASCOfficeDocxFile2_i.c"
|
||||
ProxyFileName="ASCOfficeDocxFile2_p.c"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Zm1000"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)";"$(SolutionDir)/../../AVSImageStudio3/AVSGraphics/Objects";"$(SolutionDir)/../../AVSImageStudio3/AVSGraphics/Objects/Font/FreeType";"$(SolutionDir)/../Common/DocxFormat/Source/DocxFormat""
|
||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES;_USE_XMLLITE_READER_;USE_LITE_READER;USE_ATL_CSTRING;USE_AVSOFFICESTUDIO_XMLUTILS;SOLUTION_AVSOFFICEDOCXFILE2"
|
||||
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES;_USE_XMLLITE_READER_;USE_LITE_READER;USE_ATL_CSTRING;USE_AVSOFFICESTUDIO_XMLUTILS;SOLUTION_ASCOFFICEDOCXFILE2"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
@ -79,14 +79,14 @@
|
||||
Name="VCLinkerTool"
|
||||
IgnoreImportLibrary="true"
|
||||
AdditionalDependencies="comsvcs.lib comsuppw.lib gdiplus.lib DocxFormat.lib"
|
||||
OutputFile="$(OutDir)/AVSOfficeDocxFile2.dll"
|
||||
OutputFile="$(OutDir)/ASCOfficeDocxFile2.dll"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="$(SolutionDir)/../Common/DocxFormat/Lib/Debug"
|
||||
IgnoreDefaultLibraryNames="LIBC.lib"
|
||||
MergedIDLBaseFileName="_AVSOfficeDocxFile2.idl"
|
||||
MergedIDLBaseFileName="_ASCOfficeDocxFile2.idl"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
ImportLibrary="$(OutDir)/AVSOfficeDocxFile2.lib"
|
||||
ImportLibrary="$(OutDir)/ASCOfficeDocxFile2.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -144,17 +144,17 @@
|
||||
MkTypLibCompatible="false"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
TypeLibraryName="$(IntDir)/AVSOfficeDocxFile2.tlb"
|
||||
TypeLibraryName="$(IntDir)/ASCOfficeDocxFile2.tlb"
|
||||
HeaderFileName="DocxFile2.h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="AVSOfficeDocxFile2_i.c"
|
||||
ProxyFileName="AVSOfficeDocxFile2_p.c"
|
||||
InterfaceIdentifierFileName="ASCOfficeDocxFile2_i.c"
|
||||
ProxyFileName="ASCOfficeDocxFile2_p.c"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Zm1000"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)";"$(SolutionDir)/../../AVSImageStudio3/AVSGraphics/Objects";"$(SolutionDir)/../../AVSImageStudio3/AVSGraphics/Objects/Font/FreeType";"$(SolutionDir)/../Common/DocxFormat/Source/DocxFormat""
|
||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES;_USE_XMLLITE_READER_;USE_LITE_READER;USE_ATL_CSTRING;USE_AVSOFFICESTUDIO_XMLUTILS;SOLUTION_AVSOFFICEDOCXFILE2"
|
||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES;_USE_XMLLITE_READER_;USE_LITE_READER;USE_ATL_CSTRING;USE_AVSOFFICESTUDIO_XMLUTILS;SOLUTION_ASCOFFICEDOCXFILE2"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="2"
|
||||
WarningLevel="3"
|
||||
@ -181,13 +181,13 @@
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(SolutionDir)/../Common/DocxFormat/Lib/Release"
|
||||
IgnoreDefaultLibraryNames="LIBC.lib"
|
||||
MergedIDLBaseFileName="_AVSOfficeDocxFile2.idl"
|
||||
MergedIDLBaseFileName="_ASCOfficeDocxFile2.idl"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="$(OutDir)$(TargetName).pdb"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
ImportLibrary="$(OutDir)/AVSOfficeDocxFile2.lib"
|
||||
ImportLibrary="$(OutDir)/ASCOfficeDocxFile2.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -214,7 +214,7 @@
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Performing registration"
|
||||
CommandLine="regsvr32 /s /c "$(TargetPath)"
copy "$(TargetPath)" "$(SolutionDir)..\..\..\Redist\AVSOfficeStudio"
"
|
||||
CommandLine="regsvr32 /s /c "$(TargetPath)"
copy "$(TargetPath)" "$(SolutionDir)..\..\..\Redist\ASCOfficeStudio"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@ -246,17 +246,17 @@
|
||||
MkTypLibCompatible="false"
|
||||
TargetEnvironment="1"
|
||||
GenerateStublessProxies="true"
|
||||
TypeLibraryName="$(IntDir)/AVSOfficeDocxFile2.tlb"
|
||||
TypeLibraryName="$(IntDir)/ASCOfficeDocxFile2.tlb"
|
||||
HeaderFileName="DocxFile2.h"
|
||||
DLLDataFileName=""
|
||||
InterfaceIdentifierFileName="AVSOfficeDocxFile2_i.c"
|
||||
ProxyFileName="AVSOfficeDocxFile2_p.c"
|
||||
InterfaceIdentifierFileName="ASCOfficeDocxFile2_i.c"
|
||||
ProxyFileName="ASCOfficeDocxFile2_p.c"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/Zm1000"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)";"$(SolutionDir)/../../AVSImageStudio3/AVSGraphics/Objects";"$(SolutionDir)/../../AVSImageStudio3/AVSGraphics/Objects/Font/FreeType";"$(SolutionDir)/../Common/DocxFormat/Source/DocxFormat""
|
||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES;_USE_XMLLITE_READER_;USE_LITE_READER;USE_ATL_CSTRING;USE_AVSOFFICESTUDIO_XMLUTILS;SOLUTION_AVSOFFICEDOCXFILE2"
|
||||
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES;_USE_XMLLITE_READER_;USE_LITE_READER;USE_ATL_CSTRING;USE_AVSOFFICESTUDIO_XMLUTILS;SOLUTION_ASCOFFICEDOCXFILE2"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="2"
|
||||
WarningLevel="3"
|
||||
@ -283,13 +283,13 @@
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(SolutionDir)/../Common/DocxFormat/Lib/Release"
|
||||
IgnoreDefaultLibraryNames="LIBC.lib"
|
||||
MergedIDLBaseFileName="_AVSOfficeDocxFile2.idl"
|
||||
MergedIDLBaseFileName="_ASCOfficeDocxFile2.idl"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="$(OutDir)$(TargetName).pdb"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
ImportLibrary="$(OutDir)/AVSOfficeDocxFile2.lib"
|
||||
ImportLibrary="$(OutDir)/ASCOfficeDocxFile2.lib"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
@ -329,11 +329,11 @@
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\AVSOfficeDocxFile2.rc"
|
||||
RelativePath=".\ASCOfficeDocxFile2.rc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\AVSOfficeDocxFile2.rgs"
|
||||
RelativePath=".\ASCOfficeDocxFile2.rgs"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
@ -341,7 +341,7 @@
|
||||
Name="_"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\AVSOfficeDocxFile2.cpp"
|
||||
RelativePath=".\ASCOfficeDocxFile2.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
|
||||
Reference in New Issue
Block a user