This commit is contained in:
Elena.Subbotina
2022-11-22 13:25:48 +03:00
parent 37daa3f56a
commit 0f50633f87
50 changed files with 298 additions and 498 deletions

View File

@ -19,6 +19,7 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\HtmlRenderer\src\ASCSVGWriter.cpp" />
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\BaseShape.cpp" />
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PptFormula.cpp" />
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PptShape.cpp" />

View File

@ -132,6 +132,9 @@
<ClCompile Include="..\..\..\PPTXFormat\DrawingConverter\ASCOfficePPTXFileRealization.cpp">
<Filter>Presentation</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\HtmlRenderer\src\ASCSVGWriter.cpp">
<Filter>Common</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\Binary\Document\DocWrapper\ChartWriter.h">