add vcproj/sln for vc2003

This commit is contained in:
snow flurry 2024-03-01 20:06:12 -08:00
parent 3bf739e8a0
commit 00de6d645b
2 changed files with 272 additions and 215 deletions

27
wolfssl.sln Normal file
View file

@ -0,0 +1,27 @@
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wolfssl", "wolfssl.vcproj", "{73973223-5EE8-41CA-8E88-1D60E89A237B}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
DLL Debug = DLL Debug
DLL Release = DLL Release
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{73973223-5EE8-41CA-8E88-1D60E89A237B}.Debug.ActiveCfg = Debug|Win32
{73973223-5EE8-41CA-8E88-1D60E89A237B}.Debug.Build.0 = Debug|Win32
{73973223-5EE8-41CA-8E88-1D60E89A237B}.DLL Debug.ActiveCfg = DLL Debug|Win32
{73973223-5EE8-41CA-8E88-1D60E89A237B}.DLL Debug.Build.0 = DLL Debug|Win32
{73973223-5EE8-41CA-8E88-1D60E89A237B}.DLL Release.ActiveCfg = DLL Release|Win32
{73973223-5EE8-41CA-8E88-1D60E89A237B}.DLL Release.Build.0 = DLL Release|Win32
{73973223-5EE8-41CA-8E88-1D60E89A237B}.Release.ActiveCfg = Release|Win32
{73973223-5EE8-41CA-8E88-1D60E89A237B}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal

View file

