Commit 56b85d28 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@52305 954022d7-b5bf-4e40-9824-e11837661b57
parent 0ac916e2
...@@ -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 = "{C07579F8-D15E-483E-B99F-1CD4DE337DAE}", [ module(dll, uuid = "{C07579F8-D15E-483E-B99F-1CD4DE337DAE}",
name = "AVSOfficeRtfFile", name = "ASCOfficeRtfFile",
helpstring = "AVSOfficeRtfFile 1.0 Type Library", helpstring = "ASCOfficeRtfFile 1.0 Type Library",
resource_name = "IDR_AVSOFFICERTFFILE") ] resource_name = "IDR_ASCOFFICERTFFILE") ]
class CAVSOfficeRtfFileModule class CAVSOfficeRtfFileModule
{ {
public: public:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
#include "resource.h" #include "resource.h"
#define COMPONENT_NAME "OfficeRtfFile" #define COMPONENT_NAME "OfficeRtfFile"
#include "../../../../Common/FileInfo.h" #include "../Common/FileInfo.h"
#include "version.h" #include "version.h"
#define APSTUDIO_READONLY_SYMBOLS #define APSTUDIO_READONLY_SYMBOLS
...@@ -87,10 +87,10 @@ END ...@@ -87,10 +87,10 @@ END
STRINGTABLE STRINGTABLE
BEGIN BEGIN
IDS_PROJNAME "AVSOfficeRtfFile" IDS_PROJNAME "ASCOfficeRtfFile"
END END
IDR_AVSOFFICERTFFILE REGISTRY "AVSOfficeRtfFile.rgs" IDR_ASCOFFICERTFFILE REGISTRY "ASCOfficeRtfFile.rgs"
//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////
// //
......
...@@ -2,8 +2,8 @@ HKCR ...@@ -2,8 +2,8 @@ HKCR
{ {
NoRemove AppID NoRemove AppID
{ {
'%APPID%' = s 'AVSOfficeRtfFile' '%APPID%' = s 'ASCOfficeRtfFile'
'AVSOfficeRtfFile.DLL' 'ASCOfficeRtfFile.DLL'
{ {
val AppID = s '%APPID%' val AppID = s '%APPID%'
} }
......
 
Microsoft Visual Studio Solution File, Format Version 9.00 Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005 # Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AVSOfficeRtfFile", "AVSOfficeRtfFile.vcproj", "{BE2FD36F-184C-4F29-BC75-2355AC3A2F27}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ASCOfficeRtfFile", "ASCOfficeRtfFile.vcproj", "{BE2FD36F-184C-4F29-BC75-2355AC3A2F27}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="8.00" Version="8.00"
Name="AVSOfficeRtfFile" Name="ASCOfficeRtfFile"
ProjectGUID="{BE2FD36F-184C-4F29-BC75-2355AC3A2F27}" ProjectGUID="{BE2FD36F-184C-4F29-BC75-2355AC3A2F27}"
RootNamespace="AVSOfficeRtfFile" RootNamespace="ASCOfficeRtfFile"
Keyword="AtlProj" Keyword="AtlProj"
> >
<Platforms> <Platforms>
...@@ -42,11 +42,11 @@ ...@@ -42,11 +42,11 @@
MkTypLibCompatible="false" MkTypLibCompatible="false"
TargetEnvironment="1" TargetEnvironment="1"
GenerateStublessProxies="true" GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)/AVSOfficeRtfFile.tlb" TypeLibraryName="$(IntDir)/ASCOfficeRtfFile.tlb"
HeaderFileName="AVSOfficeRtfFile.h" HeaderFileName="ASCOfficeRtfFile.h"
DLLDataFileName="" DLLDataFileName=""
InterfaceIdentifierFileName="AVSOfficeRtfFile_i.c" InterfaceIdentifierFileName="ASCOfficeRtfFile_i.c"
ProxyFileName="AVSOfficeRtfFile_p.c" ProxyFileName="ASCOfficeRtfFile_p.c"
ValidateParameters="false" ValidateParameters="false"
/> />
<Tool <Tool
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
RegisterOutput="true" RegisterOutput="true"
IgnoreImportLibrary="true" IgnoreImportLibrary="true"
LinkIncremental="2" LinkIncremental="2"
MergedIDLBaseFileName="_AVSOfficeRtfFile.idl" MergedIDLBaseFileName="_ASCOfficeRtfFile.idl"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
TargetMachine="1" TargetMachine="1"
...@@ -137,11 +137,11 @@ ...@@ -137,11 +137,11 @@
MkTypLibCompatible="false" MkTypLibCompatible="false"
TargetEnvironment="1" TargetEnvironment="1"
GenerateStublessProxies="true" GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)/AVSOfficeRtfFile.tlb" TypeLibraryName="$(IntDir)/ASCOfficeRtfFile.tlb"
HeaderFileName="AVSOfficeRtfFile.h" HeaderFileName="ASCOfficeRtfFile.h"
DLLDataFileName="" DLLDataFileName=""
InterfaceIdentifierFileName="AVSOfficeRtfFile_i.c" InterfaceIdentifierFileName="ASCOfficeRtfFile_i.c"
ProxyFileName="AVSOfficeRtfFile_p.c" ProxyFileName="ASCOfficeRtfFile_p.c"
ValidateParameters="false" ValidateParameters="false"
/> />
<Tool <Tool
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
RegisterOutput="true" RegisterOutput="true"
IgnoreImportLibrary="true" IgnoreImportLibrary="true"
LinkIncremental="1" LinkIncremental="1"
MergedIDLBaseFileName="_AVSOfficeRtfFile.idl" MergedIDLBaseFileName="_ASCOfficeRtfFile.idl"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
OptimizeReferences="2" OptimizeReferences="2"
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
Description="Copy to redist" Description="Copy to redist"
CommandLine="copy $(TargetPath) ..\..\..\Redist\AVSOfficeStudio\AVSOfficeRtfFile.dll" CommandLine="copy $(TargetPath) ..\Redist\ASCOfficeRtfFile.dll"
/> />
</Configuration> </Configuration>
<Configuration <Configuration
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
> >
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
CommandLine="..\..\..\..\AVS\Redist\VersionControl.exe &quot;$(SolutionDir)\version.h&quot;" CommandLine="..\..\..\..\..\..\AVS\Redist\VersionControl.exe &quot;$(SolutionDir)\version.h&quot;"
ExcludedFromBuild="true" ExcludedFromBuild="true"
/> />
<Tool <Tool
...@@ -235,11 +235,11 @@ ...@@ -235,11 +235,11 @@
MkTypLibCompatible="false" MkTypLibCompatible="false"
TargetEnvironment="1" TargetEnvironment="1"
GenerateStublessProxies="true" GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)/AVSOfficeRtfFile.tlb" TypeLibraryName="$(IntDir)/ASCOfficeRtfFile.tlb"
HeaderFileName="AVSOfficeRtfFile.h" HeaderFileName="ASCOfficeRtfFile.h"
DLLDataFileName="" DLLDataFileName=""
InterfaceIdentifierFileName="AVSOfficeRtfFile_i.c" InterfaceIdentifierFileName="ASCOfficeRtfFile_i.c"
ProxyFileName="AVSOfficeRtfFile_p.c" ProxyFileName="ASCOfficeRtfFile_p.c"
ValidateParameters="false" ValidateParameters="false"
/> />
<Tool <Tool
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
IgnoreImportLibrary="true" IgnoreImportLibrary="true"
OutputFile="$(OutDir)\ASCOfficeRtfFile.dll" OutputFile="$(OutDir)\ASCOfficeRtfFile.dll"
LinkIncremental="1" LinkIncremental="1"
MergedIDLBaseFileName="_AVSOfficeRtfFile.idl" MergedIDLBaseFileName="_ASCOfficeRtfFile.idl"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
OptimizeReferences="2" OptimizeReferences="2"
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
> >
<File <File
RelativePath=".\AVSOfficeRtfFile.cpp" RelativePath=".\ASCOfficeRtfFile.cpp"
> >
</File> </File>
<File <File
...@@ -383,11 +383,11 @@ ...@@ -383,11 +383,11 @@
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
> >
<File <File
RelativePath=".\AVSOfficeRtfFile.rc" RelativePath=".\ASCOfficeRtfFile.rc"
> >
</File> </File>
<File <File
RelativePath=".\AVSOfficeRtfFile.rgs" RelativePath=".\ASCOfficeRtfFile.rgs"
> >
</File> </File>
<Filter <Filter
......
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