Staging
v0.5.1
https://github.com/python/cpython
Revision 200a6157745fba7a658da53d9c8a7b85a900d565 authored by Martin Panter on 30 May 2016, 04:04:50 UTC, committed by Martin Panter on 30 May 2016, 04:04:50 UTC
1 parent f50417b
Raw File
Tip revision: 200a6157745fba7a658da53d9c8a7b85a900d565 authored by Martin Panter on 30 May 2016, 04:04:50 UTC
Issue #27125: Remove duplicated words from documentation and comments
Tip revision: 200a615
ssleay.vcxproj
<?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" />

  <PropertyGroup Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
  </PropertyGroup>

  <Import Project="openssl.props" />
  <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>
back to top