244 lines
12 KiB
XML
244 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="header\stdafx.h" />
|
|
<ClInclude Include="include\office\ExcelWrapper.h" />
|
|
<ClInclude Include="include\office\excel\EXLApplication.h" />
|
|
<ClInclude Include="include\office\excel\EXLRange.h" />
|
|
<ClInclude Include="include\office\excel\EXLRanges.h" />
|
|
<ClInclude Include="include\office\excel\EXLWorkbook.h" />
|
|
<ClInclude Include="include\office\excel\EXLWorkbooks.h" />
|
|
<ClInclude Include="include\office\excel\EXLWorksheet.h" />
|
|
<ClInclude Include="include\office\excel\EXLWorksheets.h" />
|
|
<ClInclude Include="include\office\MSCollection.hpp" />
|
|
<ClInclude Include="include\office\Office.h" />
|
|
<ClInclude Include="include\office\VariantableDispatch.hpp" />
|
|
<ClInclude Include="include\office\word\WApplication.h" />
|
|
<ClInclude Include="include\office\word\WBookmark.h" />
|
|
<ClInclude Include="include\office\word\WBookmarks.h" />
|
|
<ClInclude Include="include\office\word\WCell.h" />
|
|
<ClInclude Include="include\office\word\WColumn.h" />
|
|
<ClInclude Include="include\office\word\WColumns.h" />
|
|
<ClInclude Include="include\office\word\WComment.h" />
|
|
<ClInclude Include="include\office\word\WComments.h" />
|
|
<ClInclude Include="include\office\word\WDocument.h" />
|
|
<ClInclude Include="include\office\word\WDocuments.h" />
|
|
<ClInclude Include="include\office\word\WRange.h" />
|
|
<ClInclude Include="include\office\word\WRow.h" />
|
|
<ClInclude Include="include\office\word\WRows.h" />
|
|
<ClInclude Include="include\office\word\WTable.h" />
|
|
<ClInclude Include="include\office\word\WTables.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\ExcelWrapper.cpp" />
|
|
<ClCompile Include="src\excel\EXLApplication.cpp" />
|
|
<ClCompile Include="src\excel\EXLRange.cpp" />
|
|
<ClCompile Include="src\excel\EXLRanges.cpp" />
|
|
<ClCompile Include="src\excel\EXLWorkbook.cpp" />
|
|
<ClCompile Include="src\excel\EXLWorkbooks.cpp" />
|
|
<ClCompile Include="src\excel\EXLWorksheet.cpp" />
|
|
<ClCompile Include="src\excel\EXLWorksheets.cpp" />
|
|
<ClCompile Include="src\Office.cpp" />
|
|
<ClCompile Include="src\stdafx.cpp">
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="src\word\WApplication.cpp" />
|
|
<ClCompile Include="src\word\WBookmark.cpp" />
|
|
<ClCompile Include="src\word\WBookmarks.cpp" />
|
|
<ClCompile Include="src\word\WCell.cpp" />
|
|
<ClCompile Include="src\word\WColumn.cpp" />
|
|
<ClCompile Include="src\word\WColumns.cpp" />
|
|
<ClCompile Include="src\word\WComment.cpp" />
|
|
<ClCompile Include="src\word\WComments.cpp" />
|
|
<ClCompile Include="src\word\WDocument.cpp" />
|
|
<ClCompile Include="src\word\WDocuments.cpp" />
|
|
<ClCompile Include="src\word\WRange.cpp" />
|
|
<ClCompile Include="src\word\WRow.cpp" />
|
|
<ClCompile Include="src\word\WRows.cpp" />
|
|
<ClCompile Include="src\word\WTable.cpp" />
|
|
<ClCompile Include="src\word\WTables.cpp" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<ProjectGuid>{7E5F3034-B8DB-4073-BF8F-78EA626D5624}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>OfficeOLE</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup 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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<OutDir>output\lib\x86\</OutDir>
|
|
<IntDir>build\x86\$(Configuration)\</IntDir>
|
|
<TargetName>$(ProjectName)d</TargetName>
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<OutDir>output\lib\x64\</OutDir>
|
|
<IntDir>build\x64\$(Configuration)\</IntDir>
|
|
<TargetName>$(ProjectName)d</TargetName>
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<OutDir>output\lib\x86\</OutDir>
|
|
<IntDir>build\x86\$(Configuration)\</IntDir>
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<OutDir>output\lib\x64\</OutDir>
|
|
<IntDir>build\x64\$(Configuration)\</IntDir>
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
<AdditionalIncludeDirectories>include;header</AdditionalIncludeDirectories>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
<ObjectFileName>$(IntDir)obj\</ObjectFileName>
|
|
<ProgramDataBaseFileName>$(OutDir)$(ProjectName)d.pdb</ProgramDataBaseFileName>
|
|
<BuildStlModules>false</BuildStlModules>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
<AdditionalIncludeDirectories>include;header</AdditionalIncludeDirectories>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
<ObjectFileName>$(IntDir)obj\</ObjectFileName>
|
|
<ProgramDataBaseFileName>$(OutDir)$(ProjectName)d.pdb</ProgramDataBaseFileName>
|
|
<BuildStlModules>false</BuildStlModules>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
<AdditionalIncludeDirectories>include;header</AdditionalIncludeDirectories>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
<ObjectFileName>$(IntDir)obj\</ObjectFileName>
|
|
<ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
|
<BuildStlModules>false</BuildStlModules>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
|
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
|
<AdditionalIncludeDirectories>include;header</AdditionalIncludeDirectories>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
<ObjectFileName>$(IntDir)obj\</ObjectFileName>
|
|
<ProgramDataBaseFileName>$(OutDir)$(ProjectName).pdb</ProgramDataBaseFileName>
|
|
<BuildStlModules>false</BuildStlModules>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |