mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
1732 lines
123 KiB
XML
1732 lines
123 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{77DDC8D7-5B12-4FF2-9629-26AEBCA8436D}</ProjectGuid>
|
|
<RootNamespace>XlsFormat</RootNamespace>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectName>XlsFormatLib</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>14.0.23107.0</_ProjectFileVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
<IncludePath>D:\_Work\core\Common\3dParty\boost\build\win_32\include;$(IncludePath)</IncludePath>
|
|
<LibraryPath>D:\_Work\core\Common\3dParty\boost\build\win_32\lib;$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>..\XlsFormat;..\Common;..\..\..\DesktopEditor\freetype-2.5.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<DisableSpecificWarnings>4005;4311;4312;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Midl>
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>..\XlsFormat; ..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<PrecompiledHeader />
|
|
<ProgramDataBaseFileName>$(IntDir)XlsFormat.pdb</ProgramDataBaseFileName>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>..\XlsFormat; ..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Midl>
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
</Midl>
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>..\XlsFormat; ..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<PrecompiledHeader />
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\..\Common\3dParty\pole\pole.h" />
|
|
<ClInclude Include="..\XlsFormat\Auxiliary\HelpFunc.h" />
|
|
<ClInclude Include="..\XlsFormat\Auxiliary\nullable\nullable.h" />
|
|
<ClInclude Include="..\XlsFormat\Binary\BinSmartPointers.h" />
|
|
<ClInclude Include="..\XlsFormat\Binary\CFRecord.h" />
|
|
<ClInclude Include="..\XlsFormat\Binary\CFRecordType.h" />
|
|
<ClInclude Include="..\XlsFormat\Binary\CFStream.h" />
|
|
<ClInclude Include="..\XlsFormat\Binary\CFStreamCacheReader.h" />
|
|
<ClInclude Include="..\XlsFormat\Binary\CompoundFile.h" />
|
|
<ClInclude Include="..\XlsFormat\Crypt\BiffDecoder_RCF.h" />
|
|
<ClInclude Include="..\XlsFormat\Crypt\BinaryCodec_RCF.h" />
|
|
<ClInclude Include="..\XlsFormat\Crypt\Decryptor.h" />
|
|
<ClInclude Include="..\XlsFormat\Crypt\RC4Crypt.h" />
|
|
<ClInclude Include="..\XlsFormat\Crypt\rtl\cipher.h" />
|
|
<ClInclude Include="..\XlsFormat\Crypt\rtl\digest.h" />
|
|
<ClInclude Include="..\XlsFormat\Crypt\XORCrypt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logging\Log.h" />
|
|
<ClInclude Include="..\XlsFormat\Logging\Logger.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\AnyObject.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\AnySubstream.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\BaseObject.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\BaseObjectDocument.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\AlRuns.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Area.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\AreaFormat.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Array.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\AttachedLabel.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\AutoFilter.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\AutoFilter12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\AutoFilterInfo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\AxcExt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\AxesUsed.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Axis.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\AxisLine.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\AxisParent.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Backup.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Bar.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Begin.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BiffRecord.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BiffRecordContinued.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BiffRecordSplit.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BigName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BkHim.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Blank.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BOF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BookBool.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BookExt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BoolErr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BopPop.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BopPopCustom.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BottomMargin.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BoundSheet8.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BRAI.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\BuiltInFnGroupCount.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CalcCount.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CalcDelta.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CalcIter.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CalcMode.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CalcPrecision.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CalcRefMode.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CalcSaveRecalc.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CatLab.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CatSerRange.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CellWatch.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CF12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CFEx.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Chart.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Chart3d.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Chart3DBarShape.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ChartFormat.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ChartFrtInfo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ClrtClient.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CodeName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CodePage.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ColInfo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Compat12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CompressPictures.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CondFmt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CondFmt12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Continue.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ContinueBigName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ContinueFrt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ContinueFrt11.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ContinueFrt12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Country.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CrErr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CRN.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CrtLayout12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CrtLayout12A.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CrtLine.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CrtLink.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CrtMlFrt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\CrtMlFrtContinue.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Dat.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DataFormat.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DataLabExt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DataLabExtContents.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Date1904.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DBCell.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DbOrParamQry.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DBQueryExt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DCon.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DConBin.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DConn.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DConName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DConRef.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DefaultRowHeight.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DefaultText.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DefColWidth.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Dimensions.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DocRoute.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DropBar.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DropDownObjIds.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DSF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Dv.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DVal.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DXF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\DxGCol.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\End.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\EndObject.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\EntExU2.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\EOF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Excel9File.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ExternName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ExternSheet.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ExtSST.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ExtString.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Fbi.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Fbi2.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Feat.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\FeatHdr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\FeatHdr11.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Feature11.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Feature12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\FilePass.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\FileSharing.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\FilterMode.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\FnGroupName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\FnGrp12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Font.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\FontX.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Footer.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ForceFullCalculation.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Format.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Formula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Frame.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\FrtFontList.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\FrtWrapper.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\GelFrame.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\GridSet.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\GUIDTypeLib.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Guts.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\HCenter.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Header.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\HeaderFooter.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\HFPicture.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\HideObj.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\HLink.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\HLinkTooltip.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\HorizontalPageBreaks.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\IFmtRecord.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\IMDATA.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Index.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\InterfaceEnd.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\InterfaceHdr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Intl.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Label.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\LabelSst.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Lbl.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\LeftMargin.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Legend.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\LegendException.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Lel.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Line.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\LineFormat.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\List12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\LPr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\LRng.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MarkerFormat.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MDB.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MDTInfo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MDXKPI.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MDXProp.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MDXSet.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MDXStr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MDXTuple.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MergeCells.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Mms.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MsoDrawing.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MsoDrawingGroup.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MsoDrawingSelection.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MTRSettings.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MulBlank.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\MulRk.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\NameCmt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\NameFnGrp12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\NamePublish.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Note.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Number.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Obj.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ObjectLink.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ObjProtect.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ObNoMacros.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ObProj.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\OleDbConn.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\OleObjectSize.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Palette.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Pane.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Password.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\PhoneticInfo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\PicF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Pie.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\PieFormat.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\PivotChartBits.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\PlotArea.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\PlotGrowth.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Pls.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\PLV.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Pos.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\PrintGrid.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\PrintRowCol.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\PrintSize.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Prot4Rev.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Prot4RevPass.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Protect.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Qsi.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Qsif.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Qsir.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\QsiSXTag.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Radar.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\RadarArea.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\RealTimeData.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\RecalcId.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\RecipName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\RefreshAll.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\RichTextStream.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\RightMargin.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\RK.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Row.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\RRSort.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\RRTabId.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SBaseRef.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Scatter.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SCENARIO.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ScenarioProtect.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ScenMan.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Scl.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Selection.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SerAuxErrBar.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SerAuxTrend.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SerFmt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Series.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SeriesList.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SeriesText.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SerParent.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SerToCrt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Setup.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ShapePropsStream.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SheetExt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ShrFmla.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ShtProps.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SIIndex.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Sort.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SortData.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SST.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\StartObject.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\String.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Style.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\StyleExt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SupBook.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Surf.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXAddl.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxBool.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXDB.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXDBB.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXDBEx.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXDI.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXDtr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxDXF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxErr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXEx.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXFDB.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXFDBType.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxFilt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxFmla.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxFormat.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXInt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxIsxoper.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxItm.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxIvd.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXLI.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxNil.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXNum.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXPair.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXPI.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXPIEx.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXRng.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxRule.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxSelect.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXStreamID.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXString.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXTbl.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxTbpg.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXTBRGIITM.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXTH.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Sxvd.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXVDEx.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXVDTEx.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXVI.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SxView.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXViewEx.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXViewEx9.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXViewLink.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\SXVS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Sync.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Table.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\TableStyle.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\TableStyleElement.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\TableStyles.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Template.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Text.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\TextPropsStream.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Theme.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Tick.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\TopMargin.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\TxO.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\TxtQry.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Uncalced.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Units.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\UserBView.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\UserSViewBegin.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\UserSViewEnd.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\UsesELFs.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\ValueRange.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\VCenter.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\VerticalPageBreaks.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\WebPub.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Window1.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\Window2.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\WinProtect.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\WOpt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\WriteAccess.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\WriteProtect.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\WsBool.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\XCT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\XF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\XFCRC.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\XFExt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_records\YMult.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\AddinUdf.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\AF12CellIcon.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\AF12Criteria.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\AFDOper.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\AFDOperBoolErr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\AFDOperRk.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\AFDOperStr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\AFDOperXNum.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\AntiMoniker.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ArrayParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Bes.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\BiffAttribute.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\BiffString.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\BiffStructure.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\BitMarkedStructs.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\BookExt_Conditional11.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\BookExt_Conditional12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Boolean.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\BorderFillInfo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\BuiltInStyle.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CachedDiskHeader.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Cell.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CellOffsetResender.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CellParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CellRangeRef.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CellRef.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CellXF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Cetab.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CFColor.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CFDatabar.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CFExNonCF12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CFExTemplateParams.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CFGradient.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CFMStateItem.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CFMultistate.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CFParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CFParsedFormulaNoCCE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CFVO.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CFVOParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ChartNumNillable.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ChartParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CompositeMoniker.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\CondFmtStructure.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ConnGrbitDbtAdo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ConnGrbitDbtOledb.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ConnGrbitDbtWeb.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ControlInfo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DConnConnectionOleDb.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DConnConnectionWeb.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DConnId.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DConnParamBindingValType.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DConnParameter.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DConnStringSequence.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DropDownObjId.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DVParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DXFALC.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DXFBdr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DXFFntD.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DXFId.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DXFN.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DXFN12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DXFN12List.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DXFNum.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DXFNumUsr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DXFPat.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\DXFProt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\EncryptionHeader.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\EncryptionHeaderFlags.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\EncryptionVerifier.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\EnhancedProtection.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ExternDdeLinkNoOper.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ExternDocName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ExternOleDdeLink.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ExtNameParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ExtProp.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ExtPtgArea3D.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ExtPtgAreaErr3D.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ExtPtgErr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ExtPtgRef3D.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ExtPtgRefErr3D.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ExtRst.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FactoidData.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FactoidType.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Feat11FdaAutoFilter.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Feat11FieldDataItem.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Feat11Fmla.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Feat11WSSListInfo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Feat11XMap.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FeatFormulaErr2.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FeatProtection.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FeatSmartTag.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FileMoniker.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FileOffset.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FilePointer.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FixedPoint.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FontIndex.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FontInfo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FormatRun.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FormulaValue.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FrtHeader.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FrtHeaderOld.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FrtRefHeader.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FrtRefHeaderNoGrbit.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FrtRefHeaderU.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Ftab_Cetab.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FtCblsData.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FtCf.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FtCmo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FtEdoData.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FtGboData.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FtLbsData.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FtMacro.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FtNts.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FtPictFmla.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FtPioGrbit.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FtRboData.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FtSbs.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\FullColorExt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\GradStop.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\HiddenMemberSet.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\HideObjEnum.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\HorzBrk.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\HyperlinkMoniker.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\HyperlinkObject.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ISSTInf.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ItemMoniker.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\LbsDropData.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\List12BlockLevel.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\List12DisplayName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\List12TableStyleClientInfo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ListParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\LongRGB.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\MDir.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\MDXStrIndex.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\MOper.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\NameParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\NoteRR.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\NoteSh.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ObjectParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ObjFmla.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ObjLinkFmla.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\IMsoArray.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\MSOCR.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\MSOSHADECOLOR.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\MSO_enums.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtBlip.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtBStoreContainer.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtBStoreContainerFileBlock.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtClientAnchorChart.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtClientAnchorHF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtClientAnchorSheet.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtColorMRUContainer.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtCOLORREF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtContainer.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtDgContainer.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFDG.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFDGGBlock.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFOPT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFOPTE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFRIT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFRITContainer.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFSP.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFSPGR.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtIDCL.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtMetafileHeader.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtRecord.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtRecordHeader.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtRGFOPTE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtSplitMenuColorContainer.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtTertiaryFOPT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ODRAW\SimpleOfficeArtContainers.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\OperandPtg.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\OperatorPtgs.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PaneType.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\ParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PBT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PhRuns.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Phs.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PictFmlaEmbedInfo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PictFmlaKey.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PivotParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PropertyBag.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PropertyBagStore.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Ptg.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgArea.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgArea3d.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgAreaErr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgAreaErr3d.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgAreaN.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgArray.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgAttrBaxcel.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgAttrChoose.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgAttrGoto.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgAttrIf.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgAttrSemi.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgAttrSpace.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgAttrSpaceSemi.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgAttrSum.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgBool.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgElfCol.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgElfColS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgElfColSV.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgElfColV.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgElfLel.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgElfRadical.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgElfRadicalLel.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgElfRadicalS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgElfRw.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgElfRwV.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgErr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgExp.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgExtraArray.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgExtraElf.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgExtraMem.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgFactory.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgFunc.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgFuncVar.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgInt.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgMemArea.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgMemAreaN.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgMemErr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgMemFunc.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgMemNoMem.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgMemNoMemN.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgMissArg.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgNameX.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgNum.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgParam.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgParen.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgRef.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgRef3d.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgRefErr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgRefErr3d.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgRefN.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgStr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgSxName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\PtgTbl.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\RC4CryptoAPIEncryptionHeader.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\RC4EncryptionHeader.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\RevExtern.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\RevItab.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\RevLblName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\RevName.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\RevNamePly.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\RevNameTabid.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\RgbExtra.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Rgce.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\RkRec.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\RPHSSub.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\RRD.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Run.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SDContainer.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SecurityDescriptor.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SerAr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SerBool.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SerErr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SerNil.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SerNum.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SerStr.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SharedParsedFormula.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SharedProperty.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SheetExtOptional.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SheetId.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SortCond12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SqRef.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SqRefU.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\StringPtgParser.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Stxp.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\StyleXF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SxAxis.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SXVIFlags.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\SyntaxPtg.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\TableFeatureType.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\TxOLastRun.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\TxORuns.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\TxtWf.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\URICreateFlags.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\URLMoniker.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\VertBrk.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\XFExtGradient.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\XFExtNoFRT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\XFProp.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\XFPropBorder.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\XFPropColor.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\XFPropGradient.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\XFPropGradientStop.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\XFProps.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\XLUnicodeRichExtendedString.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\Xnum.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\XORObfuscation.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_structures\XTI.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\AI.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\ATTACHEDLABEL.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\AUTOFILTER.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\AXES.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\AXISPARENT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\AXM.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\AXS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\BACKGROUND.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\BIGNAME.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\BUNDLESHEET.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\CELL.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\CELLTABLE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\CHART.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\CHARTFOMATS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\COLUMNS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\CONDFMT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\CONDFMT12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\CONDFMTS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\CRT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\CRTMLFRT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\CUSTOMVIEW.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\DAT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\DBB.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\DBQUERY.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\DBQUERYEXT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\DCON.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\DFTTEXT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\DOCROUTE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\DREF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\DROPBAR.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\DVAL.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\DVAXIS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\FDB.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\FEAT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\FEAT11.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\FNGROUPS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\FONTLIST.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\FORMATTING.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\FORMULA.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\FRAME.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\GELFRAME.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\GLOBALS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\HLINK.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\IMDATAOBJECT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\INTERFACE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\IVAXIS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\LBL.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\LD.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\MACROSORTANDFILTER.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\MDBLOCK.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\MDTINFO.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\MDXSTR.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\MDXTUPLESET.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\METADATA.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\MSODRAWINGGROUP.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\OBJ.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\OBJECTS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PAGESETUP.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PHONETICINFO.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PICF.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTADDL.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTCACHE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTCACHEDEFINITION.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTCORE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTEX.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTFORMAT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTFRT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTFRT9.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTIVD.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTLI.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTPI.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTRULE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTSELECT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTTH.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTVD.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTVDTEX.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTVIEW.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PIVOTVIEWEX.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PRFILTER.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PROTECTION.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\PROTECTION_COMMON.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\QSIR.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\QUERYTABLE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\RECORD12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\RTD.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SCENARIOS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SERIESAXIS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SERIESDATA.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SERIESFORMAT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SHAPEPROPS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SHAREDSTRINGS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SHFMLA_SET.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SORT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SORTANDFILTER.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SORTDATA12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\STYLES.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SUB.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SUPBOOK.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLAUTOSORT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLCACHE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLCACHE12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLCACHEFIELD.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLCACHEITEM.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLCALCMEMBER.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLCONDFMT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLCONDFMTS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLDBQUERY.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLFIELD.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLFIELD12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLGROUP.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLGRPLEVEL.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLHIERARCHY.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLQSI.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXDH.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXFILT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXFILTER12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXFILTERS12.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXMG.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXMGS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXRULE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXFMLA_bu.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXFORMULA_bu.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXOPER.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXRANGE.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXSRC.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\SXTBL.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\TABLESTYLES.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\TEXTOBJECT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\TEXTPROPS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\THEME.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\UNKNOWNFRT.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\WINDOW.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\Biff_unions\XFS.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\BinProcessor.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\ChartSheetSubstream.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\CommonSubstream.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\CompositeObject.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\GlobalsSubstream.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\GlobalWorkbookInfo.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\MacroSheetSubstream.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\SummaryInformationStream\Structures\CodePageOle.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\SummaryInformationStream\Structures\Property.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\SummaryInformationStream\Structures\PropertyFactory.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\SummaryInformationStream\Structures\PropertySet.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\SummaryInformationStream\Structures\PropertySetStream.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\SummaryInformationStream\SummaryInformation.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\WorkbookStreamObject.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\WorksheetSubstream.h" />
|
|
<ClInclude Include="..\XlsFormat\Logic\XlsElementsType.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\..\Common\3dParty\pole\pole.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Auxiliary\HelpFunc.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Binary\CFRecord.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Binary\CFRecordType.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Binary\CFStream.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Binary\CFStreamCacheReader.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Binary\CompoundFile.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Crypt\BiffDecoder_RCF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Crypt\BinaryCodec_RCF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Crypt\Decryptor.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Crypt\RC4Crypt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Crypt\rtl\cipher.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Crypt\rtl\digest.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Crypt\XORCrypt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logging\Log.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logging\Logger.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\AnyObject.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\AnySubstream.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\AlRuns.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Area.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\AreaFormat.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Array.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\AttachedLabel.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\AutoFilter.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\AutoFilter12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\AutoFilterInfo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\AxcExt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\AxesUsed.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Axis.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\AxisLine.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\AxisParent.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Backup.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Bar.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Begin.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BiffRecord.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BiffRecordContinued.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BiffRecordSplit.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BigName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BkHim.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Blank.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BOF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BookBool.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BookExt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BoolErr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BopPop.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BopPopCustom.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BottomMargin.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BoundSheet8.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BRAI.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\BuiltInFnGroupCount.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CalcCount.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CalcDelta.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CalcIter.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CalcMode.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CalcPrecision.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CalcRefMode.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CalcSaveRecalc.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CatLab.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CatSerRange.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CellWatch.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CF12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CFEx.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Chart.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Chart3d.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Chart3DBarShape.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ChartFormat.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ChartFrtInfo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CodeName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CodePage.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ColInfo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Compat12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CompressPictures.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CondFmt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CondFmt12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Continue.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ContinueBigName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ContinueFrt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ContinueFrt11.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ContinueFrt12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Country.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CrErr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CRN.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CrtLayout12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CrtLayout12A.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CrtLine.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CrtLink.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CrtMlFrt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\CrtMlFrtContinue.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Dat.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DataFormat.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DataLabExt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DataLabExtContents.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Date1904.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DBCell.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DbOrParamQry.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DBQueryExt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DCon.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DConBin.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DConn.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DConName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DConRef.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DefaultRowHeight.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DefaultText.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DefColWidth.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Dimensions.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DocRoute.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DropBar.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DropDownObjIds.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DSF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Dv.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DVal.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DXF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\DxGCol.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\End.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\EndObject.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\EntExU2.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\EOF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Excel9File.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ExternName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ExternSheet.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ExtSST.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ExtString.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Fbi.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Fbi2.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Feat.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\FeatHdr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\FeatHdr11.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Feature11.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Feature12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\FilePass.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\FileSharing.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\FilterMode.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\FnGroupName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\FnGrp12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Font.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\FontX.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Footer.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ForceFullCalculation.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Format.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Formula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Frame.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\FrtFontList.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\FrtWrapper.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\GelFrame.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\GridSet.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\GUIDTypeLib.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Guts.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\HCenter.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Header.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\HeaderFooter.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\HFPicture.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\HideObj.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\HLink.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\HLinkTooltip.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\HorizontalPageBreaks.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\IFmtRecord.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\IMDATA.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Index.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\InterfaceEnd.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\InterfaceHdr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Intl.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Label.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\LabelSst.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Lbl.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\LeftMargin.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Legend.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\LegendException.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Lel.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Line.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\LineFormat.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\List12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\LPr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\LRng.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MarkerFormat.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MDB.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MDTInfo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MDXKPI.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MDXProp.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MDXSet.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MDXStr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MDXTuple.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MergeCells.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Mms.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MsoDrawing.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MsoDrawingGroup.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MsoDrawingSelection.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MTRSettings.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MulBlank.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\MulRk.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\NameCmt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\NameFnGrp12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\NamePublish.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Note.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Number.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Obj.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ObjectLink.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ObjProtect.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ObNoMacros.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ObProj.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\OleDbConn.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\OleObjectSize.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Palette.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Pane.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Password.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\PhoneticInfo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\PicF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Pie.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\PieFormat.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\PivotChartBits.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\PlotArea.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\PlotGrowth.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Pls.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\PLV.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Pos.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\PrintGrid.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\PrintRowCol.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\PrintSize.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Prot4Rev.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Prot4RevPass.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Protect.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Qsi.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Qsif.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Qsir.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\QsiSXTag.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Radar.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\RadarArea.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\RealTimeData.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\RecalcId.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\RecipName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\RefreshAll.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\RichTextStream.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\RightMargin.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\RK.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Row.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\RRSort.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\RRTabId.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SBaseRef.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Scatter.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SCENARIO.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ScenarioProtect.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ScenMan.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Scl.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Selection.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SerAuxErrBar.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SerAuxTrend.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SerFmt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Series.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SeriesList.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SeriesText.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SerParent.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SerToCrt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Setup.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ShapePropsStream.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SheetExt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ShrFmla.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ShtProps.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SIIndex.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Sort.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SortData.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SST.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\StartObject.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\String.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Style.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\StyleExt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SupBook.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Surf.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXAddl.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxBool.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXDB.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXDBB.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXDBEx.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXDI.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXDtr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxDXF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxErr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXEx.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXFDB.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXFDBType.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxFilt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxFmla.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxFormat.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXFormula.cpp">
|
|
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
|
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
|
|
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
|
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
|
|
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
|
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
|
|
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
|
|
<XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
|
|
</ClCompile>
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXInt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxIsxoper.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxItm.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxIvd.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXLI.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxNil.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXNum.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXPair.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXPI.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXPIEx.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXRng.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxRule.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxSelect.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXStreamID.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXString.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXTbl.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxTbpg.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXTBRGIITM.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXTH.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Sxvd.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXVDEx.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXVDTEx.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXVI.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SxView.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXViewEx.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXViewEx9.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXViewLink.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\SXVS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Sync.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Table.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\TableStyle.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\TableStyleElement.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\TableStyles.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Template.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Text.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\TextPropsStream.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Theme.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Tick.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\TopMargin.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\TxO.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\TxtQry.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Uncalced.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Units.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\UserBView.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\UserSViewBegin.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\UserSViewEnd.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\UsesELFs.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\ValueRange.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\VCenter.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\VerticalPageBreaks.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\WebPub.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Window1.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\Window2.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\WinProtect.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\WOpt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\WriteAccess.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\WriteProtect.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\WsBool.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\XCT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\XF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\XFCRC.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\XFExt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_records\YMult.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\AddinUdf.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\AF12CellIcon.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\AF12Criteria.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\AFDOper.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\AFDOperBoolErr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\AFDOperRk.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\AFDOperStr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\AFDOperXNum.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\AntiMoniker.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ArrayParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Bes.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\BiffString.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\BiffStructure.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\BookExt_Conditional11.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\BookExt_Conditional12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\BorderFillInfo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\BuiltInStyle.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CachedDiskHeader.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Cell.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CellOffsetResender.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CellParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CellRangeRef.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CellRef.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CellXF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Cetab.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CFColor.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CFDatabar.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CFExNonCF12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CFExTemplateParams.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CFGradient.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CFMStateItem.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CFMultistate.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CFParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CFParsedFormulaNoCCE.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CFVO.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CFVOParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ChartNumNillable.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ChartParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CompositeMoniker.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\CondFmtStructure.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ConnGrbitDbtAdo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ConnGrbitDbtOledb.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ConnGrbitDbtWeb.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ControlInfo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DConnConnectionOleDb.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DConnConnectionWeb.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DConnId.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DConnParamBindingValType.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DConnParameter.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DConnStringSequence.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DropDownObjId.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DVParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DXFALC.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DXFBdr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DXFFntD.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DXFId.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DXFN.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DXFN12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DXFN12List.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DXFNum.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DXFNumUsr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DXFPat.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\DXFProt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\EncryptionHeader.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\EncryptionHeaderFlags.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\EncryptionVerifier.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\EnhancedProtection.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ExternDdeLinkNoOper.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ExternDocName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ExternOleDdeLink.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ExtNameParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ExtProp.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ExtPtgArea3D.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ExtPtgAreaErr3D.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ExtPtgErr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ExtPtgRef3D.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ExtPtgRefErr3D.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ExtRst.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FactoidData.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FactoidType.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Feat11FdaAutoFilter.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Feat11FieldDataItem.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Feat11Fmla.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Feat11WSSListInfo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Feat11XMap.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FeatFormulaErr2.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FeatProtection.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FeatSmartTag.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FileMoniker.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FileOffset.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FilePointer.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FixedPoint.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FontIndex.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FontInfo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FormatRun.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FormulaValue.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FrtHeader.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FrtHeaderOld.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FrtRefHeader.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FrtRefHeaderNoGrbit.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FrtRefHeaderU.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Ftab_Cetab.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FtCblsData.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FtCf.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FtCmo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FtEdoData.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FtGboData.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FtLbsData.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FtMacro.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FtNts.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FtPictFmla.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FtPioGrbit.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FtRboData.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FtSbs.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\FullColorExt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\GradStop.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\HiddenMemberSet.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\HideObjEnum.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\HorzBrk.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\HyperlinkMoniker.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\HyperlinkObject.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ISSTInf.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ItemMoniker.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\LbsDropData.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\List12BlockLevel.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\List12DisplayName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\List12TableStyleClientInfo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ListParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\LongRGB.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\MDir.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\MDXStrIndex.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\MOper.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\NameParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\NoteRR.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\NoteSh.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ObjectParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ObjFmla.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ObjLinkFmla.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\MSOCR.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\MSOSHADECOLOR.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtBlip.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtBStoreContainer.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtBStoreContainerFileBlock.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtClientAnchorChart.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtClientAnchorHF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtClientAnchorSheet.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtColorMRUContainer.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtCOLORREF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtContainer.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtDgContainer.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFDG.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFDGGBlock.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFOPT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFOPTE.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFRIT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFRITContainer.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFSP.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtFSPGR.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtIDCL.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtMetafileHeader.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtRecord.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtRecordHeader.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtRGFOPTE.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtSplitMenuColorContainer.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\OfficeArtTertiaryFOPT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ODRAW\SimpleOfficeArtContainers.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PaneType.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\ParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PBT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PhRuns.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Phs.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PictFmlaEmbedInfo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PictFmlaKey.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PivotParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PropertyBag.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PropertyBagStore.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Ptg.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgArea.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgArea3d.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgAreaErr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgAreaErr3d.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgAreaN.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgArray.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgAttrBaxcel.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgAttrChoose.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgAttrGoto.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgAttrIf.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgAttrSemi.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgAttrSpace.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgAttrSpaceSemi.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgAttrSum.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgBool.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgElfCol.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgElfColS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgElfColSV.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgElfColV.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgElfLel.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgElfRadical.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgElfRadicalLel.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgElfRadicalS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgElfRw.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgElfRwV.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgErr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgExp.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgExtraArray.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgExtraElf.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgExtraMem.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgFactory.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgFunc.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgFuncVar.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgInt.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgMemArea.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgMemAreaN.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgMemErr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgMemFunc.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgMemNoMem.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgMemNoMemN.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgMissArg.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgNameX.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgNum.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgParam.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgParen.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgRef.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgRef3d.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgRefErr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgRefErr3d.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgRefN.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgStr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgSxName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\PtgTbl.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\RC4CryptoAPIEncryptionHeader.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\RC4EncryptionHeader.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\RevExtern.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\RevItab.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\RevLblName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\RevName.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\RevNamePly.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\RevNameTabid.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\RgbExtra.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Rgce.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\RkRec.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\RPHSSub.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\RRD.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Run.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SDContainer.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SecurityDescriptor.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SerAr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SerBool.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SerErr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SerNil.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SerNum.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SerStr.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SharedParsedFormula.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SharedProperty.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SheetExtOptional.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SheetId.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SortCond12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SqRef.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SqRefU.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\StringPtgParser.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Stxp.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\StyleXF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SxAxis.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SXVIFlags.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\SyntaxPtg.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\TableFeatureType.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\TxOLastRun.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\TxORuns.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\TxtWf.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\URICreateFlags.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\URLMoniker.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\VertBrk.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\XFExtGradient.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\XFExtNoFRT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\XFProp.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\XFPropBorder.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\XFPropColor.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\XFPropGradient.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\XFPropGradientStop.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\XFProps.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\XLUnicodeRichExtendedString.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\Xnum.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\XORObfuscation.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_structures\XTI.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\AI.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\ATTACHEDLABEL_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\AUTOFILTER_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\AXES.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\AXISPARENT_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\AXM.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\AXS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\BACKGROUND.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\BIGNAME_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\BUNDLESHEET.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\CELLTABLE.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\CELL_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\CHARTFOMATS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\CHART_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\COLUMNS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\CONDFMT12_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\CONDFMTS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\CONDFMT_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\CRT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\CRTMLFRT_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\CUSTOMVIEW.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\DAT_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\DBB.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\DBQUERY.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\DBQUERYEXT_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\DCON_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\DFTTEXT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\DOCROUTE_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\DREF.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\DROPBAR_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\DVAL_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\DVAXIS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\FDB.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\FEAT11.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\FEAT_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\FNGROUPS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\FONTLIST.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\FORMATTING.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\FORMULA_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\FRAME_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\GELFRAME_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\GLOBALS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\HLINK_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\IMDATAOBJECT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\INTERFACE.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\IVAXIS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\LBL_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\LD.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\MACROSORTANDFILTER.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\MDBLOCK.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\MDTINFO_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\MDXSTR_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\MDXTUPLESET.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\METADATA.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\MSODRAWINGGROUP_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\OBJECTS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\OBJ_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PAGESETUP.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PHONETICINFO_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PICF_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTADDL.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTCACHE.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTCACHEDEFINITION.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTCORE.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTEX.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTFORMAT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTFRT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTFRT9.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTIVD.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTLI.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTPI.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTRULE.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTSELECT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTTH.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTVD.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTVDTEX.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTVIEW.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PIVOTVIEWEX.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PRFILTER.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PROTECTION.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\PROTECTION_COMMON.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\QSIR_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\QUERYTABLE.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\RECORD12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\RTD.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SCENARIOS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SERIESAXIS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SERIESDATA.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SERIESFORMAT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SHAPEPROPS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SHAREDSTRINGS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SHFMLA_SET.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SORTANDFILTER.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SORTDATA12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SORT_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\STYLES.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SUB.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SUPBOOK_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLAUTOSORT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLCACHE.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLCACHE12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLCACHEFIELD.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLCACHEITEM.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLCALCMEMBER.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLCONDFMT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLCONDFMTS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLDBQUERY.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLFIELD.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLFIELD12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLGROUP.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLGRPLEVEL.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLHIERARCHY.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLQSI.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXDH.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXFILT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXFILTER12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXFILTERS12.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXMG.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXMGS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXADDLSXRULE.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXFMLA_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXFORMULA_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXOPER.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXRANGE.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXSRC.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\SXTBL_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\TABLESTYLES_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\TEXTOBJECT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\TEXTPROPS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\THEME_bu.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\UNKNOWNFRT.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\WINDOW.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\Biff_unions\XFS.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\BinProcessor.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\ChartSheetSubstream.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\CommonSubstream.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\CompositeObject.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\GlobalsSubstream.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\GlobalWorkbookInfo.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\MacroSheetSubstream.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\SummaryInformationStream\Structures\CodePageOle.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\SummaryInformationStream\Structures\PropertyFactory.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\SummaryInformationStream\Structures\PropertySet.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\SummaryInformationStream\Structures\PropertySetStream.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\SummaryInformationStream\SummaryInformation.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\WorkbookStreamObject.cpp" />
|
|
<ClCompile Include="..\XlsFormat\Logic\WorksheetSubstream.cpp" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |