mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
.
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
<ProjectGuid>{C5371405-338F-4B70-83BD-2A5CDF64F383}</ProjectGuid>
|
||||
<RootNamespace>DocFormatLib</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
@ -66,8 +67,8 @@
|
||||
<_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<OutDir>$(Configuration)\DocFormat\</OutDir>
|
||||
<IntDir>$(Configuration)\DocFormat\</IntDir>
|
||||
<IncludePath>..\..\..\..\Common\3dParty\boost\build\win_32\include;$(IncludePath)</IncludePath>
|
||||
<LibraryPath>..\..\..\..\Common\3dParty\boost\build\win_32\lib;$(LibraryPath)</LibraryPath>
|
||||
</PropertyGroup>
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
<ProjectGuid>{7B27E40E-F70A-4A74-A77C-0944D7931D15}</ProjectGuid>
|
||||
<RootNamespace>ASCOfficePPTFile</RootNamespace>
|
||||
<Keyword>AtlProj</Keyword>
|
||||
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
@ -68,8 +69,8 @@
|
||||
<_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<OutDir>$(Configuration)\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<OutDir>$(Configuration)\PPTFormat\</OutDir>
|
||||
<IntDir>$(Configuration)\PPTFormat\</IntDir>
|
||||
<IncludePath>..\..\..\..\Common\3dParty\boost\build\win_32\include;$(IncludePath)</IncludePath>
|
||||
<LibraryPath>..\..\..\..\Common\3dParty\boost\build\win_32\lib;$(LibraryPath)</LibraryPath>
|
||||
</PropertyGroup>
|
||||
|
||||
@ -16,9 +16,6 @@
|
||||
<Filter Include="OOXElements">
|
||||
<UniqueIdentifier>{434c148a-dd1c-4c20-9ec2-462bf41b094b}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="OOXElements\ppt shapes">
|
||||
<UniqueIdentifier>{07ef31dd-8f40-4607-8b27-6104a24bc093}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="OOXWriter">
|
||||
<UniqueIdentifier>{41fc709e-386b-4e1e-80c0-546932a2a480}</UniqueIdentifier>
|
||||
</Filter>
|
||||
@ -28,6 +25,12 @@
|
||||
<Filter Include="Converter">
|
||||
<UniqueIdentifier>{878f1451-aaec-42bc-9b15-a4faba99af16}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="OOXElements\PptShape">
|
||||
<UniqueIdentifier>{bf95ed7e-3227-430e-95ee-f04212b13386}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="OOXElements\PptShape\ppt shapes">
|
||||
<UniqueIdentifier>{07ef31dd-8f40-4607-8b27-6104a24bc093}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\PptFile\Structures\_includer.h">
|
||||
@ -658,7 +661,7 @@
|
||||
<Filter>Records</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\PptFile\Drawing\Shapes\Shape.h">
|
||||
<Filter>OOXElements\ppt shapes</Filter>
|
||||
<Filter>OOXElements\PptShape\ppt shapes</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\PptFile\Drawing\Animations.h">
|
||||
<Filter>OOXElements</Filter>
|
||||
|
||||
@ -1611,6 +1611,7 @@
|
||||
<RootNamespace>XlsFormat</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<ProjectName>XlsFormatLib</ProjectName>
|
||||
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
@ -1655,8 +1656,8 @@
|
||||
<_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<OutDir>$(Configuration)\XlsFormat\</OutDir>
|
||||
<IntDir>$(Configuration)\XlsFormat\</IntDir>
|
||||
<IncludePath>..\..\..\..\Common\3dParty\boost\build\win_32\include;$(IncludePath)</IncludePath>
|
||||
<LibraryPath>..\..\..\..\Common\3dParty\boost\build\win_32\lib;$(LibraryPath)</LibraryPath>
|
||||
</PropertyGroup>
|
||||
|
||||
@ -369,6 +369,7 @@
|
||||
<ProjectGuid>{CBEDD0D1-10A8-45C1-AF81-8492F40964CA}</ProjectGuid>
|
||||
<RootNamespace>XlsXlsxConverter</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
@ -413,8 +414,8 @@
|
||||
<_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<OutDir>$(Configuration)\XlsXlsxConvert\</OutDir>
|
||||
<IntDir>$(Configuration)\XlsXlsxConvert\</IntDir>
|
||||
<IncludePath>..\..\..\..\Common\3dParty\boost\build\win_32\include;$(IncludePath)</IncludePath>
|
||||
<LibraryPath>..\..\..\..\Common\3dParty\boost\build\win_32\lib;$(LibraryPath)</LibraryPath>
|
||||
</PropertyGroup>
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\..\HtmlRenderer\src\ASCSVGWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Base\XmlTools.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\ODraw\BaseShape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\ODraw\CustomGeomShape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\ODraw\CustomShape.cpp" />
|
||||
@ -169,381 +169,6 @@
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\ODraw\oldAutoShapes\WedgeRoundedRectCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\ODraw\PathShape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\ODraw\XmlWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\BaseShape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\ElementSettings.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\accentbordercallout1type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentBorderCallout2Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\accentbordercallout3type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\accentbordercallout90type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout1Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout2Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout3Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout90Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonBack.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonBeginning.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonBlank.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonDocument.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonEnd.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonHelp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonHome.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonInfo.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonMovie.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonNext.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonReturn.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonSound.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\arctype.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BentArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BentConnector.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BentUpArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BevelType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BlockArcType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout1Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout2Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout3Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout90Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BracePairType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BracketPairType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout1Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout2Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout3Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout90Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CanType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ChevronType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CircularArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CloudCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CubeType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedConnector.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedDownArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedLeftArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedRightArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedUpArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DiamondType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DonutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DownArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DownArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\EllipseRibbon2Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\EllipseRibbonType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\EllipseType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartAlternateProcessType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartCollateType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartConnectorType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDecisionType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDelayType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDisplayType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDocumentType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartExtractType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartInputOutputType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartInternalStorageType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMagneticDiskType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMagneticDrumType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMagneticTapeType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartManualInputType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartManualOperationType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMergeType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMultidocumentType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartOffpageConnectorType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartOnlineStorageType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartOrType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPredefinedProcessType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPreparationType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartProcessType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPunchedCardType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPunchedTapeType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartSortType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartSummingJunctionType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartTerminatorType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FoldedCornerType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HeartType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HexagonType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HomePlateType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HorisontalScrollType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\IrregularSealOneType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\IrregularSealTwo.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\IsoscelesTriangleType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftBraceType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftBracketType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftRightArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftRightArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftRightUpArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftUpArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LightningBoltType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LineType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\MoonType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\NoSmokingType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\NotchedRightArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\OctagonType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ParallelogramType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\PentagonType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\PlaqueType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\PlusType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\QuadArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\QuadArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RectangleType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RibbonDownType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RibbonUpType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightBracetype.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightBracketType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightTriangleType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RoundedRectangleType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal16Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal24Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal32Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal4Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal8Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\SmileyFaceType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Startype.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\StraightConnectorType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\StripedRightArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\SunType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\TextboxType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\TrapezoidType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpDownArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpDownArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UturnArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\VerticalScrollType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WaveDoubleType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WaveType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WedgeEllipseCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WedgeRectCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WedgeRoundedRectCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PptFormula.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PptShape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentBorderCallout1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentBorderCallout2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentBorderCallout3.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentCallout1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentCallout2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentCallout3.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonBackPrevious.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonBeginning.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonBlank.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonDocument.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonEnd.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonForwardNext.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonHelp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonHome.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonInformation.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonMovie.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonReturn.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonSound.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CArc.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector3.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector4.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector5.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentUpArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBevel.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBlockArc.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBorderCallout1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBorderCallout2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBorderCallout3.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBracePair.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBracketPair.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCallout1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCallout2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCallout3.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCan.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChartPlus.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChartStar.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChartX.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChevron.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChord.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCircularArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCloud.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCloudCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCorner.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCornerTabs.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCube.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector3.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector4.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector5.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedDownArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedLeftArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedRightArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedUpArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDecagon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDiagStripe.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDiamond.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDodecagon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDonut.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDoubleWave.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDownArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDownArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CEllipse.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CEllipseRibbon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CEllipseRibbon2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartAlternateProcess.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartCollate.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartConnector.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDecision.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDelay.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDisplay.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDocument.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartExtract.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartInputOutput.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartInternalStorage.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMagneticDisk.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMagneticDrum.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMagneticTape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartManualInput.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartManualOperation.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMerge.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMultidocument.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOfflineStorage.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOffpageConnector.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOnlineStorage.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOr.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPredefinedProcess.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPreparation.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartProcess.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPunchedCard.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPunchedTape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartSort.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartSummingJunction.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartTerminator.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFoldedCorner.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFrame.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFunnel.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CGear6.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CGear9.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHalfFrame.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHeart.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHeptagon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHexagon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHomePlate.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHorizontalScroll.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CIrregularSeal1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CIrregularSeal2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftBrace.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftBracket.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftCircularArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightCircularArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightRibbon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightUpArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftUpArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLightningBolt.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLine.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLineInv.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathDivide.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathEqual.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathMinus.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathMultiply.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathNotEqual.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathPlus.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMoon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CNonIsoscelesTrapezoid.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CNoSmoking.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CNotchedRightArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\COctagon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CParallelogram.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPentagon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPie.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPieWedge.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPlaque.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPlaqueTabs.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPlus.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CQuadArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CQuadArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRibbon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRibbon2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightBrace.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightBracket.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRound1Rect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRound2DiagRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRound2SameRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRoundRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRtTriangle.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSmileyFace.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnip1Rect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnip2DiagRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnip2SameRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnipRoundRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSquareTabs.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar10.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar12.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar16.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar24.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar32.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar4.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar5.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar6.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar7.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar8.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStraightConnector1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStripedRightArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSun.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSwooshArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTeardrop.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchDown.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchDownPour.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchUp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchUpPour.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextButton.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextButtonPour.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCanDown.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCanUp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCascadeDown.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCascadeUp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextChevron.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextChevronInverted.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCircle.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCirclePour.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCurveDown.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCurveUp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflate.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateBottom.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateInflate.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateInflateDeflate.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateTop.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDoubleWave1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeDown.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeLeft.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeRight.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeUp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextInflate.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextInflateBottom.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextInflateTop.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextPlain.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextRingInside.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextRingOutside.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextSlantDown.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextSlantUp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextStop.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextTriangle.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextTriangleInverted.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextWave1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextWave2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextWave4.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTrapezoid.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTriangle.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpDownArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpDownArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUturnArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CVerticalScroll.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWave.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWedgeEllipseCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWedgeRectCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWedgeRoundRectCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\PptxFormula.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\PptxShape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\toVmlConvert.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Document\BinReader\ChartWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Document\BinReader\CommentsWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Document\BinReader\CustomXmlWriter.cpp" />
|
||||
@ -567,16 +192,6 @@
|
||||
<ClCompile Include="..\..\..\Binary\Document\DocWrapper\FontProcessor.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Document\DocWrapper\XlsxSerializer.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\MathEquation\MathEquation.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\BinaryFileReaderWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\CalculatorCRC32.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\Converter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\DefaultNotesMaster.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\DefaultNotesTheme.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\FontCutter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\FontPicker.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\imagemanager.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\PPTXWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\XmlWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Sheets\Common\Common.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Sheets\Reader\BinaryWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Sheets\Reader\ChartFromToBinary.cpp" />
|
||||
@ -584,10 +199,9 @@
|
||||
<ClCompile Include="..\..\..\Binary\Sheets\Reader\CSVReader.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Sheets\Writer\BinaryReader.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Sheets\Writer\CSVWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\DrawingConverter\ASCOfficeDrawingConverter.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\DrawingConverter\ASCOfficePPTXFileRealization.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Base\XmlTools.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\ODraw\BaseShape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\ODraw\CustomGeomShape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\ODraw\CustomShape.h" />
|
||||
@ -738,393 +352,6 @@
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\ODraw\PathShape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\ODraw\PresetShapesHeader.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\ODraw\XmlWriter.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\BaseShape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\Common.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\GraphicsPath.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\Path.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\BinaryReader.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\CustomGeomShape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\ElementSettings.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\Enums.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\Ppt2PptxShapeConverter.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\accentbordercallout1type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentBorderCallout2Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\accentbordercallout3type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\accentbordercallout90type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout1Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout2Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout3Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout90Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonBack.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonBeginning.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonBlank.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonDocument.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonEnd.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonHelp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonHome.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonInfo.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonMovie.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonNext.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonReturn.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonSound.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\arctype.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BentArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BentConnector.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BentUpArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BevelType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BlockArcType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout1Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout2Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout3Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout90Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BracePairType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BracketPairType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout1Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout2Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout3Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout90Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CanType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ChevronType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CircularArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CloudCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CubeType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedConnector.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedDownArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedLeftArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedRightArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedUpArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DiamondType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DonutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DownArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DownArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\EllipseRibbon2Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\EllipseRibbonType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\EllipseType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartAlternateProcessType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartCollateType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartConnectorType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDecisionType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDelayType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDisplayType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDocumentType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartExtractType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartInputOutputType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartInternalStorageType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMagneticDiskType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMagneticDrumType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMagneticTapeType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartManualInputType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartManualOperationType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMergeType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMultidocumentType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartOffpageConnectorType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartOnlineStorageType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartOrType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPredefinedProcessType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPreparationType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartProcessType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPunchedCardType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPunchedTapeType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartSortType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartSummingJunctionType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartTerminatorType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FoldedCornerType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HeartType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HexagonType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HomePlateType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HorisontalScrollType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\IrregularSealOneType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\IrregularSealTwo.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\IsoscelesTriangleType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftBraceType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftBracketType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftRightArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftRightArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftRightUpArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftUpArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LightningBoltType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LineType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\MoonType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\NoSmokingType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\NotchedRightArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\OctagonType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ParallelogramType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\PentagonType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\PlaqueType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\PlusType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\QuadArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\QuadArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RectangleType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RibbonDownType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RibbonUpType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightBracetype.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightBracketType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightTriangleType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RoundedRectangleType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal16Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal24Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal32Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal4Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal8Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\SmileyFaceType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Startype.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\StraightConnectorType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\StripedRightArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\SunType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\TextboxType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\TrapezoidType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpDownArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpDownArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UturnArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\VerticalScrollType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WaveDoubleType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WaveType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WedgeEllipseCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WedgeRectCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WedgeRoundedRectCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PptFormula.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PptShape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PptShapeEnum.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PresetShapesHeader.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentBorderCallout1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentBorderCallout2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentBorderCallout3.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentCallout1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentCallout2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentCallout3.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonBackPrevious.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonBeginning.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonBlank.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonDocument.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonEnd.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonForwardNext.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonHelp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonHome.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonInformation.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonMovie.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonReturn.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonSound.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CArc.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector3.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector4.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector5.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentUpArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBevel.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBlockArc.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBorderCallout1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBorderCallout2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBorderCallout3.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBracePair.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBracketPair.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCallout1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCallout2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCallout3.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCan.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChartPlus.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChartStar.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChartX.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChevron.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChord.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCircularArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCloud.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCloudCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCorner.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCornerTabs.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCube.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector3.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector4.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector5.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedDownArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedLeftArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedRightArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedUpArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDecagon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDiagStripe.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDiamond.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDodecagon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDonut.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDoubleWave.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDownArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDownArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CEllipse.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CEllipseRibbon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CEllipseRibbon2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartAlternateProcess.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartCollate.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartConnector.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDecision.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDelay.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDisplay.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDocument.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartExtract.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartInputOutput.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartInternalStorage.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMagneticDisk.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMagneticDrum.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMagneticTape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartManualInput.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartManualOperation.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMerge.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMultidocument.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOfflineStorage.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOffpageConnector.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOnlineStorage.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOr.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPredefinedProcess.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPreparation.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartProcess.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPunchedCard.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPunchedTape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartSort.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartSummingJunction.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartTerminator.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFoldedCorner.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFrame.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFunnel.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CGear6.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CGear9.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHalfFrame.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHeart.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHeptagon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHexagon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHomePlate.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHorizontalScroll.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CIrregularSeal1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CIrregularSeal2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftBrace.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftBracket.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftCircularArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightCircularArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightRibbon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightUpArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftUpArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLightningBolt.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLine.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLineInv.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathDivide.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathEqual.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathMinus.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathMultiply.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathNotEqual.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathPlus.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMoon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CNonIsoscelesTrapezoid.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CNoSmoking.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CNotchedRightArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\COctagon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CParallelogram.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPentagon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPie.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPieWedge.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPlaque.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPlaqueTabs.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPlus.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CQuadArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CQuadArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRibbon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRibbon2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightBrace.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightBracket.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRound1Rect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRound2DiagRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRound2SameRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRoundRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRtTriangle.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSmileyFace.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnip1Rect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnip2DiagRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnip2SameRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnipRoundRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSquareTabs.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar10.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar12.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar16.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar24.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar32.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar4.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar5.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar6.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar7.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar8.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStraightConnector1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStripedRightArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSun.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSwooshArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTeardrop.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchDown.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchDownPour.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchUp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchUpPour.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextButton.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextButtonPour.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCanDown.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCanUp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCascadeDown.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCascadeUp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextChevron.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextChevronInverted.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCircle.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCirclePour.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCurveDown.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCurveUp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflate.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateBottom.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateInflate.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateInflateDeflate.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateTop.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDoubleWave1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeDown.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeLeft.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeRight.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeUp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextInflate.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextInflateBottom.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextInflateTop.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextPlain.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextRingInside.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextRingOutside.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextSlantDown.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextSlantUp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextStop.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextTriangle.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextTriangleInverted.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextWave1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextWave2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextWave4.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTrapezoid.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTriangle.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpDownArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpDownArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUturnArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CVerticalScroll.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWave.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWedgeEllipseCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWedgeRectCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWedgeRoundRectCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\_template.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\Pptx2PptShapeConverter.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\PptxFormula.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\PptxShape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\PresetShapesHeader.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\toVmlConvert.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Document\BinReader\ChartWriter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Document\BinReader\CommentsWriter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Document\BinReader\CustomXmlWriter.h" />
|
||||
@ -1154,19 +381,6 @@
|
||||
<ClInclude Include="..\..\..\Binary\MathEquation\String.h" />
|
||||
<ClInclude Include="..\..\..\Binary\MathEquation\StringOutput.h" />
|
||||
<ClInclude Include="..\..\..\Binary\MathEquation\Types.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\BinaryFileReaderWriter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\BinReaderWriterDefines.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\BinWriters.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\CalculatorCRC32.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\converter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\DefaultNotesMaster.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\DefaultNotesTheme.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\FontCutter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\FontPicker.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\imagemanager.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\pptxwriter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\WMFToImageConverter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\XmlWriter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Sheets\Common\BinReaderWriterDefines.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Sheets\Common\Common.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Sheets\Reader\BinaryWriter.h" />
|
||||
@ -1176,8 +390,6 @@
|
||||
<ClInclude Include="..\..\..\Binary\Sheets\Writer\BinaryCommonReader.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Sheets\Writer\BinaryReader.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Sheets\Writer\CSVWriter.h" />
|
||||
<ClInclude Include="..\..\..\PPTXFormat\DrawingConverter\ASCOfficeDrawingConverter.h" />
|
||||
<ClInclude Include="..\..\..\PPTXFormat\DrawingConverter\ASCOfficePPTXFile.h" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{CD359215-E183-4EA7-B986-42868B10D8B8}</ProjectGuid>
|
||||
@ -1233,7 +445,8 @@
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<IncludePath>..\..\..\..\Common\3dParty\boost\build\win_32\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
|
||||
<LibraryPath>..\..\..\..\Common\3dParty\boost\build\win_32\lib;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86</LibraryPath>
|
||||
<OutDir>$(SolutionDir)$(Configuration)</OutDir>
|
||||
<OutDir>$(Configuration)\BinaryFormat\</OutDir>
|
||||
<IntDir>$(Configuration)\BinaryFormat\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -19,10 +19,423 @@
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Base\Aggregat.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Base\Callback.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Base\FormatUtils.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Base\IOperand.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Base\IVirtualConstructor.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Base\LanguageCodes.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Base\Singleton.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Base\SPRMCodes.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Base\TargetOptions.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Base\TextMark.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Base\utf8.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\BaseShape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\Common.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\GraphicsPath.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\Path.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\BinaryReader.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\CustomGeomShape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\ElementSettings.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\Enums.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\Ppt2PptxShapeConverter.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\accentbordercallout1type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentBorderCallout2Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\accentbordercallout3type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\accentbordercallout90type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout1Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout2Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout3Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout90Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonBack.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonBeginning.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonBlank.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonDocument.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonEnd.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonHelp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonHome.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonInfo.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonMovie.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonNext.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonReturn.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonSound.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\arctype.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BentArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BentConnector.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BentUpArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BevelType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BlockArcType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout1Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout2Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout3Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout90Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BracePairType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BracketPairType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout1Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout2Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout3Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout90Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CanType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ChevronType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CircularArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CloudCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CubeType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedConnector.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedDownArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedLeftArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedRightArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedUpArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DiamondType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DonutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DownArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DownArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\EllipseRibbon2Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\EllipseRibbonType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\EllipseType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartAlternateProcessType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartCollateType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartConnectorType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDecisionType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDelayType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDisplayType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDocumentType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartExtractType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartInputOutputType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartInternalStorageType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMagneticDiskType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMagneticDrumType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMagneticTapeType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartManualInputType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartManualOperationType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMergeType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMultidocumentType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartOffpageConnectorType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartOnlineStorageType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartOrType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPredefinedProcessType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPreparationType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartProcessType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPunchedCardType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPunchedTapeType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartSortType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartSummingJunctionType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartTerminatorType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FoldedCornerType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HeartType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HexagonType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HomePlateType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HorisontalScrollType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\IrregularSealOneType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\IrregularSealTwo.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\IsoscelesTriangleType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftBraceType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftBracketType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftRightArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftRightArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftRightUpArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftUpArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LightningBoltType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LineType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\MoonType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\NoSmokingType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\NotchedRightArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\OctagonType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ParallelogramType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\PentagonType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\PlaqueType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\PlusType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\QuadArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\QuadArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RectangleType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RibbonDownType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RibbonUpType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightBracetype.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightBracketType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightTriangleType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RoundedRectangleType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal16Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal24Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal32Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal4Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal8Type.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\SmileyFaceType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Startype.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\StraightConnectorType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\StripedRightArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\SunType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\TextboxType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\TrapezoidType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpDownArrowCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpDownArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UturnArrowType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\VerticalScrollType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WaveDoubleType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WaveType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WedgeEllipseCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WedgeRectCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WedgeRoundedRectCalloutType.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PptFormula.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PptShape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PptShapeEnum.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PresetShapesHeader.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentBorderCallout1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentBorderCallout2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentBorderCallout3.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentCallout1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentCallout2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentCallout3.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonBackPrevious.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonBeginning.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonBlank.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonDocument.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonEnd.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonForwardNext.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonHelp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonHome.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonInformation.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonMovie.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonReturn.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonSound.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CArc.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector3.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector4.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector5.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentUpArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBevel.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBlockArc.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBorderCallout1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBorderCallout2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBorderCallout3.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBracePair.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBracketPair.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCallout1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCallout2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCallout3.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCan.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChartPlus.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChartStar.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChartX.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChevron.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChord.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCircularArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCloud.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCloudCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCorner.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCornerTabs.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCube.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector3.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector4.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector5.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedDownArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedLeftArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedRightArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedUpArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDecagon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDiagStripe.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDiamond.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDodecagon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDonut.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDoubleWave.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDownArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDownArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CEllipse.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CEllipseRibbon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CEllipseRibbon2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartAlternateProcess.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartCollate.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartConnector.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDecision.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDelay.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDisplay.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDocument.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartExtract.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartInputOutput.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartInternalStorage.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMagneticDisk.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMagneticDrum.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMagneticTape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartManualInput.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartManualOperation.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMerge.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMultidocument.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOfflineStorage.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOffpageConnector.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOnlineStorage.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOr.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPredefinedProcess.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPreparation.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartProcess.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPunchedCard.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPunchedTape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartSort.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartSummingJunction.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartTerminator.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFoldedCorner.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFrame.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFunnel.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CGear6.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CGear9.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHalfFrame.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHeart.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHeptagon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHexagon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHomePlate.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHorizontalScroll.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CIrregularSeal1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CIrregularSeal2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftBrace.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftBracket.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftCircularArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightCircularArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightRibbon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightUpArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftUpArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLightningBolt.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLine.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLineInv.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathDivide.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathEqual.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathMinus.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathMultiply.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathNotEqual.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathPlus.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMoon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CNonIsoscelesTrapezoid.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CNoSmoking.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CNotchedRightArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\COctagon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CParallelogram.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPentagon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPie.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPieWedge.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPlaque.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPlaqueTabs.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPlus.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CQuadArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CQuadArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRibbon.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRibbon2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightBrace.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightBracket.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRound1Rect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRound2DiagRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRound2SameRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRoundRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRtTriangle.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSmileyFace.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnip1Rect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnip2DiagRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnip2SameRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnipRoundRect.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSquareTabs.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar10.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar12.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar16.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar24.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar32.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar4.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar5.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar6.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar7.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar8.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStraightConnector1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStripedRightArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSun.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSwooshArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTeardrop.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchDown.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchDownPour.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchUp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchUpPour.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextButton.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextButtonPour.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCanDown.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCanUp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCascadeDown.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCascadeUp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextChevron.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextChevronInverted.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCircle.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCirclePour.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCurveDown.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCurveUp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflate.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateBottom.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateInflate.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateInflateDeflate.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateTop.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDoubleWave1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeDown.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeLeft.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeRight.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeUp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextInflate.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextInflateBottom.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextInflateTop.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextPlain.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextRingInside.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextRingOutside.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextSlantDown.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextSlantUp.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextStop.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextTriangle.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextTriangleInverted.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextWave1.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextWave2.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextWave4.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTrapezoid.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTriangle.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpDownArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpDownArrowCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUturnArrow.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CVerticalScroll.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWave.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWedgeEllipseCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWedgeRectCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWedgeRoundRectCallout.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\_template.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\Pptx2PptShapeConverter.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\PptxFormula.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\PptxShape.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\PresetShapesHeader.h" />
|
||||
<ClInclude Include="..\..\..\..\MsBinaryFile\Common\Vml\toVmlConvert.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\BinaryFileReaderWriter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\BinReaderWriterDefines.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\BinWriters.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\CalculatorCRC32.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\converter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\DefaultNotesMaster.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\DefaultNotesTheme.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\FontCutter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\FontPicker.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\imagemanager.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\pptxwriter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\WMFToImageConverter.h" />
|
||||
<ClInclude Include="..\..\..\Binary\Presentation\XmlWriter.h" />
|
||||
<ClInclude Include="..\..\..\PPTXFormat\App.h" />
|
||||
<ClInclude Include="..\..\..\PPTXFormat\CommentAuthors.h" />
|
||||
<ClInclude Include="..\..\..\PPTXFormat\Comments.h" />
|
||||
<ClInclude Include="..\..\..\PPTXFormat\Core.h" />
|
||||
<ClInclude Include="..\..\..\PPTXFormat\DrawingConverter\ASCOfficeDrawingConverter.h" />
|
||||
<ClInclude Include="..\..\..\PPTXFormat\DrawingConverter\ASCOfficePPTXFile.h" />
|
||||
<ClInclude Include="..\..\..\PPTXFormat\FileContainer.h" />
|
||||
<ClInclude Include="..\..\..\PPTXFormat\FileFactory.h" />
|
||||
<ClInclude Include="..\..\..\PPTXFormat\FileMap.h" />
|
||||
@ -399,10 +812,401 @@
|
||||
<ClInclude Include="..\..\..\PPTXFormat\WritingVector.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\..\HtmlRenderer\src\ASCSVGWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\BaseShape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\BinaryReader.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\CustomGeomShape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\ElementSettings.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\Ppt2PptxShapeConverter.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\accentbordercallout1type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentBorderCallout2Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\accentbordercallout3type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\accentbordercallout90type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout1Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout2Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout3Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\AccentCallout90Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonBack.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonBeginning.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonBlank.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonDocument.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonEnd.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonHelp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonHome.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonInfo.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonMovie.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonNext.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonReturn.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ActionButtonSound.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\arctype.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BentArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BentConnector.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BentUpArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BevelType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BlockArcType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout1Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout2Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout3Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BorderCallout90Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BracePairType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\BracketPairType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout1Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout2Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout3Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Callout90Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CanType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ChevronType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CircularArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CloudCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CubeType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedConnector.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedDownArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedLeftArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedRightArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\CurvedUpArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DiamondType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DonutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DownArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\DownArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\EllipseRibbon2Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\EllipseRibbonType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\EllipseType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartAlternateProcessType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartCollateType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartConnectorType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDecisionType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDelayType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDisplayType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartDocumentType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartExtractType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartInputOutputType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartInternalStorageType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMagneticDiskType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMagneticDrumType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMagneticTapeType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartManualInputType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartManualOperationType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMergeType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartMultidocumentType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartOffpageConnectorType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartOnlineStorageType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartOrType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPredefinedProcessType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPreparationType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartProcessType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPunchedCardType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartPunchedTapeType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartSortType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartSummingJunctionType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FlowChartTerminatorType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\FoldedCornerType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HeartType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HexagonType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HomePlateType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\HorisontalScrollType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\IrregularSealOneType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\IrregularSealTwo.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\IsoscelesTriangleType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftBraceType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftBracketType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftRightArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftRightArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftRightUpArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LeftUpArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LightningBoltType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\LineType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\MoonType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\NoSmokingType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\NotchedRightArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\OctagonType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\ParallelogramType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\PentagonType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\PlaqueType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\PlusType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\QuadArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\QuadArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RectangleType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RibbonDownType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RibbonUpType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightBracetype.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightBracketType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RightTriangleType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\RoundedRectangleType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal16Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal24Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal32Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal4Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Seal8Type.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\SmileyFaceType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\Startype.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\StraightConnectorType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\StripedRightArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\SunType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\TextboxType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\TrapezoidType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpDownArrowCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UpDownArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\UturnArrowType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\VerticalScrollType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WaveDoubleType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WaveType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WedgeEllipseCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WedgeRectCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PPTAutoShapes\WedgeRoundedRectCalloutType.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PptFormula.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTShape\PptShape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentBorderCallout1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentBorderCallout2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentBorderCallout3.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentCallout1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentCallout2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CAccentCallout3.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonBackPrevious.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonBeginning.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonBlank.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonDocument.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonEnd.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonForwardNext.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonHelp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonHome.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonInformation.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonMovie.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonReturn.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CActionButtonSound.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CArc.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector3.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector4.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentConnector5.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBentUpArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBevel.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBlockArc.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBorderCallout1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBorderCallout2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBorderCallout3.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBracePair.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CBracketPair.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCallout1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCallout2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCallout3.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCan.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChartPlus.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChartStar.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChartX.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChevron.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CChord.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCircularArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCloud.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCloudCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCorner.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCornerTabs.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCube.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector3.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector4.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedConnector5.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedDownArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedLeftArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedRightArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CCurvedUpArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDecagon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDiagStripe.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDiamond.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDodecagon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDonut.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDoubleWave.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDownArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CDownArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CEllipse.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CEllipseRibbon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CEllipseRibbon2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartAlternateProcess.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartCollate.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartConnector.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDecision.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDelay.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDisplay.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartDocument.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartExtract.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartInputOutput.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartInternalStorage.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMagneticDisk.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMagneticDrum.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMagneticTape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartManualInput.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartManualOperation.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMerge.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartMultidocument.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOfflineStorage.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOffpageConnector.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOnlineStorage.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartOr.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPredefinedProcess.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPreparation.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartProcess.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPunchedCard.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartPunchedTape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartSort.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartSummingJunction.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFlowChartTerminator.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFoldedCorner.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFrame.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CFunnel.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CGear6.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CGear9.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHalfFrame.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHeart.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHeptagon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHexagon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHomePlate.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CHorizontalScroll.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CIrregularSeal1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CIrregularSeal2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftBrace.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftBracket.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftCircularArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightCircularArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightRibbon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftRightUpArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLeftUpArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLightningBolt.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLine.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CLineInv.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathDivide.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathEqual.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathMinus.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathMultiply.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathNotEqual.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMathPlus.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CMoon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CNonIsoscelesTrapezoid.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CNoSmoking.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CNotchedRightArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\COctagon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CParallelogram.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPentagon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPie.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPieWedge.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPlaque.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPlaqueTabs.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CPlus.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CQuadArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CQuadArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRibbon.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRibbon2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightBrace.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRightBracket.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRound1Rect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRound2DiagRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRound2SameRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRoundRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CRtTriangle.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSmileyFace.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnip1Rect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnip2DiagRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnip2SameRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSnipRoundRect.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSquareTabs.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar10.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar12.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar16.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar24.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar32.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar4.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar5.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar6.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar7.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStar8.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStraightConnector1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CStripedRightArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSun.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CSwooshArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTeardrop.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchDown.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchDownPour.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchUp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextArchUpPour.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextButton.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextButtonPour.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCanDown.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCanUp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCascadeDown.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCascadeUp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextChevron.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextChevronInverted.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCircle.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCirclePour.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCurveDown.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextCurveUp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflate.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateBottom.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateInflate.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateInflateDeflate.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDeflateTop.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextDoubleWave1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeDown.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeLeft.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeRight.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextFadeUp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextInflate.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextInflateBottom.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextInflateTop.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextPlain.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextRingInside.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextRingOutside.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextSlantDown.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextSlantUp.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextStop.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextTriangle.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextTriangleInverted.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextWave1.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextWave2.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTextWave4.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTrapezoid.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CTriangle.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpDownArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUpDownArrowCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CUturnArrow.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CVerticalScroll.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWave.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWedgeEllipseCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWedgeRectCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\OOXMLShapes\CWedgeRoundRectCallout.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\PptxFormula.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\PPTXShape\PptxShape.cpp" />
|
||||
<ClCompile Include="..\..\..\..\MsBinaryFile\Common\Vml\toVmlConvert.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\BinaryFileReaderWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\CalculatorCRC32.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\Converter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\DefaultNotesMaster.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\DefaultNotesTheme.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\FontCutter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\FontPicker.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\imagemanager.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\PPTXWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\Binary\Presentation\XmlWriter.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\App.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\CommentAuthors.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\Comments.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\Core.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\DrawingConverter\ASCOfficeDrawingConverter.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\DrawingConverter\ASCOfficePPTXFileRealization.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\FileContainer.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\FileFactory.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\FileMap.cpp" />
|
||||
@ -773,12 +1577,14 @@
|
||||
<ClCompile Include="..\..\..\PPTXFormat\ViewProps\SlideViewPr.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\ViewProps\SorterViewPr.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\WrapperFile.cpp" />
|
||||
<ClCompile Include="..\..\..\PPTXFormat\WrapperWritingElement.cpp" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{36636678-AE25-4BE6-9A34-2561D1BCF302}</ProjectGuid>
|
||||
<RootNamespace>PPTXFormat</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<ProjectName>PPTXFormatLib</ProjectName>
|
||||
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
@ -826,8 +1632,8 @@
|
||||
<_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<OutDir>$(Configuration)\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<OutDir>$(Configuration)\PPTXFormat\</OutDir>
|
||||
<IntDir>$(Configuration)\PPTXFormat\</IntDir>
|
||||
<IncludePath>..\..\..\..\Common\3dParty\boost\build\win_32\include;$(IncludePath)</IncludePath>
|
||||
<LibraryPath>..\..\..\..\Common\3dParty\boost\build\win_32\lib;$(LibraryPath)</LibraryPath>
|
||||
</PropertyGroup>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -22,6 +22,7 @@
|
||||
<ProjectGuid>{AF2D00A7-A351-4700-AE88-C1D9ADE29345}</ProjectGuid>
|
||||
<RootNamespace>RtfFormatLib</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
@ -66,8 +67,8 @@
|
||||
<_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<OutDir>$(Configuration)\RTFFormat\</OutDir>
|
||||
<IntDir>$(Configuration)\RTFFormat\</IntDir>
|
||||
<IncludePath>..\..\..\..\Common\3dParty\boost\build\win_32\include;$(IncludePath)</IncludePath>
|
||||
<LibraryPath>..\..\..\..\Common\3dParty\boost\build\win_32\lib;$(LibraryPath)</LibraryPath>
|
||||
</PropertyGroup>
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
<ProjectGuid>{DACBE6CA-E089-47D1-8CE7-C7DB59C15417}</ProjectGuid>
|
||||
<RootNamespace>TxtXmlFileFormatLib</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
@ -67,8 +68,8 @@
|
||||
<_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
||||
<IntDir>$(Configuration)\</IntDir>
|
||||
<OutDir>$(Configuration)\TXTFormat\</OutDir>
|
||||
<IntDir>$(Configuration)\TXTFormat\</IntDir>
|
||||
<IncludePath>..\..\..\..\Common\3dParty\boost\build\win_32\include;$(IncludePath)</IncludePath>
|
||||
<LibraryPath>..\..\..\..\Common\3dParty\boost\build\win_32\ib;$(LibraryPath)</LibraryPath>
|
||||
</PropertyGroup>
|
||||
|
||||
@ -30,6 +30,10 @@ EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PPTXFormatLib", "..\..\..\OOXML\Projects\Windows\PPTXFormatLib\PPTXFormat.vcxproj", "{36636678-AE25-4BE6-9A34-2561D1BCF302}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BinaryFormatLib", "..\..\..\OOXML\Projects\Windows\BinaryFormatLib\BinaryFormatLib.vcxproj", "{CD359215-E183-4EA7-B986-42868B10D8B8}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{A100103A-353E-45E8-A9B8-90B87CC5C0B0} = {A100103A-353E-45E8-A9B8-90B87CC5C0B0}
|
||||
{36636678-AE25-4BE6-9A34-2561D1BCF302} = {36636678-AE25-4BE6-9A34-2561D1BCF302}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XlsXlsxConverter", "..\..\..\MsBinaryFile\Projects\XlsFormatLib\Windows\XlsXlsxConverter.vcxproj", "{CBEDD0D1-10A8-45C1-AF81-8492F40964CA}"
|
||||
EndProject
|
||||
|
||||
Reference in New Issue
Block a user