Commit b84f1a2f 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@52421 954022d7-b5bf-4e40-9824-e11837661b57
parent 8b364d01
// AVSImageFile3.cpp : Implementation of DLL Exports. // ASCImageFile3.cpp : Implementation of DLL Exports.
#include "stdafx.h" #include "stdafx.h"
#include "resource.h" #include "resource.h"
// 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 = "{E3305D24-A207-4431-BC43-2C09A53CB9B6}", [ module(dll, uuid = "{E3305D24-A207-4431-BC43-2C09A53CB9B6}",
name = "AVSImageFile3", name = "ASCImageFile3",
helpstring = "AVSImageFile 3", helpstring = "ASCImageFile 3",
resource_name = "IDR_AVSIMAGEFILE3") ]; resource_name = "IDR_ASCIMAGEFILE3") ];
#include "ImageFile3.h" #include "ImageFile3.h"
\ No newline at end of file
...@@ -117,7 +117,7 @@ END ...@@ -117,7 +117,7 @@ END
// REGISTRY // REGISTRY
// //
IDR_AVSIMAGEFILE3 REGISTRY "AVSImageFile3.rgs" IDR_ASCIMAGEFILE3 REGISTRY "ASCImageFile3.rgs"
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// //
...@@ -126,7 +126,7 @@ IDR_AVSIMAGEFILE3 REGISTRY "AVSImageFile3.rgs" ...@@ -126,7 +126,7 @@ IDR_AVSIMAGEFILE3 REGISTRY "AVSImageFile3.rgs"
STRINGTABLE STRINGTABLE
BEGIN BEGIN
IDS_PROJNAME "AVSImageFile" IDS_PROJNAME "ASCImageFile"
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 'AVSImageFile3' '%APPID%' = s 'ASCImageFile3'
'AVSImageFile3.DLL' 'ASCImageFile3.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}") = "AVSImageFile3", "AVSImageFile3.vcproj", "{17DC3001-566F-4B60-BF77-37BF94162C5D}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ASCImageFile3", "ASCImageFile3.vcproj", "{17DC3001-566F-4B60-BF77-37BF94162C5D}"
ProjectSection(WebsiteProperties) = preProject ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True" Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False" Release.AspNetCompiler.Debug = "False"
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="8,00" Version="8,00"
Name="AVSImageFile3" Name="ASCImageFile3"
ProjectGUID="{17DC3001-566F-4B60-BF77-37BF94162C5D}" ProjectGUID="{17DC3001-566F-4B60-BF77-37BF94162C5D}"
RootNamespace="AVSImageFile3" RootNamespace="ASCImageFile3"
Keyword="AtlProj" Keyword="AtlProj"
> >
<Platforms> <Platforms>
...@@ -44,16 +44,16 @@ ...@@ -44,16 +44,16 @@
MkTypLibCompatible="false" MkTypLibCompatible="false"
TargetEnvironment="1" TargetEnvironment="1"
GenerateStublessProxies="true" GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)/AVSImageFile3.tlb" TypeLibraryName="$(IntDir)/ASCImageFile3.tlb"
HeaderFileName="AVSImageFile3.h" HeaderFileName="ASCImageFile3.h"
DLLDataFileName="" DLLDataFileName=""
InterfaceIdentifierFileName="AVSImageFile3_i.c" InterfaceIdentifierFileName="ASCImageFile3_i.c"
ProxyFileName="AVSImageFile3_p.c" ProxyFileName="ASCImageFile3_p.c"
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="../Common;../../../../Common;../../AVSVideoStudio3/Common;Libs" AdditionalIncludeDirectories="../Common;../../Common;Libs"
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES" PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
...@@ -79,13 +79,13 @@ ...@@ -79,13 +79,13 @@
Name="VCLinkerTool" Name="VCLinkerTool"
IgnoreImportLibrary="false" IgnoreImportLibrary="false"
AdditionalDependencies="graydither.lib Msimg32.lib" AdditionalDependencies="graydither.lib Msimg32.lib"
OutputFile="$(OutDir)/AVSImageFile3.dll" OutputFile="$(OutDir)/ASCImageFile3.dll"
LinkIncremental="2" LinkIncremental="2"
AdditionalLibraryDirectories="Libs" AdditionalLibraryDirectories="Libs"
MergedIDLBaseFileName="_AVSImageFile3.idl" MergedIDLBaseFileName="_ASCImageFile3.idl"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
ImportLibrary="$(OutDir)/AVSImageFile3.lib" ImportLibrary="$(OutDir)/ASCImageFile3.lib"
TargetMachine="1" TargetMachine="1"
/> />
<Tool <Tool
...@@ -144,16 +144,16 @@ ...@@ -144,16 +144,16 @@
MkTypLibCompatible="false" MkTypLibCompatible="false"
TargetEnvironment="1" TargetEnvironment="1"
GenerateStublessProxies="true" GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)/AVSImageFile3.tlb" TypeLibraryName="$(IntDir)/ASCImageFile3.tlb"
HeaderFileName="AVSImageFile3.h" HeaderFileName="ASCImageFile3.h"
DLLDataFileName="" DLLDataFileName=""
InterfaceIdentifierFileName="AVSImageFile3_i.c" InterfaceIdentifierFileName="ASCImageFile3_i.c"
ProxyFileName="AVSImageFile3_p.c" ProxyFileName="ASCImageFile3_p.c"
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="../Common;../../../../Common;../../AVSVideoStudio3/Common;Libs" AdditionalIncludeDirectories="../Common;../../Common;Libs"
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES" PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES"
StringPooling="true" StringPooling="true"
RuntimeLibrary="2" RuntimeLibrary="2"
...@@ -179,15 +179,15 @@ ...@@ -179,15 +179,15 @@
Name="VCLinkerTool" Name="VCLinkerTool"
IgnoreImportLibrary="false" IgnoreImportLibrary="false"
AdditionalDependencies="graydither.lib Msimg32.lib" AdditionalDependencies="graydither.lib Msimg32.lib"
OutputFile="$(OutDir)/AVSImageFile3.dll" OutputFile="$(OutDir)/ASCImageFile3.dll"
LinkIncremental="1" LinkIncremental="1"
AdditionalLibraryDirectories="Libs" AdditionalLibraryDirectories="Libs"
MergedIDLBaseFileName="_AVSImageFile3.idl" MergedIDLBaseFileName="_ASCImageFile3.idl"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)/AVSImageFile3.lib" ImportLibrary="$(OutDir)/ASCImageFile3.lib"
TargetMachine="1" TargetMachine="1"
/> />
<Tool <Tool
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
Description="Copy to redist" Description="Copy to redist"
CommandLine="copy $(TargetPath) ..\..\..\..\AVS\Redist\AVSImageFile3.dll" CommandLine="copy $(TargetPath) ..\..\Redist\ASCImageFile3.dll"
/> />
</Configuration> </Configuration>
<Configuration <Configuration
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
> >
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
CommandLine="X:\AVS\Redist\VersionControl.exe &quot;$(SolutionDir)\version.h&quot;" CommandLine="../../Redist/VersionControl.exe &quot;$(SolutionDir)\version.h&quot;"
ExcludedFromBuild="true" ExcludedFromBuild="true"
/> />
<Tool <Tool
...@@ -247,16 +247,16 @@ ...@@ -247,16 +247,16 @@
MkTypLibCompatible="false" MkTypLibCompatible="false"
TargetEnvironment="1" TargetEnvironment="1"
GenerateStublessProxies="true" GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)/AVSImageFile3.tlb" TypeLibraryName="$(IntDir)/ASCImageFile3.tlb"
HeaderFileName="AVSImageFile3.h" HeaderFileName="ASCImageFile3.h"
DLLDataFileName="" DLLDataFileName=""
InterfaceIdentifierFileName="AVSImageFile3_i.c" InterfaceIdentifierFileName="ASCImageFile3_i.c"
ProxyFileName="AVSImageFile3_p.c" ProxyFileName="ASCImageFile3_p.c"
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
InlineFunctionExpansion="1" InlineFunctionExpansion="1"
AdditionalIncludeDirectories="../Common;../../../../Common;../../AVSVideoStudio3/Common;Libs" AdditionalIncludeDirectories="../Common;../../Common;Libs"
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES" PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES"
StringPooling="true" StringPooling="true"
RuntimeLibrary="2" RuntimeLibrary="2"
...@@ -285,12 +285,12 @@ ...@@ -285,12 +285,12 @@
OutputFile="$(OutDir)/ASCImageFile3.dll" OutputFile="$(OutDir)/ASCImageFile3.dll"
LinkIncremental="1" LinkIncremental="1"
AdditionalLibraryDirectories="Libs" AdditionalLibraryDirectories="Libs"
MergedIDLBaseFileName="_AVSImageFile3.idl" MergedIDLBaseFileName="_ASCImageFile3.idl"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="2" SubSystem="2"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)/AVSImageFile3.lib" ImportLibrary="$(OutDir)/ASCImageFile3.lib"
TargetMachine="1" TargetMachine="1"
/> />
<Tool <Tool
...@@ -329,7 +329,7 @@ ...@@ -329,7 +329,7 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
> >
<File <File
RelativePath="AVSImageFile3.cpp" RelativePath="ASCImageFile3.cpp"
> >
</File> </File>
<File <File
...@@ -407,11 +407,11 @@ ...@@ -407,11 +407,11 @@
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
> >
<File <File
RelativePath="AVSImageFile3.rc" RelativePath="ASCImageFile3.rc"
> >
</File> </File>
<File <File
RelativePath="AVSImageFile3.rgs" RelativePath="ASCImageFile3.rgs"
> >
</File> </File>
</Filter> </Filter>
...@@ -419,7 +419,7 @@ ...@@ -419,7 +419,7 @@
Name="Common Files" Name="Common Files"
> >
<File <File
RelativePath="..\..\..\..\Common\GdiPlusEx.h" RelativePath="..\..\Common\GdiPlusEx.h"
> >
</File> </File>
<File <File
...@@ -431,7 +431,7 @@ ...@@ -431,7 +431,7 @@
> >
</File> </File>
<File <File
RelativePath="..\..\AVSVideoStudio3\Common\ImageStudioUtils.h" RelativePath="..\..\Common\ImageStudioUtils.h"
> >
</File> </File>
<File <File
...@@ -439,11 +439,11 @@ ...@@ -439,11 +439,11 @@
> >
</File> </File>
<File <File
RelativePath="..\..\AVSVideoStudio3\Common\MediaFormatDefine.h" RelativePath="..\..\Common\MediaFormatDefine.h"
> >
</File> </File>
<File <File
RelativePath="..\..\..\..\Common\MemoryUtils.h" RelativePath="..\..\Common\MemoryUtils.h"
> >
</File> </File>
<File <File
......
//{{NO_DEPENDENCIES}} //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file. // Microsoft Visual C++ generated include file.
// Used by AVSImageFile3.rc // Used by ASCImageFile3.rc
// //
#define IDS_PROJNAME 100 #define IDS_PROJNAME 100
#define IDR_AVSIMAGEFILE3 101 #define IDR_ASCIMAGEFILE3 101
// Next default values for new objects // Next default values for new objects
// //
......
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