Files
core/MsBinaryFile/Projects/XlsFormatLib/Windows/XlsXlsxConverter.vcxproj
Elena.Subbotina a91c5767dc update cryptopp to actual
update test projects
fix same warnings
2023-03-24 11:29:53 +03:00

202 lines
12 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>
<ItemGroup>
<ClCompile Include="..\..\..\XlsFile\Converter\ConvertXls2Xlsx.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\external_items.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\mediaitems_utils.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\namespaces.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\oox_content_type.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\oox_package.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\oox_rels.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\XlsConverter.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_activeX_context.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_chart_context.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_comments.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_comments_context.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_conversion_context.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_drawings.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_drawing_context.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_external_context.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_hyperlinks.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_output_xml.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_package.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_pivots_context.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_protection.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_sheet_context.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_tablecontext.cpp" />
<ClCompile Include="..\..\..\XlsFile\Converter\xlsx_textcontext.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\XlsFile\Converter\ConvertXls2Xlsx.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\external_items.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\mediaitems_utils.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\namespaces.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\oox_content_type.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\oox_package.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\oox_rels.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\progressCallback.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\ShapeType.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\XlsConverter.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_activeX_context.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_chart_context.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_comments.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_comments_context.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_conversion_context.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_drawings.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_drawing_context.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_external_context.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_hyperlinks.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_output_xml.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_package.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_pivots_context.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_protection.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_sheet_context.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_tablecontext.h" />
<ClInclude Include="..\..\..\XlsFile\Converter\xlsx_textcontext.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{CBEDD0D1-10A8-45C1-AF81-8492F40964CA}</ProjectGuid>
<RootNamespace>XlsXlsxConverter</RootNamespace>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v142</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>$(Configuration)\XlsConvert\</OutDir>
<IntDir>$(Configuration)\XlsConvert\</IntDir>
<IncludePath>..\..\..\..\Common\3dParty\boost\build\win_32\include;$(IncludePath)</IncludePath>
<LibraryPath>..\..\..\..\Common\3dParty\boost\build\win_32\lib;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(Platform)\$(Configuration)\XlsConvert\</OutDir>
<IntDir>$(Platform)\$(Configuration)\XlsConvert\</IntDir>
<IncludePath>..\..\..\..\Common\3dParty\boost\build\win_64\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath>..\..\..\..\Common\3dParty\boost\build\win_64\lib;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(Configuration)\</IntDir>
<IncludePath>..\..\..\Common\3dParty\boost\build\win_32\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath>..\..\..\Common\3dParty\boost\build\win_32\lib;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86</LibraryPath>
</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>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<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>DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader />
<ProgramDataBaseFileName>$(IntDir)XlsXlsxConverter.pdb</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>..\XlsFormat; ..\Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>DONT_WRITE_EMBEDDED_FONTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<PrecompiledHeader />
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
</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>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>