From 00de6d645bd03ba0ec42dfab4ed9fdb528408479 Mon Sep 17 00:00:00 2001 From: snow flurry Date: Fri, 1 Mar 2024 20:06:12 -0800 Subject: [PATCH] add vcproj/sln for vc2003 --- wolfssl.sln | 27 +++ wolfssl.vcproj | 460 ++++++++++++++++++++++++++----------------------- 2 files changed, 272 insertions(+), 215 deletions(-) create mode 100644 wolfssl.sln diff --git a/wolfssl.sln b/wolfssl.sln new file mode 100644 index 0000000..6634d79 --- /dev/null +++ b/wolfssl.sln @@ -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 diff --git a/wolfssl.vcproj b/wolfssl.vcproj index f9b5e87..3e6fc98 100644 --- a/wolfssl.vcproj +++ b/wolfssl.vcproj @@ -1,146 +1,192 @@ + Keyword="Win32Proj"> + Name="Win32"/> - - - - - - - + CharacterSet="0"> + CompileAs="1" + DisableSpecificWarnings="4206;4214;4706;4127;4244"/> + Name="VCCustomBuildTool"/> + Name="VCLibrarianTool"/> + Name="VCMIDLTool"/> + Name="VCPostBuildEventTool"/> + Name="VCPreBuildEventTool"/> + Name="VCPreLinkEventTool"/> + Name="VCResourceCompilerTool"/> + Name="VCWebServiceProxyGeneratorTool"/> + Name="VCXMLDataGeneratorTool"/> + + - - - - - + CharacterSet="0" + WholeProgramOptimization="TRUE"> + CompileAs="1" + DisableSpecificWarnings="4206;4214;4706;4127;4244"/> + Name="VCCustomBuildTool"/> + Name="VCLibrarianTool"/> + Name="VCMIDLTool"/> + Name="VCPostBuildEventTool"/> + Name="VCPreBuildEventTool"/> + Name="VCPreLinkEventTool"/> + Name="VCResourceCompilerTool"/> + Name="VCWebServiceProxyGeneratorTool"/> + Name="VCXMLDataGeneratorTool"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -149,264 +195,248 @@ + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> + RelativePath=".\wolfcrypt\src\aes.c"> + RelativePath=".\wolfcrypt\src\arc4.c"> + RelativePath=".\wolfcrypt\src\asn.c"> + RelativePath=".\wolfcrypt\src\blake2b.c"> + RelativePath=".\wolfcrypt\src\blake2s.c"> + RelativePath=".\wolfcrypt\src\camellia.c"> + RelativePath=".\wolfcrypt\src\chacha.c"> + RelativePath=".\wolfcrypt\src\chacha20_poly1305.c"> + RelativePath=".\wolfcrypt\src\cmac.c"> + RelativePath=".\wolfcrypt\src\coding.c"> + RelativePath=".\wolfcrypt\src\cpuid.c"> + RelativePath=".\src\crl.c"> + RelativePath=".\wolfcrypt\src\cryptocb.c"> + RelativePath=".\wolfcrypt\src\curve25519.c"> + RelativePath=".\wolfcrypt\src\curve448.c"> + RelativePath=".\wolfcrypt\src\des3.c"> + RelativePath=".\wolfcrypt\src\dh.c"> + RelativePath=".\wolfcrypt\src\dsa.c"> + RelativePath=".\src\dtls.c"> + RelativePath=".\src\dtls13.c"> + RelativePath=".\wolfcrypt\src\ecc.c"> + RelativePath=".\wolfcrypt\src\ed25519.c"> + RelativePath=".\wolfcrypt\src\ed448.c"> + RelativePath=".\wolfcrypt\src\error.c"> + RelativePath=".\wolfcrypt\src\fe_448.c"> + RelativePath=".\wolfcrypt\src\fe_low_mem.c"> + RelativePath=".\wolfcrypt\src\fe_operations.c"> + RelativePath=".\wolfcrypt\src\ge_448.c"> + RelativePath=".\wolfcrypt\src\ge_low_mem.c"> + RelativePath=".\wolfcrypt\src\ge_operations.c"> + RelativePath=".\wolfcrypt\src\hash.c"> + RelativePath=".\wolfcrypt\src\hmac.c"> + RelativePath=".\wolfcrypt\src\integer.c"> + RelativePath=".\src\internal.c"> + RelativePath=".\wolfcrypt\src\kdf.c"> + RelativePath=".\src\keys.c"> + RelativePath=".\wolfcrypt\src\logging.c"> + RelativePath=".\wolfcrypt\src\md2.c"> + RelativePath=".\wolfcrypt\src\md4.c"> + RelativePath=".\wolfcrypt\src\md5.c"> + RelativePath=".\wolfcrypt\src\memory.c"> + RelativePath=".\src\ocsp.c"> + RelativePath=".\wolfcrypt\src\pkcs12.c"> + RelativePath=".\wolfcrypt\src\pkcs7.c"> + RelativePath=".\wolfcrypt\src\poly1305.c"> + RelativePath=".\wolfcrypt\src\pwdbased.c"> + RelativePath=".\wolfcrypt\src\random.c"> + RelativePath=".\wolfcrypt\src\rc2.c"> + RelativePath=".\wolfcrypt\src\ripemd.c"> + RelativePath=".\wolfcrypt\src\rsa.c"> + RelativePath=".\wolfcrypt\src\sha.c"> + RelativePath=".\wolfcrypt\src\sha256.c"> + RelativePath=".\wolfcrypt\src\sha3.c"> + RelativePath=".\wolfcrypt\src\sha512.c"> + RelativePath=".\wolfcrypt\src\signature.c"> + RelativePath=".\wolfcrypt\src\sp_c32.c"> + RelativePath=".\wolfcrypt\src\sp_int.c"> + RelativePath=".\wolfcrypt\src\srp.c"> + RelativePath=".\src\ssl.c"> + RelativePath=".\wolfcrypt\src\tfm.c"> + + + + + + + + + + + + + + + + + + + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + RelativePath="IDE\WIN\user_settings.h"> + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> + + + + + + + + + + +