@ -1,146 +1,192 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Version="7.10"
Name="wolfssl"
ProjectGUID="{73973223-5EE8-41CA-8E88-1D60E89A237B}"
RootNamespace="wolfssl"
Keyword="Win32Proj"
TargetFrameworkVersion="196613"
>
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"
/>
Name="Win32"/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
CharacterSet="0">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="./;./IDE/WIN"
PreprocessorDefinitions="WOLFSSL_LIB;WOLFSSL_USER_SETTINGS"
MinimalRebuild="true"
PreprocessorDefinitions="WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;WINVER=0x0400;_WIN32_WINNT=0x0400"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="4"
DebugInformationFormat="4"
DisableSpecificWarnings="4206,4214,4706"
/>
CompileAs="1"
DisableSpecificWarnings="4206;4214;4706;4127;4244"/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
Name="VCCustomBuildTool"/>
<Tool
Name="VCResourceCompilerTool"
/>
Name="VCLibrarianTool"/>
<Tool
Name="VCPreLinkEventTool"
/>
Name="VCMIDLTool"/>
<Tool
Name="VCLibrarianTool"
/>
Name="VCPostBuildEventTool"/>
<Tool
Name="VCALinkTool"
/>
Name="VCPreBuildEventTool"/>
<Tool
Name="VCXDCMakeTool"
/>
Name="VCPreLinkEventTool"/>
<Tool
Name="VCBscMakeTool"
/>
Name="VCResourceCompilerTool"/>
<Tool
Name="VCFxCopTool"
/>
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCPostBuildEventTool"
/>
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
CharacterSet="0"
WholeProgramOptimization="TRUE">
<Tool
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
EnableIntrinsicFunctions="TRUE"
AdditionalIncludeDirectories="./;./IDE/WIN"
PreprocessorDefinitions="WOLFSSL_LIB;WOLFSSL_USER_SETTINGS"
PreprocessorDefinitions="WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;WINVER=0x0400;_WIN32_WINNT=0x0400"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
/>
CompileAs="1"
DisableSpecificWarnings="4206;4214;4706;4127;4244"/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
Name="VCCustomBuildTool"/>
<Tool
Name="VCResourceCompilerTool"
/>
Name="VCLibrarianTool"/>
<Tool
Name="VCPreLinkEventTool"
/>
Name="VCMIDLTool"/>
<Tool
Name="VCLibrarianTool"
/>
Name="VCPostBuildEventTool"/>
<Tool
Name="VCALinkTool"
/>
Name="VCPreBuildEventTool"/>
<Tool
Name="VCXDCMakeTool"
/>
Name="VCPreLinkEventTool"/>
<Tool
Name="VCBscMakeTool"
/>
Name="VCResourceCompilerTool"/>
<Tool
Name="VCFxCopTool"
/>
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCPostBuildEventTool"
/>
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="DLL Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="0"
WholeProgramOptimization="FALSE">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="./;./IDE/WIN"
PreprocessorDefinitions="WOLFSSL_LIB;BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;WINVER=0x0400;_WIN32_WINNT=0x0400"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="4"
DebugInformationFormat="4"
CompileAs="1"
DisableSpecificWarnings="4206;4214;4706;4127;4244"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="DLL Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="0"
WholeProgramOptimization="TRUE">
<Tool
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="TRUE"
AdditionalIncludeDirectories="./;./IDE/WIN"
PreprocessorDefinitions="WOLFSSL_LIB;BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;WINVER=0x0400;_WIN32_WINNT=0x0400"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
CompileAs="1"
DisableSpecificWarnings="4206;4214;4706;4127;4244"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="ws2_32.lib"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
@ -149,264 +195,248 @@
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
RelativePath=".\src\crl.c"
>
RelativePath=".\wolfcrypt\src\aes.c">
</File>
<File
RelativePath=".\src\dtls13.c"
>
RelativePath=".\wolfcrypt\src\arc4.c">
</File>
<File
RelativePath=".\src\dtls.c"
>
RelativePath=".\wolfcrypt\src\asn.c">
</File>
<File
RelativePath=".\src\internal.c"
>
RelativePath=".\wolfcrypt\src\blake2b.c">
</File>
<File
RelativePath=".\src\keys.c"
>
RelativePath=".\wolfcrypt\src\blake2s.c">
</File>
<File
RelativePath=".\src\ocsp.c"
>
RelativePath=".\wolfcrypt\src\camellia.c">
</File>
<File
RelativePath=".\src\ssl.c"
>
RelativePath=".\wolfcrypt\src\chacha.c">
</File>
<File
RelativePath=".\src\tls.c"
>
RelativePath=".\wolfcrypt\src\chacha20_poly1305.c">
</File>
<File
RelativePath=".\src\tls13.c"
>
RelativePath=".\wolfcrypt\src\cmac.c">
</File>
<File
RelativePath=".\src\wolfio.c"
>
RelativePath=".\wolfcrypt\src\coding.c">
</File>
<File
RelativePath=".\wolfcrypt\src\aes.c"
>
RelativePath=".\wolfcrypt\src\cpuid.c">
</File>
<File
RelativePath=".\wolfcrypt\src\aes_asm.asm"
>
RelativePath=".\src\crl.c">
</File>
<File
RelativePath=".\wolfcrypt\src\arc4.c"
>
RelativePath=".\wolfcrypt\src\cryptocb.c">
</File>
<File
RelativePath=".\wolfcrypt\src\asn.c"
>
RelativePath=".\wolfcrypt\src\curve25519.c">
</File>
<File
RelativePath=".\wolfcrypt\src\blake2b.c"
>
RelativePath=".\wolfcrypt\src\curve448.c">
</File>
<File
RelativePath=".\wolfcrypt\src\blake2s.c"
>
RelativePath=".\wolfcrypt\src\des3.c">
</File>
<File
RelativePath=".\wolfcrypt\src\camellia.c"
>
RelativePath=".\wolfcrypt\src\dh.c">
</File>
<File
RelativePath=".\wolfcrypt\src\coding.c"
>
RelativePath=".\wolfcrypt\src\dsa.c">
</File>
<File
RelativePath=".\wolfcrypt\src\chacha.c"
>
RelativePath=".\src\dtls.c">
</File>
<File
RelativePath=".\wolfcrypt\src\chacha20_poly1305.c"
>
RelativePath=".\src\dtls13.c">
</File>
<File
RelativePath=".\wolfcrypt\src\des3.c"
>
RelativePath=".\wolfcrypt\src\ecc.c">
</File>
<File
RelativePath=".\wolfcrypt\src\dh.c"
>
RelativePath=".\wolfcrypt\src\ed25519.c">
</File>
<File
RelativePath=".\wolfcrypt\src\dsa.c"
>
RelativePath=".\wolfcrypt\src\ed448.c">
</File>
<File
RelativePath=".\wolfcrypt\src\ecc.c"
>
RelativePath=".\wolfcrypt\src\error.c">
</File>
<File
RelativePath=".\wolfcrypt\src\error.c"
>
RelativePath=".\wolfcrypt\src\fe_448.c">
</File>
<File
RelativePath=".\wolfcrypt\src\fe_low_mem.c"
>
RelativePath=".\wolfcrypt\src\fe_low_mem.c">
</File>
<File
RelativePath=".\wolfcrypt\src\fe_operations.c"
>
RelativePath=".\wolfcrypt\src\fe_operations.c">
</File>
<File
RelativePath=".\wolfcrypt\src\ge_low_mem.c"
>
RelativePath=".\wolfcrypt\src\ge_448.c">
</File>
<File
RelativePath=".\wolfcrypt\src\ge_operations.c"
>
RelativePath=".\wolfcrypt\src\ge_low_mem.c">
</File>
<File
RelativePath=".\wolfcrypt\src\hash.c"
>
RelativePath=".\wolfcrypt\src\ge_operations.c">
</File>
<File
RelativePath=".\wolfcrypt\src\hmac.c"
>
RelativePath=".\wolfcrypt\src\hash.c">
</File>
<File
RelativePath=".\wolfcrypt\src\integer.c"
>
RelativePath=".\wolfcrypt\src\hmac.c">
</File>
<File
RelativePath=".\wolfcrypt\src\logging.c"
>
RelativePath=".\wolfcrypt\src\integer.c">
</File>
<File
RelativePath=".\wolfcrypt\src\md2.c"
>
RelativePath=".\src\internal.c">
</File>
<File
RelativePath=".\wolfcrypt\src\md4.c"
>
RelativePath=".\wolfcrypt\src\kdf.c">
</File>
<File
RelativePath=".\wolfcrypt\src\md5.c"
>
RelativePath=".\src\keys.c">
</File>
<File
RelativePath=".\wolfcrypt\src\memory.c"
>
RelativePath=".\wolfcrypt\src\logging.c">
</File>
<File
RelativePath=".\wolfcrypt\src\pkcs7.c"
>
RelativePath=".\wolfcrypt\src\md2.c">
</File>
<File
RelativePath=".\wolfcrypt\src\pkcs12.c"
>
RelativePath=".\wolfcrypt\src\md4.c">
</File>
<File
RelativePath=".\wolfcrypt\src\poly1305.c"
>
RelativePath=".\wolfcrypt\src\md5.c">
</File>
<File
RelativePath=".\wolfcrypt\src\pwdbased.c"
>
RelativePath=".\wolfcrypt\src\memory.c">
</File>
<File
RelativePath=".\wolfcrypt\src\random.c"
>
RelativePath=".\src\ocsp.c">
</File>
<File
RelativePath=".\wolfcrypt\src\rc2.c"
>
RelativePath=".\wolfcrypt\src\pkcs12.c">
</File>
<File
RelativePath=".\wolfcrypt\src\ripemd.c"
>
RelativePath=".\wolfcrypt\src\pkcs7.c">
</File>
<File
RelativePath=".\wolfcrypt\src\rsa.c"
>
RelativePath=".\wolfcrypt\src\poly1305.c">
</File>
<File
RelativePath=".\wolfcrypt\src\sha.c"
>
RelativePath=".\wolfcrypt\src\pwdbased.c">
</File>
<File
RelativePath=".\wolfcrypt\src\sha256.c"
>
RelativePath=".\wolfcrypt\src\random.c">
</File>
<File
RelativePath=".\wolfcrypt\src\sha512.c"
>
RelativePath=".\wolfcrypt\src\rc2.c">
</File>
<File
RelativePath=".\wolfcrypt\src\sp_c32.c"
>
RelativePath=".\wolfcrypt\src\ripemd.c">
</File>
<File
RelativePath=".\wolfcrypt\src\sp_c64.c"
>
RelativePath=".\wolfcrypt\src\rsa.c">
</File>
<File
RelativePath=".\wolfcrypt\src\sp_int.c"
>
RelativePath=".\wolfcrypt\src\sha.c">
</File>
<File
RelativePath=".\wolfcrypt\src\sp_x86_64.c"
>
RelativePath=".\wolfcrypt\src\sha256.c">
</File>
<File
RelativePath=".\wolfcrypt\src\sp_x86_64_asm.asm"
>
RelativePath=".\wolfcrypt\src\sha3.c">
</File>
<File
RelativePath=".\wolfcrypt\src\signature.c"
>
RelativePath=".\wolfcrypt\src\sha512.c">
</File>
<File
RelativePath=".\wolfcrypt\src\tfm.c"
>
RelativePath=".\wolfcrypt\src\signature.c">
</File>
<File
RelativePath=".\wolfcrypt\src\wc_encrypt.c"
>
RelativePath=".\wolfcrypt\src\sp_c32.c">
</File>
<File
RelativePath=".\wolfcrypt\src\wc_pkcs11.c"
>
RelativePath=".\wolfcrypt\src\sp_int.c">
</File>
<File
RelativePath=".\wolfcrypt\src\wc_port.c"
>
RelativePath=".\wolfcrypt\src\srp.c">
</File>
<File
RelativePath=".\wolfcrypt\src\wolfmath.c"
>
RelativePath=".\src\ssl.c">
</File>
<File
RelativePath=".\wolfcrypt\src\wolfevent.c"
>
RelativePath=".\wolfcrypt\src\tfm.c">
</File>
<File
RelativePath=".\src\tls.c">
</File>
<File
RelativePath=".\src\tls13.c">
</File>
<File
RelativePath=".\wolfcrypt\src\wc_encrypt.c">
</File>
<File
RelativePath=".\wolfcrypt\src\wc_pkcs11.c">
</File>
<File
RelativePath=".\wolfcrypt\src\wc_port.c">
</File>
<File
RelativePath=".\src\win32shim.c">
</File>
<File
RelativePath=".\wolfcrypt\src\wolfevent.c">
</File>
<File
RelativePath=".\src\wolfio.c">
</File>
<File
RelativePath=".\wolfcrypt\src\wolfmath.c">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File
RelativePath="IDE\WIN\user_settings.h"
>
RelativePath="IDE\WIN\user_settings.h">
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
<File
RelativePath=".\wolfssl.rc">
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="TRUE">
<Tool
Name="VCResourceCompilerTool"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="TRUE">
<Tool
Name="VCResourceCompilerTool"/>
</FileConfiguration>
<FileConfiguration
Name="DLL Debug|Win32"
ExcludedFromBuild="TRUE">
<Tool
Name="VCResourceCompilerTool"/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>