mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
В конфигурации ReleaseOpenSource длл-ки копируем в папку RedistOpenSource
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54541 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
42de2557bf
commit
73266c34f4
@ -416,8 +416,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy to Redist"
|
||||
CommandLine="copy "$(TargetPath)" "$(SolutionDir)..\Redist"
"
|
||||
Description="copy to RedistOpenSource"
|
||||
CommandLine="copy "$(TargetPath)" "$(SolutionDir)..\RedistOpenSource"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
||||
@ -302,8 +302,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy to redist"
|
||||
CommandLine="copy $(TargetPath) ..\Redist\ASCOfficePDFWriter.dll
"
|
||||
Description="copy to RedistOpenSource"
|
||||
CommandLine="copy $(TargetPath) ..\RedistOpenSource\ASCOfficePDFWriter.dll
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
||||
@ -420,8 +420,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="copy to redist"
|
||||
CommandLine="copy $(TargetPath) ..\Redist\ASCOfficePPTXFile.dll"
|
||||
Description="copy to RedistOpenSource"
|
||||
CommandLine="copy $(TargetPath) ..\RedistOpenSource\ASCOfficePPTXFile.dll"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
||||
@ -410,8 +410,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="copy to redist"
|
||||
CommandLine="copy $(TargetPath) ..\..\Redist\ASCOfficeUtils.dll"
|
||||
Description="copy to RedistOpenSource"
|
||||
CommandLine="copy $(TargetPath) ..\..\RedistOpenSource\ASCOfficeUtils.dll"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
||||
@ -312,8 +312,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="copy to redist"
|
||||
CommandLine="
copy "$(TargetPath)" "$(ProjectDir)..\Redist"
"
|
||||
Description="copy to RedistOpenSource"
|
||||
CommandLine="
copy "$(TargetPath)" "$(ProjectDir)..\RedistOpenSource"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
||||
@ -305,8 +305,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy to redist"
|
||||
CommandLine="copy $(TargetPath) ..\Redist\XlsxSerializerCom.dll"
|
||||
Description="copy to RedistOpenSource"
|
||||
CommandLine="copy $(TargetPath) ..\RedistOpenSource\XlsxSerializerCom.dll"
|
||||
ExcludedFromBuild="true"
|
||||
/>
|
||||
</Configuration>
|
||||
|
||||
Reference in New Issue
Block a user