Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | <ProjectConfiguration Include="Debug|Win32"> |
| 5 | <Configuration>Debug</Configuration> |
| 6 | <Platform>Win32</Platform> |
| 7 | </ProjectConfiguration> |
| 8 | <ProjectConfiguration Include="Release|Win32"> |
| 9 | <Configuration>Release</Configuration> |
| 10 | <Platform>Win32</Platform> |
| 11 | </ProjectConfiguration> |
| 12 | <ProjectConfiguration Include="PGInstrument|Win32"> |
| 13 | <Configuration>PGInstrument</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="PGInstrument|x64"> |
| 17 | <Configuration>PGInstrument</Configuration> |
| 18 | <Platform>x64</Platform> |
| 19 | </ProjectConfiguration> |
| 20 | <ProjectConfiguration Include="PGUpdate|Win32"> |
| 21 | <Configuration>PGUpdate</Configuration> |
| 22 | <Platform>Win32</Platform> |
| 23 | </ProjectConfiguration> |
| 24 | <ProjectConfiguration Include="PGUpdate|x64"> |
| 25 | <Configuration>PGUpdate</Configuration> |
| 26 | <Platform>x64</Platform> |
| 27 | </ProjectConfiguration> |
| 28 | <ProjectConfiguration Include="Debug|x64"> |
| 29 | <Configuration>Debug</Configuration> |
| 30 | <Platform>x64</Platform> |
| 31 | </ProjectConfiguration> |
| 32 | <ProjectConfiguration Include="Release|x64"> |
| 33 | <Configuration>Release</Configuration> |
| 34 | <Platform>x64</Platform> |
| 35 | </ProjectConfiguration> |
| 36 | </ItemGroup> |
| 37 | <PropertyGroup Label="Globals"> |
| 38 | <ProjectGuid>{10615B24-73BF-4EFA-93AA-236916321317}</ProjectGuid> |
| 39 | <RootNamespace>ssleay</RootNamespace> |
| 40 | </PropertyGroup> |
| 41 | |
| 42 | <Import Project="python.props" /> |
| 43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
Steve Dower | bb24087 | 2015-02-05 22:08:48 -0800 | [diff] [blame] | 44 | |
| 45 | <PropertyGroup Label="Configuration"> |
| 46 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 47 | </PropertyGroup> |
| 48 | |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 49 | <Import Project="openssl.props" /> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 50 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 51 | |
| 52 | <ItemGroup> |
| 53 | <!-- |
| 54 | <ClCompile Include="$(opensslDir)ssl\bio_ssl.c" /> |
| 55 | --> |
| 56 | <ClCompile Include="$(opensslDir)ssl\d1_both.c" /> |
| 57 | <!-- |
| 58 | <ClCompile Include="$(opensslDir)ssl\d1_clnt.c" /> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 59 | <ClCompile Include="$(opensslDir)ssl\d1_enc.c" /> |
Steve Dower | c7d979f | 2015-04-11 23:36:04 -0400 | [diff] [blame] | 60 | --> |
Steve Dower | 65e4cb1 | 2014-11-22 12:54:57 -0800 | [diff] [blame] | 61 | <ClCompile Include="$(opensslDir)ssl\d1_lib.c" /> |
| 62 | <!-- |
| 63 | <ClCompile Include="$(opensslDir)ssl\d1_meth.c" /> |
| 64 | --> |
| 65 | <ClCompile Include="$(opensslDir)ssl\d1_pkt.c" /> |
| 66 | <ClCompile Include="$(opensslDir)ssl\d1_srtp.c" /> |
| 67 | <!-- |
| 68 | <ClCompile Include="$(opensslDir)ssl\d1_srvr.c" /> |
| 69 | <ClCompile Include="$(opensslDir)ssl\kssl.c" /> |
| 70 | --> |
| 71 | <ClCompile Include="$(opensslDir)ssl\s2_clnt.c" /> |
| 72 | <ClCompile Include="$(opensslDir)ssl\s2_enc.c" /> |
| 73 | <ClCompile Include="$(opensslDir)ssl\s2_lib.c" /> |
| 74 | <ClCompile Include="$(opensslDir)ssl\s2_meth.c" /> |
| 75 | <ClCompile Include="$(opensslDir)ssl\s2_pkt.c" /> |
| 76 | <ClCompile Include="$(opensslDir)ssl\s2_srvr.c" /> |
| 77 | <ClCompile Include="$(opensslDir)ssl\s23_clnt.c" /> |
| 78 | <ClCompile Include="$(opensslDir)ssl\s23_lib.c" /> |
| 79 | <ClCompile Include="$(opensslDir)ssl\s23_meth.c" /> |
| 80 | <ClCompile Include="$(opensslDir)ssl\s23_pkt.c" /> |
| 81 | <ClCompile Include="$(opensslDir)ssl\s23_srvr.c" /> |
| 82 | <ClCompile Include="$(opensslDir)ssl\s3_both.c" /> |
| 83 | <ClCompile Include="$(opensslDir)ssl\s3_cbc.c" /> |
| 84 | <ClCompile Include="$(opensslDir)ssl\s3_clnt.c" /> |
| 85 | <ClCompile Include="$(opensslDir)ssl\s3_enc.c" /> |
| 86 | <ClCompile Include="$(opensslDir)ssl\s3_lib.c" /> |
| 87 | <ClCompile Include="$(opensslDir)ssl\s3_meth.c" /> |
| 88 | <ClCompile Include="$(opensslDir)ssl\s3_pkt.c" /> |
| 89 | <ClCompile Include="$(opensslDir)ssl\s3_srvr.c" /> |
| 90 | <ClCompile Include="$(opensslDir)ssl\ssl_algs.c" /> |
| 91 | <ClCompile Include="$(opensslDir)ssl\ssl_asn1.c" /> |
| 92 | <ClCompile Include="$(opensslDir)ssl\ssl_cert.c" /> |
| 93 | <ClCompile Include="$(opensslDir)ssl\ssl_ciph.c" /> |
| 94 | <ClCompile Include="$(opensslDir)ssl\ssl_err.c" /> |
| 95 | <ClCompile Include="$(opensslDir)ssl\ssl_err2.c" /> |
| 96 | <ClCompile Include="$(opensslDir)ssl\ssl_lib.c" /> |
| 97 | <ClCompile Include="$(opensslDir)ssl\ssl_rsa.c" /> |
| 98 | <ClCompile Include="$(opensslDir)ssl\ssl_sess.c" /> |
| 99 | <!-- |
| 100 | <ClCompile Include="$(opensslDir)ssl\ssl_stat.c" /> |
| 101 | <ClCompile Include="$(opensslDir)ssl\ssl_txt.c" /> |
| 102 | <ClCompile Include="$(opensslDir)ssl\ssl_utst.c" /> |
| 103 | --> |
| 104 | <ClCompile Include="$(opensslDir)ssl\t1_clnt.c" /> |
| 105 | <ClCompile Include="$(opensslDir)ssl\t1_enc.c" /> |
| 106 | <ClCompile Include="$(opensslDir)ssl\t1_lib.c" /> |
| 107 | <ClCompile Include="$(opensslDir)ssl\t1_meth.c" /> |
| 108 | <ClCompile Include="$(opensslDir)ssl\t1_reneg.c" /> |
| 109 | <ClCompile Include="$(opensslDir)ssl\t1_srvr.c" /> |
| 110 | <ClCompile Include="$(opensslDir)ssl\tls_srp.c" /> |
| 111 | </ItemGroup> |
| 112 | |
| 113 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 114 | <Target Name="Clean" /> |
| 115 | <Target Name="CleanAll"> |
| 116 | <Delete Files="$(TargetPath)" /> |
| 117 | <RemoveDir Directories="$(IntDir)" /> |
| 118 | </Target> |
| 119 | </Project> |