mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 16:03:02 +01:00
177 lines
8.5 KiB
XML
177 lines
8.5 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">
|
|||
|
<ProjectName>libtomcrypt</ProjectName>
|
|||
|
<ProjectGuid>{489B8EBF-E95A-4A1C-8041-082FA1C2F953}</ProjectGuid>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
<PlatformToolset>v140_xp</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
<PlatformToolset>v140</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
<PlatformToolset>v140_xp</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
<PlatformToolset>v140</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<ImportGroup Label="ExtensionSettings">
|
|||
|
</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" />
|
|||
|
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
|||
|
</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" />
|
|||
|
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
|||
|
</ImportGroup>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
|
|||
|
<IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
|
|||
|
<LinkIncremental>false</LinkIncremental>
|
|||
|
<TargetName>tomcrypt</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
|
|||
|
<IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
|
|||
|
<LinkIncremental>true</LinkIncremental>
|
|||
|
<TargetName>tomcrypt</TargetName>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
|
|||
|
<IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
|
|||
|
<TargetName>tomcrypt</TargetName>
|
|||
|
<TargetExt>.lib</TargetExt>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
|
|||
|
<IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
|
|||
|
<TargetName>tomcrypt</TargetName>
|
|||
|
<TargetExt>.lib</TargetExt>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|||
|
<StringPooling>
|
|||
|
</StringPooling>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>NDEBUG;LTM_DESC;WIN32;_LIB;LTC_SOURCE;USE_LTM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|||
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|||
|
<OmitFramePointers>true</OmitFramePointers>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
</ResourceCompile>
|
|||
|
<Bscmake>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<OutputFile>.\Release\libtomcrypt.bsc</OutputFile>
|
|||
|
</Bscmake>
|
|||
|
<Lib>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</Lib>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|||
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<MinimalRebuild>true</MinimalRebuild>
|
|||
|
<AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>_DEBUG;LTM_DESC;WIN32;_LIB;LTC_SOURCE;USE_LTM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<Culture>0x0409</Culture>
|
|||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
</ResourceCompile>
|
|||
|
<Bscmake>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<OutputFile>.\Debug\libtomcrypt.bsc</OutputFile>
|
|||
|
</Bscmake>
|
|||
|
<Lib>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</Lib>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|||
|
<AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>_DEBUG;LTM_DESC;WIN32;_LIB;LTC_SOURCE;USE_LTM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
</ClCompile>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|||
|
<AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>NDEBUG;LTM_DESC;WIN32;_LIB;LTC_SOURCE;USE_LTM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<StringPooling>
|
|||
|
</StringPooling>
|
|||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|||
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|||
|
<OmitFramePointers>true</OmitFramePointers>
|
|||
|
</ClCompile>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="src\hashes\md5.c" />
|
|||
|
<ClCompile Include="src\hashes\sha1.c" />
|
|||
|
<ClCompile Include="src\hashes\sha2\sha256.c" />
|
|||
|
<ClCompile Include="src\hashes\sha2\sha512.c" />
|
|||
|
<ClCompile Include="src\misc\crypt\crypt_argchk.c" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="src\headers\tomcrypt.h" />
|
|||
|
<ClInclude Include="src\headers\tomcrypt_argchk.h" />
|
|||
|
<ClInclude Include="src\headers\tomcrypt_cfg.h" />
|
|||
|
<ClInclude Include="src\headers\tomcrypt_cipher.h" />
|
|||
|
<ClInclude Include="src\headers\tomcrypt_custom.h" />
|
|||
|
<ClInclude Include="src\headers\tomcrypt_hash.h" />
|
|||
|
<ClInclude Include="src\headers\tomcrypt_macros.h" />
|
|||
|
<ClInclude Include="src\headers\tomcrypt_misc.h" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|