mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
.
This commit is contained in:
@ -23,6 +23,31 @@
|
||||
<ClCompile Include="..\..\..\Common\SummaryInformation\PropertyFactory.cpp" />
|
||||
<ClCompile Include="..\..\..\Common\SummaryInformation\PropertySet.cpp" />
|
||||
<ClCompile Include="..\..\..\Common\SummaryInformation\PropertySetStream.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\ConvertXls2Xlsx.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\external_items.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\mediaitems_utils.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\namespaces.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\oox_content_type.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\oox_package.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\oox_rels.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\XlsConverter.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_activeX_context.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_chart_context.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_comments.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_comments_context.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_conversion_context.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_drawings.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_drawing_context.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_external_context.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_hyperlinks.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_output_xml.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_package.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_pivots_context.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_protection.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_sheet_context.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_tablecontext.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_textcontext.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xls_writer.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Format\Auxiliary\HelpFunc.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Format\Binary\CFRecord.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Format\Binary\CFRecordType.cpp" />
|
||||
@ -415,6 +440,7 @@
|
||||
<ClCompile Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFDatabar.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFExNonCF12.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFExTemplateParams.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFFilter.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFGradient.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFMStateItem.cpp" />
|
||||
<ClCompile Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFMultistate.cpp" />
|
||||
@ -827,6 +853,33 @@
|
||||
<ClInclude Include="..\..\..\Common\SummaryInformation\PropertyFactory.h" />
|
||||
<ClInclude Include="..\..\..\Common\SummaryInformation\PropertySet.h" />
|
||||
<ClInclude Include="..\..\..\Common\SummaryInformation\PropertySetStream.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\ConvertXls2Xlsx.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\external_items.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\mediaitems_utils.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\namespaces.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\oox_content_type.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\oox_package.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\oox_rels.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\progressCallback.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\ShapeType.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\XlsConverter.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_activeX_context.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_chart_context.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_comments.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_comments_context.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_conversion_context.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_drawings.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_drawing_context.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_external_context.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_hyperlinks.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_output_xml.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_package.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_pivots_context.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_protection.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_sheet_context.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_tablecontext.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_textcontext.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xls_writer.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Auxiliary\HelpFunc.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Binary\BinSmartPointers.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Binary\CFRecord.h" />
|
||||
@ -1230,6 +1283,7 @@
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFDatabar.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFExNonCF12.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFExTemplateParams.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFFilter.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFGradient.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFMStateItem.h" />
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFMultistate.h" />
|
||||
|
||||
@ -2443,6 +2443,84 @@
|
||||
<ClCompile Include="..\..\..\XlsFile\Format\Logic\Biff_structures\FutureFunctionParser.cpp">
|
||||
<Filter>Logic\Biff_structures</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFFilter.cpp">
|
||||
<Filter>Logic\Biff_structures</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\ConvertXls2Xlsx.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\external_items.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\mediaitems_utils.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\namespaces.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\oox_content_type.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\oox_package.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\oox_rels.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xls_writer.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\XlsConverter.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_activeX_context.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_chart_context.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_comments.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_comments_context.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_conversion_context.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_drawing_context.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_drawings.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_external_context.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_hyperlinks.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_output_xml.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_package.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_pivots_context.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_protection.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_sheet_context.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_tablecontext.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_textcontext.cpp">
|
||||
<Filter>Binary</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Logging\Log.h">
|
||||
@ -4899,5 +4977,89 @@
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Logic\Biff_structures\FutureFunctionParser.h">
|
||||
<Filter>Logic\Biff_structures</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Format\Logic\Biff_structures\CFFilter.h">
|
||||
<Filter>Logic\Biff_structures</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\ConvertXls2Xlsx.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\external_items.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\mediaitems_utils.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\namespaces.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\oox_content_type.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\oox_package.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\oox_rels.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\progressCallback.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\ShapeType.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xls_writer.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\XlsConverter.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_activeX_context.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_chart_context.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_comments.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_comments_context.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_conversion_context.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_drawing_context.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_drawings.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_external_context.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_hyperlinks.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_output_xml.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_package.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_pivots_context.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_protection.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_sheet_context.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_tablecontext.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_textcontext.h">
|
||||
<Filter>Binary</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user