mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
19a6a09126
Major cleanup of old Visual Studio project files, aligning engines etc
268 lines
5.8 KiB
XML
Executable file
268 lines
5.8 KiB
XML
Executable file
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="taocrypt"
|
|
SccProjectName=""
|
|
SccLocalPath="">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\debug_obj"
|
|
IntermediateDirectory=".\debug_obj"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
OptimizeForProcessor="2"
|
|
AdditionalIncludeDirectories="include,mySTL"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
ExceptionHandling="FALSE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\debug_obj/taocrypt.pch"
|
|
AssemblerListingLocation=".\debug_obj/"
|
|
ObjectFile=".\debug_obj/"
|
|
ProgramDataBaseFileName=".\debug_obj/"
|
|
BrowseInformation="1"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile=".\debug_obj\taocrypt.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory=".\release_obj"
|
|
IntermediateDirectory=".\release_obj"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
OptimizeForProcessor="2"
|
|
AdditionalIncludeDirectories="include,mySTL"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
StringPooling="TRUE"
|
|
ExceptionHandling="FALSE"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile=".\release_obj/taocrypt.pch"
|
|
AssemblerListingLocation=".\release_obj/"
|
|
ObjectFile=".\release_obj/"
|
|
ProgramDataBaseFileName=".\release_obj/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile=".\release_obj\taocrypt.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
|
<File
|
|
RelativePath="src\aes.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\aestables.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\algebra.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\arc4.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\asn.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\coding.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\des.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\dh.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\dsa.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\file.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\hash.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\integer.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\md2.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\md4.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\md5.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\misc.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\random.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\ripemd.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\rsa.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="src\sha.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl">
|
|
<File
|
|
RelativePath="include\aes.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\algebra.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\arc4.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\asn.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\block.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\coding.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\des.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\dh.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\dsa.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\error.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\file.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\hash.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\hmac.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\integer.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\md2.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\md4.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\md5.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\misc.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\modarith.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\modes.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\random.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\ripemd.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\rsa.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="include\sha.hpp">
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|