diff options
Diffstat (limited to 'axTLS')
-rw-r--r-- | axTLS/axTLS.vcproj | 582 |
1 files changed, 291 insertions, 291 deletions
diff --git a/axTLS/axTLS.vcproj b/axTLS/axTLS.vcproj index 4926fa8..5c8b94b 100644 --- a/axTLS/axTLS.vcproj +++ b/axTLS/axTLS.vcproj @@ -1,291 +1,291 @@ -<?xml version="1.0" encoding="windows-1250"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="axTLS" - ProjectGUID="{3A871221-4317-4839-80D9-C2F03DED1AF8}" - RootNamespace="axTLS" - Keyword="Win32Proj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)build\temp\lib\" - IntermediateDirectory="$(SolutionDir)build\temp\obj\$(ProjectName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories=""$(ProjectDir)src\crypto\";"$(ProjectDir)src\ssl\";"$(ProjectDir)configured\"" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" - MinimalRebuild="false" - ExceptionHandling="0" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="0" - ProgramDataBaseFileName="$(IntDir)\vc90.pdb" - WarningLevel="3" - DebugInformationFormat="1" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)\$(ProjectName)-mt-debug.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - CommandLine="xcopy "$(ProjectDir)src\ssl\ssl.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\ssl\tls1.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\ssl\version.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\ssl\crypto_misc.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\crypto\crypto.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\crypto\bigint.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\crypto\bigint_impl.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)configured\config.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D


" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)build\temp\lib\" - IntermediateDirectory="$(SolutionDir)build\temp\obj\$(ProjectName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="0" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories=""$(ProjectDir)src\crypto\";"$(ProjectDir)src\ssl\";"$(ProjectDir)configured\"" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" - ExceptionHandling="0" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" - ProgramDataBaseFileName="$(IntDir)\vc90.pdb" - WarningLevel="3" - DebugInformationFormat="0" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)\$(ProjectName)-mt.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - CommandLine="xcopy "$(ProjectDir)src\ssl\ssl.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\ssl\tls1.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\ssl\version.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\ssl\crypto_misc.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\crypto\crypto.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\crypto\bigint.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\crypto\bigint_impl.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)configured\config.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D


" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="ssl" - > - <File - RelativePath=".\src\ssl\asn1.c" - > - </File> - <File - RelativePath=".\src\ssl\cert.h" - > - </File> - <File - RelativePath=".\src\ssl\crypto_misc.h" - > - </File> - <File - RelativePath=".\src\ssl\gen_cert.c" - > - </File> - <File - RelativePath=".\src\ssl\loader.c" - > - </File> - <File - RelativePath=".\src\ssl\openssl.c" - > - </File> - <File - RelativePath=".\src\ssl\os_port.c" - > - </File> - <File - RelativePath=".\src\ssl\os_port.h" - > - </File> - <File - RelativePath=".\src\ssl\p12.c" - > - </File> - <File - RelativePath=".\src\ssl\private_key.h" - > - </File> - <File - RelativePath=".\src\ssl\ssl.h" - > - </File> - <File - RelativePath=".\src\ssl\tls1.c" - > - </File> - <File - RelativePath=".\src\ssl\tls1.h" - > - </File> - <File - RelativePath=".\src\ssl\tls1_clnt.c" - > - </File> - <File - RelativePath=".\src\ssl\tls1_svr.c" - > - </File> - <File - RelativePath=".\src\ssl\version.h" - > - </File> - <File - RelativePath=".\src\ssl\x509.c" - > - </File> - </Filter> - <Filter - Name="crypto" - > - <File - RelativePath=".\src\crypto\aes.c" - > - </File> - <File - RelativePath=".\src\crypto\bigint.c" - > - </File> - <File - RelativePath=".\src\crypto\bigint.h" - > - </File> - <File - RelativePath=".\src\crypto\bigint_impl.h" - > - </File> - <File - RelativePath=".\src\crypto\crypto.h" - > - </File> - <File - RelativePath=".\src\crypto\crypto_misc.c" - > - </File> - <File - RelativePath=".\src\crypto\hmac.c" - > - </File> - <File - RelativePath=".\src\crypto\md2.c" - > - </File> - <File - RelativePath=".\src\crypto\md5.c" - > - </File> - <File - RelativePath=".\src\crypto\rc4.c" - > - </File> - <File - RelativePath=".\src\crypto\rsa.c" - > - </File> - <File - RelativePath=".\src\crypto\sha1.c" - > - </File> - </Filter> - <Filter - Name="configured" - > - <File - RelativePath=".\configured\config.h" - > - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> +<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="axTLS"
+ ProjectGUID="{3A871221-4317-4839-80D9-C2F03DED1AF8}"
+ RootNamespace="axTLS"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)build\temp\lib\"
+ IntermediateDirectory="$(SolutionDir)build\temp\obj\$(ProjectName)\$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""$(ProjectDir)configured\";"$(ProjectDir)src\crypto\";"$(ProjectDir)src\ssl\""
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
+ MinimalRebuild="false"
+ ExceptionHandling="0"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(IntDir)\vc90.pdb"
+ WarningLevel="3"
+ DebugInformationFormat="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\$(ProjectName)-mt-debug.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="xcopy "$(ProjectDir)src\ssl\ssl.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\ssl\tls1.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\ssl\version.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\ssl\crypto_misc.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\crypto\crypto.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\crypto\bigint.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\crypto\bigint_impl.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)configured\config.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D


"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)build\temp\lib\"
+ IntermediateDirectory="$(SolutionDir)build\temp\obj\$(ProjectName)\$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="0"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories=""$(ProjectDir)configured\";"$(ProjectDir)src\crypto\";"$(ProjectDir)src\ssl\""
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
+ ExceptionHandling="0"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(IntDir)\vc90.pdb"
+ WarningLevel="3"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\$(ProjectName)-mt.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="xcopy "$(ProjectDir)src\ssl\ssl.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\ssl\tls1.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\ssl\version.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\ssl\crypto_misc.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\crypto\crypto.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\crypto\bigint.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)src\crypto\bigint_impl.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D
xcopy "$(ProjectDir)configured\config.h" "$(SolutionDir)build\temp\include\axTLS\" /I /Y /D


"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="ssl"
+ >
+ <File
+ RelativePath=".\src\ssl\asn1.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\cert.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\crypto_misc.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\gen_cert.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\loader.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\openssl.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\os_port.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\os_port.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\p12.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\private_key.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\ssl.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\tls1.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\tls1.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\tls1_clnt.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\tls1_svr.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\version.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\ssl\x509.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="crypto"
+ >
+ <File
+ RelativePath=".\src\crypto\aes.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\crypto\bigint.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\crypto\bigint.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\crypto\bigint_impl.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\crypto\crypto.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\crypto\crypto_misc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\crypto\hmac.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\crypto\md2.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\crypto\md5.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\crypto\rc4.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\crypto\rsa.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\crypto\sha1.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="configured"
+ >
+ <File
+ RelativePath=".\configured\config.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|