123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|INtime">
- <Configuration>Debug</Configuration>
- <Platform>INtime</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|INtime">
- <Configuration>Release</Configuration>
- <Platform>INtime</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <ItemGroup>
- <Text Include="README.md" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="libwolfssl.c" />
- <ClCompile Include="..\..\src\crl.c" />
- <ClCompile Include="..\..\src\internal.c" />
- <ClCompile Include="..\..\src\wolfio.c" />
- <ClCompile Include="..\..\src\keys.c" />
- <ClCompile Include="..\..\src\ocsp.c" />
- <ClCompile Include="..\..\src\sniffer.c" />
- <ClCompile Include="..\..\src\ssl.c" />
- <ClCompile Include="..\..\src\tls.c" />
- <ClCompile Include="..\..\wolfcrypt\src\aes.c" />
- <ClCompile Include="..\..\wolfcrypt\src\arc4.c" />
- <ClCompile Include="..\..\wolfcrypt\src\asm.c" />
- <ClCompile Include="..\..\wolfcrypt\src\asn.c" />
- <ClCompile Include="..\..\wolfcrypt\src\blake2b.c" />
- <ClCompile Include="..\..\wolfcrypt\src\camellia.c" />
- <ClCompile Include="..\..\wolfcrypt\src\chacha.c" />
- <ClCompile Include="..\..\wolfcrypt\src\chacha20_poly1305.c" />
- <ClCompile Include="..\..\wolfcrypt\src\cmac.c" />
- <ClCompile Include="..\..\wolfcrypt\src\coding.c" />
- <ClCompile Include="..\..\wolfcrypt\src\compress.c" />
- <ClCompile Include="..\..\wolfcrypt\src\curve25519.c" />
- <ClCompile Include="..\..\wolfcrypt\src\des3.c" />
- <ClCompile Include="..\..\wolfcrypt\src\dh.c" />
- <ClCompile Include="..\..\wolfcrypt\src\dsa.c" />
- <ClCompile Include="..\..\wolfcrypt\src\ecc.c" />
- <ClCompile Include="..\..\wolfcrypt\src\ed25519.c" />
- <ClCompile Include="..\..\wolfcrypt\src\error.c" />
- <ClCompile Include="..\..\wolfcrypt\src\fe_low_mem.c" />
- <ClCompile Include="..\..\wolfcrypt\src\fe_operations.c" />
- <ClCompile Include="..\..\wolfcrypt\src\ge_low_mem.c" />
- <ClCompile Include="..\..\wolfcrypt\src\ge_operations.c" />
- <ClCompile Include="..\..\wolfcrypt\src\hash.c" />
- <ClCompile Include="..\..\wolfcrypt\src\hc128.c" />
- <ClCompile Include="..\..\wolfcrypt\src\hmac.c" />
- <ClCompile Include="..\..\wolfcrypt\src\idea.c" />
- <ClCompile Include="..\..\wolfcrypt\src\integer.c" />
- <ClCompile Include="..\..\wolfcrypt\src\logging.c" />
- <ClCompile Include="..\..\wolfcrypt\src\md2.c" />
- <ClCompile Include="..\..\wolfcrypt\src\md4.c" />
- <ClCompile Include="..\..\wolfcrypt\src\md5.c" />
- <ClCompile Include="..\..\wolfcrypt\src\memory.c" />
- <ClCompile Include="..\..\wolfcrypt\src\pkcs12.c" />
- <ClCompile Include="..\..\wolfcrypt\src\pkcs7.c" />
- <ClCompile Include="..\..\wolfcrypt\src\poly1305.c" />
- <ClCompile Include="..\..\wolfcrypt\src\pwdbased.c" />
- <ClCompile Include="..\..\wolfcrypt\src\rabbit.c" />
- <ClCompile Include="..\..\wolfcrypt\src\random.c" />
- <ClCompile Include="..\..\wolfcrypt\src\ripemd.c" />
- <ClCompile Include="..\..\wolfcrypt\src\rsa.c" />
- <ClCompile Include="..\..\wolfcrypt\src\sha.c" />
- <ClCompile Include="..\..\wolfcrypt\src\sha256.c" />
- <ClCompile Include="..\..\wolfcrypt\src\sha512.c" />
- <ClCompile Include="..\..\wolfcrypt\src\signature.c" />
- <ClCompile Include="..\..\wolfcrypt\src\srp.c" />
- <ClCompile Include="..\..\wolfcrypt\src\tfm.c" />
- <ClCompile Include="..\..\wolfcrypt\src\wc_encrypt.c" />
- <ClCompile Include="..\..\wolfcrypt\src\wc_port.c" />
- <ClCompile Include="..\..\wolfcrypt\src\wolfevent.c" />
- <ClCompile Include="..\..\wolfcrypt\src\wolfmath.c" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="user_settings.h" />
- <ClInclude Include="..\..\wolfssl\callbacks.h" />
- <ClInclude Include="..\..\wolfssl\certs_test.h" />
- <ClInclude Include="..\..\wolfssl\crl.h" />
- <ClInclude Include="..\..\wolfssl\error-ssl.h" />
- <ClInclude Include="..\..\wolfssl\internal.h" />
- <ClInclude Include="..\..\wolfssl\ocsp.h" />
- <ClInclude Include="..\..\wolfssl\options.h" />
- <ClInclude Include="..\..\wolfssl\sniffer.h" />
- <ClInclude Include="..\..\wolfssl\sniffer_error.h" />
- <ClInclude Include="..\..\wolfssl\ssl.h" />
- <ClInclude Include="..\..\wolfssl\test.h" />
- <ClInclude Include="..\..\wolfssl\version.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\aes.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\arc4.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\asn.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\asn_public.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\async.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\blake2-impl.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\blake2-int.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\blake2.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\camellia.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\chacha.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\chacha20_poly1305.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\cmac.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\coding.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\compress.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\curve25519.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\des3.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\dh.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\dsa.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\ecc.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\ed25519.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\error-crypt.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\fe_operations.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\fips_test.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\ge_operations.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\hash.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\hc128.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\hmac.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\idea.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\integer.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\logging.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\md2.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\md4.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\md5.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\memory.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\mem_track.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\misc.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\mpi_class.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\mpi_superclass.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\pkcs12.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\pkcs7.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\poly1305.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\pwdbased.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\rabbit.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\random.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\ripemd.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\rsa.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\settings.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\sha.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\sha256.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\sha512.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\signature.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\srp.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\tfm.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\types.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\visibility.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\wc_encrypt.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\wc_port.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\wolfevent.h" />
- <ClInclude Include="..\..\wolfssl\wolfcrypt\wolfmath.h" />
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{1731767D-573F-45C9-A466-191DA0D180CF}</ProjectGuid>
- <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|INtime'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <CharacterSet>NotSet</CharacterSet>
- <PlatformToolset>v140</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|INtime'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <WholeProgramOptimization>false</WholeProgramOptimization>
- <CharacterSet>NotSet</CharacterSet>
- <PlatformToolset>v140</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|INtime'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|INtime'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|INtime'">
- <IntDir>$(Configuration)_$(ProjectName)\</IntDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|INtime'">
- <IntDir>$(Configuration)_$(ProjectName)\</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|INtime'">
- <ClCompile>
- </ClCompile>
- <Link>
- <Version>21076.20052</Version>
- <AdditionalOptions>/SAFESEH:NO %(AdditionalOptions)</AdditionalOptions>
- <AdditionalDependencies>rt.lib;pcibus.lib;netlib.lib;clib.lib;vshelper.lib</AdditionalDependencies>
- <OutputFile>$(SolutionDir)$(Configuration)\\libwolfssl.rsl</OutputFile>
- </Link>
- <ClCompile>
- <ExceptionHandling>Async</ExceptionHandling>
- <PreprocessorDefinitions>_USRDLL;WOLFSSL_DLL;BUILDING_WOLFSSL;WOLFSSL_USER_SETTINGS;_USE_64BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|INtime'">
- <ClCompile>
- </ClCompile>
- <Link>
- <Version>21076.20052</Version>
- <AdditionalOptions>/SAFESEH:NO %(AdditionalOptions)</AdditionalOptions>
- <AdditionalDependencies>rt.lib;pcibus.lib;netlib.lib;clib.lib;vshelper.lib</AdditionalDependencies>
- <OutputFile>$(SolutionDir)$(Configuration)\\libwolfssl.rsl</OutputFile>
- </Link>
- <ClCompile>
- <ExceptionHandling>Async</ExceptionHandling>
- <PreprocessorDefinitions>_USRDLL;WOLFSSL_DLL;BUILDING_WOLFSSL;WOLFSSL_USER_SETTINGS;_USE_64BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ClCompile>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|