Commit a4c0c0a5 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@52468 954022d7-b5bf-4e40-9824-e11837661b57
parent 8a45004a
......@@ -123,7 +123,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="..\..\..\Redist\VersionControl.exe &quot;$(SolutionDir)\version.h&quot;"
CommandLine="..\..\Redist\VersionControl.exe &quot;$(SolutionDir)\version.h&quot;"
/>
<Tool
Name="VCCustomBuildTool"
......@@ -207,7 +207,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Performing registration"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"
CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;&#x0D;&#x0A;copy &quot;$(TargetPath)&quot; &quot;..\..\..\Redist&quot;"
/>
</Configuration>
<Configuration
......@@ -503,7 +503,7 @@
>
</File>
<File
RelativePath=".\Zlib.lib"
RelativePath=".\zlib.lib"
>
</File>
</Files>
......
......@@ -2,6 +2,6 @@
//1
//0
//0
//12
#define INTVER 1,0,0,12
#define STRVER "1,0,0,12\0"
//18
#define INTVER 1,0,0,18
#define STRVER "1,0,0,18\0"
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