mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
(1.0.0.33) ASC version full
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52699 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
74ce6acd96
commit
613a2a7e1b
@ -123,7 +123,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="..\..\..\Redist\VersionControl.exe $(ProjectDir)version.h"
|
||||
CommandLine="..\Redist\VersionControl.exe $(ProjectDir)version.h"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
@ -213,7 +213,7 @@
|
||||
Description="Performing registration"
|
||||
CommandLine="regsvr32 /s /c "$(TargetPath)"
copy $(TargetPath) ..\Redist\ASCOfficeOdpFile.dll
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
|
||||
@ -105,7 +105,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\Common;..\..\ASCOfficeOdtFile\Source\OdtFormat;..\..\ASCOfficeOdtFile\Source;..\..\Common\ASCsDocxFormat\Source\Common;..\..\Common\ASCDocxFormat\Source\Utility;..\..\Common\ASCDocxFormat\Source\XML"
|
||||
AdditionalIncludeDirectories="..\..\Common;..\..\ASCOfficeOdtFile\Source\OdtFormat;..\..\ASCOfficeOdtFile\Source;..\..\Common\ASCDocxFormat\Source\Common;..\..\Common\ASCDocxFormat\Source\Utility;..\..\Common\ASCDocxFormat\Source\XML"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
//1
|
||||
//0
|
||||
//0
|
||||
//32
|
||||
#define INTVER 1,0,0,32
|
||||
#define STRVER "1,0,0,32\0"
|
||||
//33
|
||||
#define INTVER 1,0,0,33
|
||||
#define STRVER "1,0,0,33\0"
|
||||
|
||||
Reference in New Issue
Block a user