diff options
author | Steve Dower <steve.dower@microsoft.com> | 2014-11-22 20:54:57 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2014-11-22 20:54:57 (GMT) |
commit | 65e4cb10d9d9964f30bc72561bf0e86833328a3b (patch) | |
tree | 1c9502ea790480e2ea06b380d912eeb879b2f96d /PCbuild/ssleay.vcxproj | |
parent | 92716777b862af05bf149bd02cac4d83234751c4 (diff) | |
download | cpython-65e4cb10d9d9964f30bc72561bf0e86833328a3b.zip cpython-65e4cb10d9d9964f30bc72561bf0e86833328a3b.tar.gz cpython-65e4cb10d9d9964f30bc72561bf0e86833328a3b.tar.bz2 |
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release.
Diffstat (limited to 'PCbuild/ssleay.vcxproj')
-rw-r--r-- | PCbuild/ssleay.vcxproj | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/PCbuild/ssleay.vcxproj b/PCbuild/ssleay.vcxproj new file mode 100644 index 0000000..bd7dd40 --- /dev/null +++ b/PCbuild/ssleay.vcxproj @@ -0,0 +1,121 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="PGInstrument|Win32"> + <Configuration>PGInstrument</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="PGInstrument|x64"> + <Configuration>PGInstrument</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="PGUpdate|Win32"> + <Configuration>PGUpdate</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="PGUpdate|x64"> + <Configuration>PGUpdate</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{10615B24-73BF-4EFA-93AA-236916321317}</ProjectGuid> + <RootNamespace>ssleay</RootNamespace> + </PropertyGroup> + + <Import Project="python.props" /> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <Import Project="openssl.props" /> + + <PropertyGroup Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <IntDir Condition="'$(Platform)' != 'x64'">$(opensslDir)tmp32\ssleay\</IntDir> + <IntDir Condition="'$(Platform)' == 'x64'">$(opensslDir)tmp64\ssleay\</IntDir> + </PropertyGroup> + + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + + <ItemGroup> + <!-- + <ClCompile Include="$(opensslDir)ssl\bio_ssl.c" /> + --> + <ClCompile Include="$(opensslDir)ssl\d1_both.c" /> + <!-- + <ClCompile Include="$(opensslDir)ssl\d1_clnt.c" /> + --> + <ClCompile Include="$(opensslDir)ssl\d1_enc.c" /> + <ClCompile Include="$(opensslDir)ssl\d1_lib.c" /> + <!-- + <ClCompile Include="$(opensslDir)ssl\d1_meth.c" /> + --> + <ClCompile Include="$(opensslDir)ssl\d1_pkt.c" /> + <ClCompile Include="$(opensslDir)ssl\d1_srtp.c" /> + <!-- + <ClCompile Include="$(opensslDir)ssl\d1_srvr.c" /> + <ClCompile Include="$(opensslDir)ssl\kssl.c" /> + --> + <ClCompile Include="$(opensslDir)ssl\s2_clnt.c" /> + <ClCompile Include="$(opensslDir)ssl\s2_enc.c" /> + <ClCompile Include="$(opensslDir)ssl\s2_lib.c" /> + <ClCompile Include="$(opensslDir)ssl\s2_meth.c" /> + <ClCompile Include="$(opensslDir)ssl\s2_pkt.c" /> + <ClCompile Include="$(opensslDir)ssl\s2_srvr.c" /> + <ClCompile Include="$(opensslDir)ssl\s23_clnt.c" /> + <ClCompile Include="$(opensslDir)ssl\s23_lib.c" /> + <ClCompile Include="$(opensslDir)ssl\s23_meth.c" /> + <ClCompile Include="$(opensslDir)ssl\s23_pkt.c" /> + <ClCompile Include="$(opensslDir)ssl\s23_srvr.c" /> + <ClCompile Include="$(opensslDir)ssl\s3_both.c" /> + <ClCompile Include="$(opensslDir)ssl\s3_cbc.c" /> + <ClCompile Include="$(opensslDir)ssl\s3_clnt.c" /> + <ClCompile Include="$(opensslDir)ssl\s3_enc.c" /> + <ClCompile Include="$(opensslDir)ssl\s3_lib.c" /> + <ClCompile Include="$(opensslDir)ssl\s3_meth.c" /> + <ClCompile Include="$(opensslDir)ssl\s3_pkt.c" /> + <ClCompile Include="$(opensslDir)ssl\s3_srvr.c" /> + <ClCompile Include="$(opensslDir)ssl\ssl_algs.c" /> + <ClCompile Include="$(opensslDir)ssl\ssl_asn1.c" /> + <ClCompile Include="$(opensslDir)ssl\ssl_cert.c" /> + <ClCompile Include="$(opensslDir)ssl\ssl_ciph.c" /> + <ClCompile Include="$(opensslDir)ssl\ssl_err.c" /> + <ClCompile Include="$(opensslDir)ssl\ssl_err2.c" /> + <ClCompile Include="$(opensslDir)ssl\ssl_lib.c" /> + <ClCompile Include="$(opensslDir)ssl\ssl_rsa.c" /> + <ClCompile Include="$(opensslDir)ssl\ssl_sess.c" /> + <!-- + <ClCompile Include="$(opensslDir)ssl\ssl_stat.c" /> + <ClCompile Include="$(opensslDir)ssl\ssl_txt.c" /> + <ClCompile Include="$(opensslDir)ssl\ssl_utst.c" /> + --> + <ClCompile Include="$(opensslDir)ssl\t1_clnt.c" /> + <ClCompile Include="$(opensslDir)ssl\t1_enc.c" /> + <ClCompile Include="$(opensslDir)ssl\t1_lib.c" /> + <ClCompile Include="$(opensslDir)ssl\t1_meth.c" /> + <ClCompile Include="$(opensslDir)ssl\t1_reneg.c" /> + <ClCompile Include="$(opensslDir)ssl\t1_srvr.c" /> + <ClCompile Include="$(opensslDir)ssl\tls_srp.c" /> + </ItemGroup> + + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <Target Name="Clean" /> + <Target Name="CleanAll"> + <Delete Files="$(TargetPath)" /> + <RemoveDir Directories="$(IntDir)" /> + </Target> +</Project>
\ No newline at end of file |