Commit 813383ed authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

XlsFile2 win32 build (2005)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@64028 954022d7-b5bf-4e40-9824-e11837661b57
parent e243813c
......@@ -7638,6 +7638,7 @@ Redist/ASCOfficeUtils.dll svn_mime_002dtype=application%2Foctet-stream
Redist/ASCOfficeWSHtmlFile.dll svn_mime_002dtype=application%2Foctet-stream
Redist/ASCOfficeXPSFile.dll svn_mime_002dtype=application%2Foctet-stream
Redist/ASCOfficeXlsFile.dll svn_mime_002dtype=application%2Foctet-stream
Redist/ASCOfficeXlsFile2.dll svn_mime_002dtype=application%2Foctet-stream
Redist/ASCPresentationEditor.dll svn_mime_002dtype=application%2Foctet-stream
Redist/ASCVectorImage.dll svn_mime_002dtype=application%2Foctet-stream
Redist/DoctRenderer.dll svn_mime_002dtype=application%2Foctet-stream
#pragma once
//1
//2
//1
//58
#define INTVER 1,2,1,58
#define STRVER "1,2,1,58\0"
......@@ -2,6 +2,10 @@
//
#include "resource.h"
#define COMPONENT_NAME "OfficeXlsFile2"
#include "../../Common/FileInfo.h"
#include "../version.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
......@@ -14,7 +18,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE 25, 1
#pragma code_page(1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
......@@ -58,15 +62,15 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "TODO: <Company name>"
VALUE "FileDescription", "TODO: <File description>"
VALUE "FileVersion", "1.0.0.1"
VALUE "LegalCopyright", "TODO: (c) <Company name>. All rights reserved."
VALUE "InternalName", "ASCOfficeXlsFile2.dll"
VALUE "OriginalFilename", "ASCOfficeXlsFile2.dll"
VALUE "ProductName", "TODO: <Product name>"
VALUE "ProductVersion", "1.0.0.1"
VALUE "OLESelfRegister", ""
VALUE "CompanyName", COMPANY_NAME
VALUE "FileDescription", FILE_DESCRIPTION_ACTIVEX
VALUE "FileVersion", STRVER
VALUE "InternalName", COMPONENT_FILE_NAME_DLL
VALUE "LegalCopyright", LEGAL_COPYRIGHT
VALUE "LegalTrademarks", LEGAL_COPYRIGHT
VALUE "OriginalFilename", COMPONENT_FILE_NAME_DLL
VALUE "ProductName", FILE_DESCRIPTION_ACTIVEX
VALUE "ProductVersion", STRVER
END
END
BLOCK "VarFileInfo"
......
......@@ -296,6 +296,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;&#x0D;&#x0A;copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)..\..\Redist&quot;&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
......
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