mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 15:54:57 +03:00
Remove BuildUtil and all MSBuild projects, except the ones not in CMake yet
Since 35200a29ea
we build complete installers using CMake, meaning that there's no need for BuildUtil anymore.
MSBuild projects that are not migrated to CMake yet are kept for reference.
This commit also updates BUILD_WINDOWS.md so that it mentions Visual Studio 2019 instead of 2017.
This commit is contained in:
@ -1,849 +0,0 @@
|
||||
<?xml version="1.0" encoding="shift_jis"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="Mayaqua"
|
||||
ProjectGUID="{70486335-7814-40E2-A561-BBCB6025F5C9}"
|
||||
RootNamespace="Mayaqua"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)tmp\lib\$(PlatformName)_$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
||||
MinimalRebuild="true"
|
||||
ExceptionHandling="0"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
StructMemberAlignment="4"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4996"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
AdditionalDependencies="libeay32.lib ssleay32.lib zlib.lib"
|
||||
AdditionalLibraryDirectories="$(SolutionDir)BuildFiles\Library\vs2008\$(PlatformName)_$(ConfigurationName)"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)tmp\lib\$(PlatformName)_$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;CPU_64"
|
||||
MinimalRebuild="true"
|
||||
ExceptionHandling="0"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
StructMemberAlignment="4"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4996"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
AdditionalDependencies="libeay32.lib ssleay32.lib zlib.lib"
|
||||
AdditionalLibraryDirectories="$(SolutionDir)BuildFiles\Library\vs2008\$(PlatformName)_$(ConfigurationName)"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)tmp\lib\$(PlatformName)_$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="0"
|
||||
EnableIntrinsicFunctions="false"
|
||||
FavorSizeOrSpeed="0"
|
||||
AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;VPN_SPEED"
|
||||
StringPooling="false"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
StructMemberAlignment="4"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4996"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
AdditionalDependencies="libeay32.lib ssleay32.lib zlib.lib"
|
||||
AdditionalLibraryDirectories="$(SolutionDir)BuildFiles\Library\vs2008\$(PlatformName)_$(ConfigurationName)"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)tmp\lib\$(PlatformName)_$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)_$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
InlineFunctionExpansion="0"
|
||||
EnableIntrinsicFunctions="false"
|
||||
FavorSizeOrSpeed="0"
|
||||
AdditionalIncludeDirectories="$(SolutionDir)Mayaqua\win32_inc;.;$(SolutionDir)"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;VPN_SPEED;CPU_64"
|
||||
StringPooling="false"
|
||||
ExceptionHandling="0"
|
||||
RuntimeLibrary="0"
|
||||
StructMemberAlignment="4"
|
||||
BufferSecurityCheck="false"
|
||||
EnableFunctionLevelLinking="false"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"
|
||||
DisableSpecificWarnings="4996"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
AdditionalDependencies="libeay32.lib ssleay32.lib zlib.lib"
|
||||
AdditionalLibraryDirectories="$(SolutionDir)BuildFiles\Library\vs2008\$(PlatformName)_$(ConfigurationName)"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\Cfg.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Encrypt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\FileIO.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\HTTP.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Internat.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Kernel.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Mayaqua.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Memory.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Microsoft.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Network.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Object.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\OS.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Pack.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Proxy.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Secure.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Str.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Table.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TcpIp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Tick64.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Tracking.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Unix.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Win32.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\Cfg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cryptoki.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Encrypt.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\FileIO.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\HTTP.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Internat.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Kernel.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Mayaqua.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\MayaType.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Memory.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Microsoft.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Network.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Object.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\OS.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Pack.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Proxy.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\pkcs11.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\pkcs11f.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\pkcs11t.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Secure.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Str.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Table.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TcpIp.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Tick64.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Tracking.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\TunTap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Unix.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Win32.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}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="openssl"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\openssl\aes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\asn1.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\asn1_mac.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\asn1t.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\bio.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\blowfish.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\bn.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\buffer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\camellia.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\cast.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\cmac.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\cms.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\comp.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\conf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\conf_api.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\crypto.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\des.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\des_old.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\dh.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\dsa.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\dso.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\dtls1.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\e_os2.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ebcdic.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ec.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ecdh.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ecdsa.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\engine.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\err.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\evp.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\hmac.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\idea.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\krb5_asn.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\kssl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\lhash.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\md4.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\md5.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\mdc2.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\modes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\obj_mac.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\objects.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ocsp.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\opensslconf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\opensslv.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ossl_typ.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\pem.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\pem2.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\pkcs12.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\pkcs7.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\pqueue.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\rand.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\rc2.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\rc4.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ripemd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\rsa.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\safestack.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\seed.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\sha.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\srp.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\srtp.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ssl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ssl2.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ssl23.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ssl3.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\stack.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\symhacks.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\tls1.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ts.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\txt_db.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ui.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\ui_compat.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\whrlpool.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\x509.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\x509_vfy.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\openssl\x509v3.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="zlib"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\zlib\zconf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\zlib\zlib.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
Reference in New Issue
Block a user