Home | History | Annotate | Download | only in PCbuild
      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>{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}</ProjectGuid>
     39     <RootNamespace>libeay</RootNamespace>
     40   </PropertyGroup>
     41 
     42   <Import Project="python.props" />
     43   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     44 
     45   <PropertyGroup Label="Configuration">
     46     <ConfigurationType>StaticLibrary</ConfigurationType>
     47   </PropertyGroup>
     48    
     49   <Import Project="openssl.props" />
     50   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     51 
     52   <Target Name="CreateBuildinfH" Inputs="$(MSBuildProjectFullPath)" Outputs="$(IntDir)\buildinf.h" AfterTargets="PrepareForBuild">
     53     <PropertyGroup>
     54       <_DATEValue>#define DATE "$([System.DateTime]::Now.ToString(`ddd MMM dd HH':'mm':'ss yyyy`))"</_DATEValue>
     55       <_CFLAGSValue>#define CFLAGS "cl /MD /Ox -W3 -Gs0 -Gy -nologo @(PreprocessorDefinitions->'-D%(Identity)',' ')"</_CFLAGSValue>
     56       <_PLATFORMValue Condition="$(Platform)=='Win32'">#define PLATFORM "VC-WIN32"</_PLATFORMValue>
     57       <_PLATFORMValue Condition="$(Platform)=='x64'">#define PLATFORM "VC-WIN64A"</_PLATFORMValue>
     58     </PropertyGroup>
     59     <WriteLinesToFile File="$(IntDir)\buildinf.h"
     60                       Lines="$(_DATEValue);$(_CFLAGSValue);$(_PLATFORMValue)"
     61                       Overwrite="true" />
     62     <Message Text="Updating buildinf.h:
     63     $(_DATEValue)
     64     $(_CFLAGSValue)
     65     $(_PLATFORMValue)" Importance="normal" />
     66   </Target>
     67 
     68   <Target Name="SuppressOriginalBuildinfH" Condition="Exists('$(opensslDir)crypto\buildinf.h')" BeforeTargets="PrepareForBuild">
     69     <Move SourceFiles="$(opensslDir)crypto\buildinf.h" DestinationFiles="$(opensslDir)crypto\buildinf.h.orig" />
     70   </Target>
     71 
     72   <ItemGroup>
     73     <ClCompile Include="$(opensslDir)crypto\cversion.c">
     74       <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     75     </ClCompile>
     76   </ItemGroup>
     77   
     78   <ItemGroup>
     79     <!--
     80     <ClCompile Include="$(opensslDir)apps\errstr.c" />
     81     <ClCompile Include="$(opensslDir)crypto\aes\aes_cfb.c" />
     82     <ClCompile Include="$(opensslDir)crypto\aes\aes_ctr.c" />
     83     <ClCompile Include="$(opensslDir)crypto\aes\aes_ecb.c" />
     84     -->
     85     <ClCompile Include="$(opensslDir)crypto\aes\aes_ige.c" />
     86     <ClCompile Include="$(opensslDir)crypto\aes\aes_misc.c" />
     87     <!--
     88     <ClCompile Include="$(opensslDir)crypto\aes\aes_ofb.c" />
     89     -->
     90     <ClCompile Include="$(opensslDir)crypto\aes\aes_wrap.c" />
     91     <ClCompile Include="$(opensslDir)crypto\asn1\a_bitstr.c" />
     92     <ClCompile Include="$(opensslDir)crypto\asn1\a_bool.c" />
     93     <ClCompile Include="$(opensslDir)crypto\asn1\a_bytes.c" />
     94     <ClCompile Include="$(opensslDir)crypto\asn1\a_d2i_fp.c" />
     95     <ClCompile Include="$(opensslDir)crypto\asn1\a_digest.c" />
     96     <ClCompile Include="$(opensslDir)crypto\asn1\a_dup.c" />
     97     <ClCompile Include="$(opensslDir)crypto\asn1\a_enum.c" />
     98     <ClCompile Include="$(opensslDir)crypto\asn1\a_gentm.c" />
     99     <ClCompile Include="$(opensslDir)crypto\asn1\a_i2d_fp.c" />
    100     <ClCompile Include="$(opensslDir)crypto\asn1\a_int.c" />
    101     <ClCompile Include="$(opensslDir)crypto\asn1\a_mbstr.c" />
    102     <ClCompile Include="$(opensslDir)crypto\asn1\a_object.c" />
    103     <ClCompile Include="$(opensslDir)crypto\asn1\a_octet.c" />
    104     <ClCompile Include="$(opensslDir)crypto\asn1\a_print.c" />
    105     <ClCompile Include="$(opensslDir)crypto\asn1\a_set.c" />
    106     <ClCompile Include="$(opensslDir)crypto\asn1\a_sign.c" />
    107     <ClCompile Include="$(opensslDir)crypto\asn1\a_strex.c" />
    108     <ClCompile Include="$(opensslDir)crypto\asn1\a_strnid.c" />
    109     <ClCompile Include="$(opensslDir)crypto\asn1\a_time.c" />
    110     <ClCompile Include="$(opensslDir)crypto\asn1\a_type.c" />
    111     <ClCompile Include="$(opensslDir)crypto\asn1\a_utctm.c" />
    112     <ClCompile Include="$(opensslDir)crypto\asn1\a_utf8.c" />
    113     <ClCompile Include="$(opensslDir)crypto\asn1\a_verify.c" />
    114     <ClCompile Include="$(opensslDir)crypto\asn1\ameth_lib.c" />
    115     <ClCompile Include="$(opensslDir)crypto\asn1\asn_mime.c" />
    116     <ClCompile Include="$(opensslDir)crypto\asn1\asn_moid.c" />
    117     <ClCompile Include="$(opensslDir)crypto\asn1\asn_pack.c" />
    118     <ClCompile Include="$(opensslDir)crypto\asn1\asn1_err.c" />
    119     <ClCompile Include="$(opensslDir)crypto\asn1\asn1_gen.c" />
    120     <ClCompile Include="$(opensslDir)crypto\asn1\asn1_lib.c" />
    121     <ClCompile Include="$(opensslDir)crypto\asn1\asn1_par.c" />
    122     <ClCompile Include="$(opensslDir)crypto\asn1\bio_asn1.c" />
    123     <ClCompile Include="$(opensslDir)crypto\asn1\bio_ndef.c" />
    124     <ClCompile Include="$(opensslDir)crypto\asn1\d2i_pr.c" />
    125     <!--
    126     <ClCompile Include="$(opensslDir)crypto\asn1\d2i_pu.c" />
    127     -->
    128     <ClCompile Include="$(opensslDir)crypto\asn1\evp_asn1.c" />
    129     <!--
    130     <ClCompile Include="$(opensslDir)crypto\asn1\f_enum.c" />
    131     -->
    132     <ClCompile Include="$(opensslDir)crypto\asn1\f_int.c" />
    133     <ClCompile Include="$(opensslDir)crypto\asn1\f_string.c" />
    134     <ClCompile Include="$(opensslDir)crypto\asn1\i2d_pr.c" />
    135     <!--
    136     <ClCompile Include="$(opensslDir)crypto\asn1\i2d_pu.c" />
    137     -->
    138     <ClCompile Include="$(opensslDir)crypto\asn1\n_pkey.c" />
    139     <ClCompile Include="$(opensslDir)crypto\asn1\nsseq.c" />
    140     <ClCompile Include="$(opensslDir)crypto\asn1\p5_pbe.c" />
    141     <ClCompile Include="$(opensslDir)crypto\asn1\p5_pbev2.c" />
    142     <ClCompile Include="$(opensslDir)crypto\asn1\p8_pkey.c" />
    143     <!--
    144     <ClCompile Include="$(opensslDir)crypto\asn1\t_bitst.c" />
    145     <ClCompile Include="$(opensslDir)crypto\asn1\t_crl.c" />
    146     -->
    147     <ClCompile Include="$(opensslDir)crypto\asn1\t_pkey.c" />
    148     <!--
    149     <ClCompile Include="$(opensslDir)crypto\asn1\t_req.c" />
    150     <ClCompile Include="$(opensslDir)crypto\asn1\t_spki.c" />
    151     -->
    152     <ClCompile Include="$(opensslDir)crypto\asn1\t_x509.c" />
    153     <ClCompile Include="$(opensslDir)crypto\asn1\t_x509a.c" />
    154     <ClCompile Include="$(opensslDir)crypto\asn1\tasn_dec.c" />
    155     <ClCompile Include="$(opensslDir)crypto\asn1\tasn_enc.c" />
    156     <ClCompile Include="$(opensslDir)crypto\asn1\tasn_fre.c" />
    157     <ClCompile Include="$(opensslDir)crypto\asn1\tasn_new.c" />
    158     <ClCompile Include="$(opensslDir)crypto\asn1\tasn_prn.c" />
    159     <ClCompile Include="$(opensslDir)crypto\asn1\tasn_typ.c" />
    160     <ClCompile Include="$(opensslDir)crypto\asn1\tasn_utl.c" />
    161     <ClCompile Include="$(opensslDir)crypto\asn1\x_algor.c" />
    162     <ClCompile Include="$(opensslDir)crypto\asn1\x_attrib.c" />
    163     <ClCompile Include="$(opensslDir)crypto\asn1\x_bignum.c" />
    164     <ClCompile Include="$(opensslDir)crypto\asn1\x_crl.c" />
    165     <ClCompile Include="$(opensslDir)crypto\asn1\x_exten.c" />
    166     <ClCompile Include="$(opensslDir)crypto\asn1\x_info.c" />
    167     <ClCompile Include="$(opensslDir)crypto\asn1\x_long.c" />
    168     <ClCompile Include="$(opensslDir)crypto\asn1\x_name.c" />
    169     <ClCompile Include="$(opensslDir)crypto\asn1\x_nx509.c" />
    170     <ClCompile Include="$(opensslDir)crypto\asn1\x_pkey.c" />
    171     <ClCompile Include="$(opensslDir)crypto\asn1\x_pubkey.c" />
    172     <ClCompile Include="$(opensslDir)crypto\asn1\x_req.c" />
    173     <ClCompile Include="$(opensslDir)crypto\asn1\x_sig.c" />
    174     <ClCompile Include="$(opensslDir)crypto\asn1\x_spki.c" />
    175     <ClCompile Include="$(opensslDir)crypto\asn1\x_val.c" />
    176     <ClCompile Include="$(opensslDir)crypto\asn1\x_x509.c" />
    177     <ClCompile Include="$(opensslDir)crypto\asn1\x_x509a.c" />
    178     <ClCompile Include="$(opensslDir)crypto\bf\bf_cfb64.c" />
    179     <ClCompile Include="$(opensslDir)crypto\bf\bf_ecb.c" />
    180     <ClCompile Include="$(opensslDir)crypto\bf\bf_ofb64.c" />
    181     <ClCompile Include="$(opensslDir)crypto\bf\bf_skey.c" />
    182     <ClCompile Include="$(opensslDir)crypto\bio\b_dump.c" />
    183     <ClCompile Include="$(opensslDir)crypto\bio\b_print.c" />
    184     <ClCompile Include="$(opensslDir)crypto\bio\b_sock.c" />
    185     <ClCompile Include="$(opensslDir)crypto\bio\bf_buff.c" />
    186     <!--
    187     <ClCompile Include="$(opensslDir)crypto\bio\bf_nbio.c" />
    188     <ClCompile Include="$(opensslDir)crypto\bio\bf_null.c" />
    189     <ClCompile Include="$(opensslDir)crypto\bio\bio_cb.c" />
    190     -->
    191     <ClCompile Include="$(opensslDir)crypto\bio\bio_err.c" />
    192     <ClCompile Include="$(opensslDir)crypto\bio\bio_lib.c" />
    193     <!--
    194     <ClCompile Include="$(opensslDir)crypto\bio\bss_acpt.c" />
    195     <ClCompile Include="$(opensslDir)crypto\bio\bss_bio.c" />
    196     -->
    197     <ClCompile Include="$(opensslDir)crypto\bio\bss_conn.c" />
    198     <!--
    199     <ClCompile Include="$(opensslDir)crypto\bio\bss_dgram.c" />
    200     <ClCompile Include="$(opensslDir)crypto\bio\bss_fd.c" />
    201     -->
    202     <ClCompile Include="$(opensslDir)crypto\bio\bss_file.c" />
    203     <!--
    204     <ClCompile Include="$(opensslDir)crypto\bio\bss_log.c" />
    205     -->
    206     <ClCompile Include="$(opensslDir)crypto\bio\bss_mem.c" />
    207     <ClCompile Include="$(opensslDir)crypto\bio\bss_null.c" />
    208     <ClCompile Include="$(opensslDir)crypto\bio\bss_sock.c" />
    209     <ClCompile Include="$(opensslDir)crypto\bn\bn_add.c" />
    210     <ClCompile Include="$(opensslDir)crypto\bn\bn_blind.c" />
    211     <!--
    212     <ClCompile Include="$(opensslDir)crypto\bn\bn_const.c" />
    213     -->
    214     <ClCompile Include="$(opensslDir)crypto\bn\bn_ctx.c" />
    215     <!--
    216     <ClCompile Include="$(opensslDir)crypto\bn\bn_depr.c" />
    217     -->
    218     <ClCompile Include="$(opensslDir)crypto\bn\bn_div.c" />
    219     <ClCompile Include="$(opensslDir)crypto\bn\bn_err.c" />
    220     <ClCompile Include="$(opensslDir)crypto\bn\bn_exp.c" />
    221     <ClCompile Include="$(opensslDir)crypto\bn\bn_exp2.c" />
    222     <ClCompile Include="$(opensslDir)crypto\bn\bn_gcd.c" />
    223     <ClCompile Include="$(opensslDir)crypto\bn\bn_gf2m.c" />
    224     <ClCompile Include="$(opensslDir)crypto\bn\bn_kron.c" />
    225     <ClCompile Include="$(opensslDir)crypto\bn\bn_lib.c" />
    226     <ClCompile Include="$(opensslDir)crypto\bn\bn_mod.c" />
    227     <ClCompile Include="$(opensslDir)crypto\bn\bn_mont.c" />
    228     <!--
    229     <ClCompile Include="$(opensslDir)crypto\bn\bn_mpi.c" />
    230     -->
    231     <ClCompile Include="$(opensslDir)crypto\bn\bn_mul.c" />
    232     <ClCompile Include="$(opensslDir)crypto\bn\bn_nist.c" />
    233     <ClCompile Include="$(opensslDir)crypto\bn\bn_prime.c" />
    234     <ClCompile Include="$(opensslDir)crypto\bn\bn_print.c" />
    235     <ClCompile Include="$(opensslDir)crypto\bn\bn_rand.c" />
    236     <ClCompile Include="$(opensslDir)crypto\bn\bn_recp.c" />
    237     <ClCompile Include="$(opensslDir)crypto\bn\bn_shift.c" />
    238     <ClCompile Include="$(opensslDir)crypto\bn\bn_sqr.c" />
    239     <ClCompile Include="$(opensslDir)crypto\bn\bn_sqrt.c" />
    240     <ClCompile Include="$(opensslDir)crypto\bn\bn_word.c" />
    241     <!--
    242     <ClCompile Include="$(opensslDir)crypto\bn\bn_x931p.c" />
    243     -->
    244     <ClCompile Include="$(opensslDir)crypto\buffer\buf_err.c" />
    245     <ClCompile Include="$(opensslDir)crypto\buffer\buf_str.c" />
    246     <ClCompile Include="$(opensslDir)crypto\buffer\buffer.c" />
    247     <ClCompile Include="$(opensslDir)crypto\camellia\cmll_cfb.c" />
    248     <!--
    249     <ClCompile Include="$(opensslDir)crypto\camellia\cmll_ctr.c" />
    250     -->
    251     <ClCompile Include="$(opensslDir)crypto\camellia\cmll_ecb.c" />
    252     <ClCompile Include="$(opensslDir)crypto\camellia\cmll_ofb.c" />
    253     <ClCompile Include="$(opensslDir)crypto\camellia\cmll_utl.c" />
    254     <ClCompile Include="$(opensslDir)crypto\cast\c_cfb64.c" />
    255     <ClCompile Include="$(opensslDir)crypto\cast\c_ecb.c" />
    256     <ClCompile Include="$(opensslDir)crypto\cast\c_ofb64.c" />
    257     <ClCompile Include="$(opensslDir)crypto\cast\c_skey.c" />
    258     <ClCompile Include="$(opensslDir)crypto\cmac\cm_ameth.c" />
    259     <ClCompile Include="$(opensslDir)crypto\cmac\cm_pmeth.c" />
    260     <ClCompile Include="$(opensslDir)crypto\cmac\cmac.c" />
    261     <ClCompile Include="$(opensslDir)crypto\cms\cms_asn1.c" />
    262     <ClCompile Include="$(opensslDir)crypto\cms\cms_att.c" />
    263     <!--
    264     <ClCompile Include="$(opensslDir)crypto\cms\cms_cd.c" />
    265     -->
    266     <ClCompile Include="$(opensslDir)crypto\cms\cms_dd.c" />
    267     <ClCompile Include="$(opensslDir)crypto\cms\cms_enc.c" />
    268     <ClCompile Include="$(opensslDir)crypto\cms\cms_env.c" />
    269     <ClCompile Include="$(opensslDir)crypto\cms\cms_err.c" />
    270     <!--
    271     <ClCompile Include="$(opensslDir)crypto\cms\cms_ess.c" />
    272     -->
    273     <ClCompile Include="$(opensslDir)crypto\cms\cms_io.c" />
    274     <ClCompile Include="$(opensslDir)crypto\cms\cms_kari.c" />
    275     <ClCompile Include="$(opensslDir)crypto\cms\cms_lib.c" />
    276     <ClCompile Include="$(opensslDir)crypto\cms\cms_pwri.c" />
    277     <ClCompile Include="$(opensslDir)crypto\cms\cms_sd.c" />
    278     <!--
    279     <ClCompile Include="$(opensslDir)crypto\cms\cms_smime.c" />
    280     <ClCompile Include="$(opensslDir)crypto\comp\c_rle.c" />
    281     -->
    282     <ClCompile Include="$(opensslDir)crypto\comp\c_zlib.c" />
    283     <ClCompile Include="$(opensslDir)crypto\comp\comp_err.c" />
    284     <ClCompile Include="$(opensslDir)crypto\comp\comp_lib.c" />
    285     <ClCompile Include="$(opensslDir)crypto\conf\conf_api.c" />
    286     <ClCompile Include="$(opensslDir)crypto\conf\conf_def.c" />
    287     <ClCompile Include="$(opensslDir)crypto\conf\conf_err.c" />
    288     <ClCompile Include="$(opensslDir)crypto\conf\conf_lib.c" />
    289     <ClCompile Include="$(opensslDir)crypto\conf\conf_mall.c" />
    290     <ClCompile Include="$(opensslDir)crypto\conf\conf_mod.c" />
    291     <!--
    292     <ClCompile Include="$(opensslDir)crypto\conf\conf_sap.c" />
    293     -->
    294     <ClCompile Include="$(opensslDir)crypto\cpt_err.c" />
    295     <ClCompile Include="$(opensslDir)crypto\cryptlib.c" />
    296     <ClCompile Include="$(opensslDir)crypto\des\cbc_cksm.c" />
    297     <!--
    298     <ClCompile Include="$(opensslDir)crypto\des\cbc_enc.c" />
    299     -->
    300     <ClCompile Include="$(opensslDir)crypto\des\cfb_enc.c" />
    301     <ClCompile Include="$(opensslDir)crypto\des\cfb64ede.c" />
    302     <ClCompile Include="$(opensslDir)crypto\des\cfb64enc.c" />
    303     <!--
    304     <ClCompile Include="$(opensslDir)crypto\des\des_old.c" />
    305     <ClCompile Include="$(opensslDir)crypto\des\des_old2.c" />
    306     -->
    307     <ClCompile Include="$(opensslDir)crypto\des\ecb_enc.c" />
    308     <ClCompile Include="$(opensslDir)crypto\des\ecb3_enc.c" />
    309     <!--
    310     <ClCompile Include="$(opensslDir)crypto\des\ede_cbcm_enc.c" />
    311     <ClCompile Include="$(opensslDir)crypto\des\enc_read.c" />
    312     <ClCompile Include="$(opensslDir)crypto\des\enc_writ.c" />
    313     <ClCompile Include="$(opensslDir)crypto\des\fcrypt.c" />
    314     <ClCompile Include="$(opensslDir)crypto\des\ofb_enc.c" />
    315     -->
    316     <ClCompile Include="$(opensslDir)crypto\des\ofb64ede.c" />
    317     <ClCompile Include="$(opensslDir)crypto\des\ofb64enc.c" />
    318     <!--
    319     <ClCompile Include="$(opensslDir)crypto\des\pcbc_enc.c" />
    320     <ClCompile Include="$(opensslDir)crypto\des\qud_cksm.c" />
    321     <ClCompile Include="$(opensslDir)crypto\des\rand_key.c" />
    322     <ClCompile Include="$(opensslDir)crypto\des\read2pwd.c" />
    323     <ClCompile Include="$(opensslDir)crypto\des\rpc_enc.c" />
    324     -->
    325     <ClCompile Include="$(opensslDir)crypto\des\set_key.c" />
    326     <!--
    327     <ClCompile Include="$(opensslDir)crypto\des\str2key.c" />
    328     -->
    329     <ClCompile Include="$(opensslDir)crypto\des\xcbc_enc.c" />
    330     <ClCompile Include="$(opensslDir)crypto\dh\dh_ameth.c" />
    331     <ClCompile Include="$(opensslDir)crypto\dh\dh_asn1.c" />
    332     <ClCompile Include="$(opensslDir)crypto\dh\dh_check.c" />
    333     <!--
    334     <ClCompile Include="$(opensslDir)crypto\dh\dh_depr.c" />
    335     -->
    336     <ClCompile Include="$(opensslDir)crypto\dh\dh_err.c" />
    337     <ClCompile Include="$(opensslDir)crypto\dh\dh_gen.c" />
    338     <ClCompile Include="$(opensslDir)crypto\dh\dh_kdf.c" />
    339     <ClCompile Include="$(opensslDir)crypto\dh\dh_key.c" />
    340     <ClCompile Include="$(opensslDir)crypto\dh\dh_lib.c" />
    341     <ClCompile Include="$(opensslDir)crypto\dh\dh_pmeth.c" />
    342     <!--
    343     <ClCompile Include="$(opensslDir)crypto\dh\dh_prn.c" />
    344     -->
    345     <ClCompile Include="$(opensslDir)crypto\dh\dh_rfc5114.c" />
    346     <ClCompile Include="$(opensslDir)crypto\dsa\dsa_ameth.c" />
    347     <ClCompile Include="$(opensslDir)crypto\dsa\dsa_asn1.c" />
    348     <!--
    349     <ClCompile Include="$(opensslDir)crypto\dsa\dsa_depr.c" />
    350     -->
    351     <ClCompile Include="$(opensslDir)crypto\dsa\dsa_err.c" />
    352     <ClCompile Include="$(opensslDir)crypto\dsa\dsa_gen.c" />
    353     <ClCompile Include="$(opensslDir)crypto\dsa\dsa_key.c" />
    354     <ClCompile Include="$(opensslDir)crypto\dsa\dsa_lib.c" />
    355     <ClCompile Include="$(opensslDir)crypto\dsa\dsa_ossl.c" />
    356     <ClCompile Include="$(opensslDir)crypto\dsa\dsa_pmeth.c" />
    357     <!--
    358     <ClCompile Include="$(opensslDir)crypto\dsa\dsa_prn.c" />
    359     -->
    360     <ClCompile Include="$(opensslDir)crypto\dsa\dsa_sign.c" />
    361     <ClCompile Include="$(opensslDir)crypto\dsa\dsa_vrf.c" />
    362     <!--
    363     <ClCompile Include="$(opensslDir)crypto\dso\dso_beos.c" />
    364     <ClCompile Include="$(opensslDir)crypto\dso\dso_dl.c" />
    365     <ClCompile Include="$(opensslDir)crypto\dso\dso_dlfcn.c" />
    366     -->
    367     <ClCompile Include="$(opensslDir)crypto\dso\dso_err.c" />
    368     <ClCompile Include="$(opensslDir)crypto\dso\dso_lib.c" />
    369     <!--
    370     <ClCompile Include="$(opensslDir)crypto\dso\dso_null.c" />
    371     -->
    372     <ClCompile Include="$(opensslDir)crypto\dso\dso_openssl.c" />
    373     <!--
    374     <ClCompile Include="$(opensslDir)crypto\dso\dso_vms.c" />
    375     -->
    376     <ClCompile Include="$(opensslDir)crypto\dso\dso_win32.c" />
    377     <!--
    378     <ClCompile Include="$(opensslDir)crypto\ebcdic.c" />
    379     -->
    380     <ClCompile Include="$(opensslDir)crypto\ec\ec_ameth.c" />
    381     <ClCompile Include="$(opensslDir)crypto\ec\ec_asn1.c" />
    382     <!--
    383     <ClCompile Include="$(opensslDir)crypto\ec\ec_check.c" />
    384     -->
    385     <ClCompile Include="$(opensslDir)crypto\ec\ec_curve.c" />
    386     <ClCompile Include="$(opensslDir)crypto\ec\ec_cvt.c" />
    387     <ClCompile Include="$(opensslDir)crypto\ec\ec_err.c" />
    388     <ClCompile Include="$(opensslDir)crypto\ec\ec_key.c" />
    389     <ClCompile Include="$(opensslDir)crypto\ec\ec_lib.c" />
    390     <ClCompile Include="$(opensslDir)crypto\ec\ec_mult.c" />
    391     <ClCompile Include="$(opensslDir)crypto\ec\ec_oct.c" />
    392     <ClCompile Include="$(opensslDir)crypto\ec\ec_pmeth.c" />
    393     <ClCompile Include="$(opensslDir)crypto\ec\ec_print.c" />
    394     <ClCompile Include="$(opensslDir)crypto\ec\ec2_mult.c" />
    395     <ClCompile Include="$(opensslDir)crypto\ec\ec2_oct.c" />
    396     <ClCompile Include="$(opensslDir)crypto\ec\ec2_smpl.c" />
    397     <ClCompile Include="$(opensslDir)crypto\ec\eck_prn.c" />
    398     <ClCompile Include="$(opensslDir)crypto\ec\ecp_mont.c" />
    399     <ClCompile Include="$(opensslDir)crypto\ec\ecp_nist.c" />
    400     <!--
    401     <ClCompile Include="$(opensslDir)crypto\ec\ecp_nistp224.c" />
    402     <ClCompile Include="$(opensslDir)crypto\ec\ecp_nistp256.c" />
    403     <ClCompile Include="$(opensslDir)crypto\ec\ecp_nistp521.c" />
    404     <ClCompile Include="$(opensslDir)crypto\ec\ecp_nistputil.c" />
    405     -->
    406     <ClCompile Include="$(opensslDir)crypto\ec\ecp_oct.c" />
    407     <ClCompile Include="$(opensslDir)crypto\ec\ecp_smpl.c" />
    408     <ClCompile Include="$(opensslDir)crypto\ecdh\ech_err.c" />
    409     <ClCompile Include="$(opensslDir)crypto\ecdh\ech_kdf.c" />
    410     <ClCompile Include="$(opensslDir)crypto\ecdh\ech_key.c" />
    411     <ClCompile Include="$(opensslDir)crypto\ecdh\ech_lib.c" />
    412     <ClCompile Include="$(opensslDir)crypto\ecdh\ech_ossl.c" />
    413     <ClCompile Include="$(opensslDir)crypto\ecdsa\ecs_asn1.c" />
    414     <ClCompile Include="$(opensslDir)crypto\ecdsa\ecs_err.c" />
    415     <ClCompile Include="$(opensslDir)crypto\ecdsa\ecs_lib.c" />
    416     <ClCompile Include="$(opensslDir)crypto\ecdsa\ecs_ossl.c" />
    417     <ClCompile Include="$(opensslDir)crypto\ecdsa\ecs_sign.c" />
    418     <ClCompile Include="$(opensslDir)crypto\ecdsa\ecs_vrf.c" />
    419     <ClCompile Include="$(opensslDir)crypto\engine\eng_all.c" />
    420     <ClCompile Include="$(opensslDir)crypto\engine\eng_cnf.c" />
    421     <!--
    422     <ClCompile Include="$(opensslDir)crypto\engine\eng_cryptodev.c" />
    423     -->
    424     <ClCompile Include="$(opensslDir)crypto\engine\eng_ctrl.c" />
    425     <ClCompile Include="$(opensslDir)crypto\engine\eng_dyn.c" />
    426     <ClCompile Include="$(opensslDir)crypto\engine\eng_err.c" />
    427     <ClCompile Include="$(opensslDir)crypto\engine\eng_fat.c" />
    428     <ClCompile Include="$(opensslDir)crypto\engine\eng_init.c" />
    429     <ClCompile Include="$(opensslDir)crypto\engine\eng_lib.c" />
    430     <ClCompile Include="$(opensslDir)crypto\engine\eng_list.c" />
    431     <!--
    432     <ClCompile Include="$(opensslDir)crypto\engine\eng_openssl.c" />
    433     -->
    434     <ClCompile Include="$(opensslDir)crypto\engine\eng_pkey.c" />
    435     <!--
    436     <ClCompile Include="$(opensslDir)crypto\engine\eng_rdrand.c" />
    437     <ClCompile Include="$(opensslDir)crypto\engine\eng_rsax.c" />
    438     -->
    439     <ClCompile Include="$(opensslDir)crypto\engine\eng_table.c" />
    440     <ClCompile Include="$(opensslDir)crypto\engine\tb_asnmth.c" />
    441     <ClCompile Include="$(opensslDir)crypto\engine\tb_cipher.c" />
    442     <ClCompile Include="$(opensslDir)crypto\engine\tb_dh.c" />
    443     <ClCompile Include="$(opensslDir)crypto\engine\tb_digest.c" />
    444     <ClCompile Include="$(opensslDir)crypto\engine\tb_dsa.c" />
    445     <ClCompile Include="$(opensslDir)crypto\engine\tb_ecdh.c" />
    446     <ClCompile Include="$(opensslDir)crypto\engine\tb_ecdsa.c" />
    447     <ClCompile Include="$(opensslDir)crypto\engine\tb_pkmeth.c" />
    448     <ClCompile Include="$(opensslDir)crypto\engine\tb_rand.c" />
    449     <ClCompile Include="$(opensslDir)crypto\engine\tb_rsa.c" />
    450     <!--
    451     <ClCompile Include="$(opensslDir)crypto\engine\tb_store.c" />
    452     -->
    453     <ClCompile Include="$(opensslDir)crypto\err\err.c" />
    454     <ClCompile Include="$(opensslDir)crypto\err\err_all.c" />
    455     <ClCompile Include="$(opensslDir)crypto\err\err_prn.c" />
    456     <ClCompile Include="$(opensslDir)crypto\evp\bio_b64.c" />
    457     <ClCompile Include="$(opensslDir)crypto\evp\bio_enc.c" />
    458     <ClCompile Include="$(opensslDir)crypto\evp\bio_md.c" />
    459     <!--
    460     <ClCompile Include="$(opensslDir)crypto\evp\bio_ok.c" />
    461     -->
    462     <ClCompile Include="$(opensslDir)crypto\evp\c_all.c" />
    463     <ClCompile Include="$(opensslDir)crypto\evp\c_allc.c" />
    464     <ClCompile Include="$(opensslDir)crypto\evp\c_alld.c" />
    465     <ClCompile Include="$(opensslDir)crypto\evp\digest.c" />
    466     <ClCompile Include="$(opensslDir)crypto\evp\e_aes.c" />
    467     <ClCompile Include="$(opensslDir)crypto\evp\e_aes_cbc_hmac_sha1.c" />
    468     <ClCompile Include="$(opensslDir)crypto\evp\e_aes_cbc_hmac_sha256.c" />
    469     <ClCompile Include="$(opensslDir)crypto\evp\e_bf.c" />
    470     <ClCompile Include="$(opensslDir)crypto\evp\e_camellia.c" />
    471     <ClCompile Include="$(opensslDir)crypto\evp\e_cast.c" />
    472     <ClCompile Include="$(opensslDir)crypto\evp\e_des.c" />
    473     <ClCompile Include="$(opensslDir)crypto\evp\e_des3.c" />
    474     <!--
    475     <ClCompile Include="$(opensslDir)crypto\evp\e_idea.c" />
    476     -->
    477     <ClCompile Include="$(opensslDir)crypto\evp\e_null.c" />
    478     <!--
    479     <ClCompile Include="$(opensslDir)crypto\evp\e_old.c" />
    480     -->
    481     <ClCompile Include="$(opensslDir)crypto\evp\e_rc2.c" />
    482     <ClCompile Include="$(opensslDir)crypto\evp\e_rc4.c" />
    483     <ClCompile Include="$(opensslDir)crypto\evp\e_rc4_hmac_md5.c" />
    484     <!--
    485     <ClCompile Include="$(opensslDir)crypto\evp\e_rc5.c" />
    486     -->
    487     <ClCompile Include="$(opensslDir)crypto\evp\e_seed.c" />
    488     <ClCompile Include="$(opensslDir)crypto\evp\e_xcbc_d.c" />
    489     <ClCompile Include="$(opensslDir)crypto\evp\encode.c" />
    490     <!--
    491     <ClCompile Include="$(opensslDir)crypto\evp\evp_acnf.c" />
    492     -->
    493     <ClCompile Include="$(opensslDir)crypto\evp\evp_cnf.c" />
    494     <ClCompile Include="$(opensslDir)crypto\evp\evp_enc.c" />
    495     <ClCompile Include="$(opensslDir)crypto\evp\evp_err.c" />
    496     <!--
    497     <ClCompile Include="$(opensslDir)crypto\evp\evp_fips.c" />
    498     -->
    499     <ClCompile Include="$(opensslDir)crypto\evp\evp_key.c" />
    500     <ClCompile Include="$(opensslDir)crypto\evp\evp_lib.c" />
    501     <ClCompile Include="$(opensslDir)crypto\evp\evp_pbe.c" />
    502     <ClCompile Include="$(opensslDir)crypto\evp\evp_pkey.c" />
    503     <ClCompile Include="$(opensslDir)crypto\evp\m_dss.c" />
    504     <ClCompile Include="$(opensslDir)crypto\evp\m_dss1.c" />
    505     <ClCompile Include="$(opensslDir)crypto\evp\m_ecdsa.c" />
    506     <ClCompile Include="$(opensslDir)crypto\evp\m_md4.c" />
    507     <ClCompile Include="$(opensslDir)crypto\evp\m_md5.c" />
    508     <!--
    509     <ClCompile Include="$(opensslDir)crypto\evp\m_null.c" />
    510     -->
    511     <ClCompile Include="$(opensslDir)crypto\evp\m_ripemd.c" />
    512     <ClCompile Include="$(opensslDir)crypto\evp\m_sha.c" />
    513     <ClCompile Include="$(opensslDir)crypto\evp\m_sha1.c" />
    514     <ClCompile Include="$(opensslDir)crypto\evp\m_sigver.c" />
    515     <ClCompile Include="$(opensslDir)crypto\evp\m_wp.c" />
    516     <ClCompile Include="$(opensslDir)crypto\evp\names.c" />
    517     <!--
    518     <ClCompile Include="$(opensslDir)crypto\evp\p_dec.c" />
    519     -->
    520     <ClCompile Include="$(opensslDir)crypto\evp\p_lib.c" />
    521     <!--
    522     <ClCompile Include="$(opensslDir)crypto\evp\p_open.c" />
    523     <ClCompile Include="$(opensslDir)crypto\evp\p_seal.c" />
    524     -->
    525     <ClCompile Include="$(opensslDir)crypto\evp\p_sign.c" />
    526     <ClCompile Include="$(opensslDir)crypto\evp\p_verify.c" />
    527     <ClCompile Include="$(opensslDir)crypto\evp\p5_crpt.c" />
    528     <ClCompile Include="$(opensslDir)crypto\evp\p5_crpt2.c" />
    529     <ClCompile Include="$(opensslDir)crypto\evp\pmeth_fn.c" />
    530     <ClCompile Include="$(opensslDir)crypto\evp\pmeth_gn.c" />
    531     <ClCompile Include="$(opensslDir)crypto\evp\pmeth_lib.c" />
    532     <ClCompile Include="$(opensslDir)crypto\ex_data.c" />
    533     <!--
    534     <ClCompile Include="$(opensslDir)crypto\fips_ers.c" />
    535     -->
    536     <ClCompile Include="$(opensslDir)crypto\hmac\hm_ameth.c" />
    537     <ClCompile Include="$(opensslDir)crypto\hmac\hm_pmeth.c" />
    538     <ClCompile Include="$(opensslDir)crypto\hmac\hmac.c" />
    539     <!--
    540     <ClCompile Include="$(opensslDir)crypto\krb5\krb5_asn.c" />
    541     <ClCompile Include="$(opensslDir)crypto\lhash\lh_stats.c" />
    542     -->
    543     <ClCompile Include="$(opensslDir)crypto\lhash\lhash.c" />
    544     <ClCompile Include="$(opensslDir)crypto\md4\md4_dgst.c" />
    545     <!--
    546     <ClCompile Include="$(opensslDir)crypto\md4\md4_one.c" />
    547     -->
    548     <ClCompile Include="$(opensslDir)crypto\md5\md5_dgst.c" />
    549     <!--
    550     <ClCompile Include="$(opensslDir)crypto\md5\md5_one.c" />
    551     -->
    552     <ClCompile Include="$(opensslDir)crypto\mem.c" />
    553     <ClCompile Include="$(opensslDir)crypto\mem_dbg.c" />
    554     <ClCompile Include="$(opensslDir)crypto\modes\cbc128.c" />
    555     <ClCompile Include="$(opensslDir)crypto\modes\ccm128.c" />
    556     <ClCompile Include="$(opensslDir)crypto\modes\cfb128.c" />
    557     <ClCompile Include="$(opensslDir)crypto\modes\ctr128.c" />
    558     <ClCompile Include="$(opensslDir)crypto\modes\cts128.c" />
    559     <ClCompile Include="$(opensslDir)crypto\modes\gcm128.c" />
    560     <ClCompile Include="$(opensslDir)crypto\modes\ofb128.c" />
    561     <ClCompile Include="$(opensslDir)crypto\modes\wrap128.c" />
    562     <ClCompile Include="$(opensslDir)crypto\modes\xts128.c" />
    563     <ClCompile Include="$(opensslDir)crypto\o_dir.c" />
    564     <!--
    565     <ClCompile Include="$(opensslDir)crypto\o_fips.c" />
    566     -->
    567     <ClCompile Include="$(opensslDir)crypto\o_init.c" />
    568     <!--
    569     <ClCompile Include="$(opensslDir)crypto\o_str.c" />
    570     -->
    571     <ClCompile Include="$(opensslDir)crypto\o_time.c" />
    572     <ClCompile Include="$(opensslDir)crypto\objects\o_names.c" />
    573     <ClCompile Include="$(opensslDir)crypto\objects\obj_dat.c" />
    574     <ClCompile Include="$(opensslDir)crypto\objects\obj_err.c" />
    575     <ClCompile Include="$(opensslDir)crypto\objects\obj_lib.c" />
    576     <ClCompile Include="$(opensslDir)crypto\objects\obj_xref.c" />
    577     <ClCompile Include="$(opensslDir)crypto\ocsp\ocsp_asn.c" />
    578     <!--
    579     <ClCompile Include="$(opensslDir)crypto\ocsp\ocsp_cl.c" />
    580     -->
    581     <ClCompile Include="$(opensslDir)crypto\ocsp\ocsp_err.c" />
    582     <!--
    583     <ClCompile Include="$(opensslDir)crypto\ocsp\ocsp_ext.c" />
    584     -->
    585     <ClCompile Include="$(opensslDir)crypto\ocsp\ocsp_ht.c" />
    586     <ClCompile Include="$(opensslDir)crypto\ocsp\ocsp_lib.c" />
    587     <!--
    588     <ClCompile Include="$(opensslDir)crypto\ocsp\ocsp_prn.c" />
    589     <ClCompile Include="$(opensslDir)crypto\ocsp\ocsp_srv.c" />
    590     <ClCompile Include="$(opensslDir)crypto\ocsp\ocsp_vfy.c" />
    591     -->
    592     <ClCompile Include="$(opensslDir)crypto\pem\pem_all.c" />
    593     <ClCompile Include="$(opensslDir)crypto\pem\pem_err.c" />
    594     <ClCompile Include="$(opensslDir)crypto\pem\pem_info.c" />
    595     <ClCompile Include="$(opensslDir)crypto\pem\pem_lib.c" />
    596     <ClCompile Include="$(opensslDir)crypto\pem\pem_oth.c" />
    597     <ClCompile Include="$(opensslDir)crypto\pem\pem_pk8.c" />
    598     <ClCompile Include="$(opensslDir)crypto\pem\pem_pkey.c" />
    599     <!--
    600     <ClCompile Include="$(opensslDir)crypto\pem\pem_seal.c" />
    601     <ClCompile Include="$(opensslDir)crypto\pem\pem_sign.c" />
    602     -->
    603     <ClCompile Include="$(opensslDir)crypto\pem\pem_x509.c" />
    604     <ClCompile Include="$(opensslDir)crypto\pem\pem_xaux.c" />
    605     <ClCompile Include="$(opensslDir)crypto\pem\pvkfmt.c" />
    606     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_add.c" />
    607     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_asn.c" />
    608     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_attr.c" />
    609     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_crpt.c" />
    610     <!--
    611     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_crt.c" />
    612     -->
    613     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_decr.c" />
    614     <!--
    615     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_init.c" />
    616     -->
    617     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_key.c" />
    618     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_kiss.c" />
    619     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_mutl.c" />
    620     <!--
    621     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_npas.c" />
    622     -->
    623     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_p8d.c" />
    624     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_p8e.c" />
    625     <ClCompile Include="$(opensslDir)crypto\pkcs12\p12_utl.c" />
    626     <ClCompile Include="$(opensslDir)crypto\pkcs12\pk12err.c" />
    627     <!--
    628     <ClCompile Include="$(opensslDir)crypto\pkcs7\bio_pk7.c" />
    629     -->
    630     <ClCompile Include="$(opensslDir)crypto\pkcs7\pk7_asn1.c" />
    631     <ClCompile Include="$(opensslDir)crypto\pkcs7\pk7_attr.c" />
    632     <ClCompile Include="$(opensslDir)crypto\pkcs7\pk7_doit.c" />
    633     <ClCompile Include="$(opensslDir)crypto\pkcs7\pk7_lib.c" />
    634     <!--
    635     <ClCompile Include="$(opensslDir)crypto\pkcs7\pk7_mime.c" />
    636     <ClCompile Include="$(opensslDir)crypto\pkcs7\pk7_smime.c" />
    637     -->
    638     <ClCompile Include="$(opensslDir)crypto\pkcs7\pkcs7err.c" />
    639     <ClCompile Include="$(opensslDir)crypto\pqueue\pqueue.c" />
    640     <ClCompile Include="$(opensslDir)crypto\rand\md_rand.c" />
    641     <ClCompile Include="$(opensslDir)crypto\rand\rand_egd.c" />
    642     <ClCompile Include="$(opensslDir)crypto\rand\rand_err.c" />
    643     <ClCompile Include="$(opensslDir)crypto\rand\rand_lib.c" />
    644     <!--
    645     <ClCompile Include="$(opensslDir)crypto\rand\rand_nw.c" />
    646     <ClCompile Include="$(opensslDir)crypto\rand\rand_os2.c" />
    647     <ClCompile Include="$(opensslDir)crypto\rand\rand_unix.c" />
    648     -->
    649     <ClCompile Include="$(opensslDir)crypto\rand\rand_win.c" />
    650     <!--
    651     <ClCompile Include="$(opensslDir)crypto\rand\randfile.c" />
    652     -->
    653     <ClCompile Include="$(opensslDir)crypto\rc2\rc2_cbc.c" />
    654     <ClCompile Include="$(opensslDir)crypto\rc2\rc2_ecb.c" />
    655     <ClCompile Include="$(opensslDir)crypto\rc2\rc2_skey.c" />
    656     <ClCompile Include="$(opensslDir)crypto\rc2\rc2cfb64.c" />
    657     <ClCompile Include="$(opensslDir)crypto\rc2\rc2ofb64.c" />
    658     <ClCompile Include="$(opensslDir)crypto\rc4\rc4_utl.c" />
    659     <ClCompile Include="$(opensslDir)crypto\ripemd\rmd_dgst.c" />
    660     <!--
    661     <ClCompile Include="$(opensslDir)crypto\ripemd\rmd_one.c" />
    662     -->
    663     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_ameth.c" />
    664     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_asn1.c" />
    665     <!--
    666     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_chk.c" />
    667     -->
    668     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_crpt.c" />
    669     <!--
    670     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_depr.c" />
    671     -->
    672     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_eay.c" />
    673     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_err.c" />
    674     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_gen.c" />
    675     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_lib.c" />
    676     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_none.c" />
    677     <!--
    678     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_null.c" />
    679     -->
    680     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_oaep.c" />
    681     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_pk1.c" />
    682     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_pmeth.c" />
    683     <!--
    684     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_prn.c" />
    685     -->
    686     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_pss.c" />
    687     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_saos.c" />
    688     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_sign.c" />
    689     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_ssl.c" />
    690     <ClCompile Include="$(opensslDir)crypto\rsa\rsa_x931.c" />
    691     <ClCompile Include="$(opensslDir)crypto\seed\seed.c" />
    692     <ClCompile Include="$(opensslDir)crypto\seed\seed_cbc.c" />
    693     <ClCompile Include="$(opensslDir)crypto\seed\seed_cfb.c" />
    694     <ClCompile Include="$(opensslDir)crypto\seed\seed_ecb.c" />
    695     <ClCompile Include="$(opensslDir)crypto\seed\seed_ofb.c" />
    696     <ClCompile Include="$(opensslDir)crypto\sha\sha_dgst.c" />
    697     <ClCompile Include="$(opensslDir)crypto\sha\sha_one.c" />
    698     <ClCompile Include="$(opensslDir)crypto\sha\sha1_one.c" />
    699     <ClCompile Include="$(opensslDir)crypto\sha\sha1dgst.c" />
    700     <ClCompile Include="$(opensslDir)crypto\sha\sha256.c" />
    701     <ClCompile Include="$(opensslDir)crypto\sha\sha512.c" />
    702     <ClCompile Include="$(opensslDir)crypto\srp\srp_lib.c" />
    703     <ClCompile Include="$(opensslDir)crypto\srp\srp_vfy.c" />
    704     <ClCompile Include="$(opensslDir)crypto\stack\stack.c" />
    705     <!--
    706     <ClCompile Include="$(opensslDir)crypto\ts\ts_asn1.c" />
    707     <ClCompile Include="$(opensslDir)crypto\ts\ts_conf.c" />
    708     -->
    709     <ClCompile Include="$(opensslDir)crypto\ts\ts_err.c" />
    710     <!--
    711     <ClCompile Include="$(opensslDir)crypto\ts\ts_lib.c" />
    712     <ClCompile Include="$(opensslDir)crypto\ts\ts_req_print.c" />
    713     <ClCompile Include="$(opensslDir)crypto\ts\ts_req_utils.c" />
    714     <ClCompile Include="$(opensslDir)crypto\ts\ts_rsp_print.c" />
    715     <ClCompile Include="$(opensslDir)crypto\ts\ts_rsp_sign.c" />
    716     <ClCompile Include="$(opensslDir)crypto\ts\ts_rsp_utils.c" />
    717     <ClCompile Include="$(opensslDir)crypto\ts\ts_rsp_verify.c" />
    718     <ClCompile Include="$(opensslDir)crypto\ts\ts_verify_ctx.c" />
    719     -->
    720     <ClCompile Include="$(opensslDir)crypto\txt_db\txt_db.c" />
    721     <!--
    722     <ClCompile Include="$(opensslDir)crypto\ui\ui_compat.c" />
    723     -->
    724     <ClCompile Include="$(opensslDir)crypto\ui\ui_err.c" />
    725     <ClCompile Include="$(opensslDir)crypto\ui\ui_lib.c" />
    726     <ClCompile Include="$(opensslDir)crypto\ui\ui_openssl.c" />
    727     <ClCompile Include="$(opensslDir)crypto\ui\ui_util.c" />
    728     <!--
    729     <ClCompile Include="$(opensslDir)crypto\uid.c" />
    730     -->
    731     <ClCompile Include="$(opensslDir)crypto\whrlpool\wp_dgst.c" />
    732     <ClCompile Include="$(opensslDir)crypto\x509\by_dir.c" />
    733     <ClCompile Include="$(opensslDir)crypto\x509\by_file.c" />
    734     <ClCompile Include="$(opensslDir)crypto\x509\x_all.c" />
    735     <ClCompile Include="$(opensslDir)crypto\x509\x509_att.c" />
    736     <ClCompile Include="$(opensslDir)crypto\x509\x509_cmp.c" />
    737     <ClCompile Include="$(opensslDir)crypto\x509\x509_d2.c" />
    738     <ClCompile Include="$(opensslDir)crypto\x509\x509_def.c" />
    739     <ClCompile Include="$(opensslDir)crypto\x509\x509_err.c" />
    740     <ClCompile Include="$(opensslDir)crypto\x509\x509_ext.c" />
    741     <ClCompile Include="$(opensslDir)crypto\x509\x509_lu.c" />
    742     <ClCompile Include="$(opensslDir)crypto\x509\x509_obj.c" />
    743     <!--
    744     <ClCompile Include="$(opensslDir)crypto\x509\x509_r2x.c" />
    745     -->
    746     <ClCompile Include="$(opensslDir)crypto\x509\x509_req.c" />
    747     <!--
    748     <ClCompile Include="$(opensslDir)crypto\x509\x509_set.c" />
    749     -->
    750     <ClCompile Include="$(opensslDir)crypto\x509\x509_trs.c" />
    751     <ClCompile Include="$(opensslDir)crypto\x509\x509_txt.c" />
    752     <ClCompile Include="$(opensslDir)crypto\x509\x509_v3.c" />
    753     <ClCompile Include="$(opensslDir)crypto\x509\x509_vfy.c" />
    754     <ClCompile Include="$(opensslDir)crypto\x509\x509_vpm.c" />
    755     <ClCompile Include="$(opensslDir)crypto\x509\x509cset.c" />
    756     <ClCompile Include="$(opensslDir)crypto\x509\x509name.c" />
    757     <ClCompile Include="$(opensslDir)crypto\x509\x509rset.c" />
    758     <!--
    759     <ClCompile Include="$(opensslDir)crypto\x509\x509spki.c" />
    760     -->
    761     <ClCompile Include="$(opensslDir)crypto\x509\x509type.c" />
    762     <ClCompile Include="$(opensslDir)crypto\x509v3\pcy_cache.c" />
    763     <ClCompile Include="$(opensslDir)crypto\x509v3\pcy_data.c" />
    764     <ClCompile Include="$(opensslDir)crypto\x509v3\pcy_lib.c" />
    765     <ClCompile Include="$(opensslDir)crypto\x509v3\pcy_map.c" />
    766     <ClCompile Include="$(opensslDir)crypto\x509v3\pcy_node.c" />
    767     <ClCompile Include="$(opensslDir)crypto\x509v3\pcy_tree.c" />
    768     <!--
    769     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_addr.c" />
    770     -->
    771     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_akey.c" />
    772     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_akeya.c" />
    773     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_alt.c" />
    774     <!--
    775     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_asid.c" />
    776     -->
    777     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_bcons.c" />
    778     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_bitst.c" />
    779     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_conf.c" />
    780     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_cpols.c" />
    781     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_crld.c" />
    782     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_enum.c" />
    783     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_extku.c" />
    784     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_genn.c" />
    785     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_ia5.c" />
    786     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_info.c" />
    787     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_int.c" />
    788     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_lib.c" />
    789     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_ncons.c" />
    790     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_ocsp.c" />
    791     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_pci.c" />
    792     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_pcia.c" />
    793     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_pcons.c" />
    794     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_pku.c" />
    795     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_pmaps.c" />
    796     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_prn.c" />
    797     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_purp.c" />
    798     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_scts.c" />
    799     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_skey.c" />
    800     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_sxnet.c" />
    801     <ClCompile Include="$(opensslDir)crypto\x509v3\v3_utl.c" />
    802     <ClCompile Include="$(opensslDir)crypto\x509v3\v3err.c" />
    803     <ClCompile Include="$(opensslDir)engines\ccgost\e_gost_err.c" />
    804     <ClCompile Include="$(opensslDir)engines\ccgost\gost_ameth.c" />
    805     <ClCompile Include="$(opensslDir)engines\ccgost\gost_asn1.c" />
    806     <ClCompile Include="$(opensslDir)engines\ccgost\gost_crypt.c" />
    807     <ClCompile Include="$(opensslDir)engines\ccgost\gost_ctl.c" />
    808     <ClCompile Include="$(opensslDir)engines\ccgost\gost_eng.c" />
    809     <ClCompile Include="$(opensslDir)engines\ccgost\gost_keywrap.c" />
    810     <ClCompile Include="$(opensslDir)engines\ccgost\gost_md.c" />
    811     <ClCompile Include="$(opensslDir)engines\ccgost\gost_params.c" />
    812     <ClCompile Include="$(opensslDir)engines\ccgost\gost_pmeth.c" />
    813     <ClCompile Include="$(opensslDir)engines\ccgost\gost_sign.c" />
    814     <ClCompile Include="$(opensslDir)engines\ccgost\gost2001.c" />
    815     <ClCompile Include="$(opensslDir)engines\ccgost\gost2001_keyx.c" />
    816     <ClCompile Include="$(opensslDir)engines\ccgost\gost89.c" />
    817     <ClCompile Include="$(opensslDir)engines\ccgost\gost94_keyx.c" />
    818     <ClCompile Include="$(opensslDir)engines\ccgost\gosthash.c" />
    819     <ClCompile Include="$(opensslDir)engines\e_4758cca.c" />
    820     <ClCompile Include="$(opensslDir)engines\e_aep.c" />
    821     <ClCompile Include="$(opensslDir)engines\e_atalla.c" />
    822     <ClCompile Include="$(opensslDir)engines\e_capi.c" />
    823     <ClCompile Include="$(opensslDir)engines\e_chil.c" />
    824     <ClCompile Include="$(opensslDir)engines\e_cswift.c" />
    825     <ClCompile Include="$(opensslDir)engines\e_gmp.c" />
    826     <ClCompile Include="$(opensslDir)engines\e_nuron.c" />
    827     <ClCompile Include="$(opensslDir)engines\e_padlock.c" />
    828     <ClCompile Include="$(opensslDir)engines\e_sureware.c" />
    829     <ClCompile Include="$(opensslDir)engines\e_ubsec.c" />
    830     <ClCompile Include="$(opensslDir)ssl\d1_clnt.c" />
    831     <ClCompile Include="$(opensslDir)ssl\d1_meth.c" />
    832     <ClCompile Include="$(opensslDir)ssl\d1_lib.c" />
    833     <ClCompile Include="$(opensslDir)ssl\d1_srvr.c" />
    834     <ClCompile Include="$(opensslDir)ssl\s2_srvr.c" />
    835     <ClCompile Include="$(opensslDir)ssl\t1_clnt.c" />
    836     <ClCompile Include="$(opensslDir)ssl\t1_ext.c" />
    837     <ClCompile Include="$(opensslDir)ssl\t1_srvr.c" />
    838   </ItemGroup>
    839   <ItemGroup Condition="$(Platform) == 'Win32'">
    840     <ClCompile Include="$(opensslDir)crypto\whrlpool\wp_block.c" />
    841   </ItemGroup>
    842   <ItemGroup Condition="$(Platform) == 'x64'">
    843     <ClCompile Include="$(opensslDir)crypto\bf\bf_enc.c" />
    844     <ClCompile Include="$(opensslDir)crypto\bn\bn_asm.c" />
    845     <ClCompile Include="$(opensslDir)crypto\camellia\cmll_misc.c" />
    846     <ClCompile Include="$(opensslDir)crypto\cast\c_enc.c" />
    847     <ClCompile Include="$(opensslDir)crypto\des\des_enc.c" />
    848     <ClCompile Include="$(opensslDir)crypto\des\fcrypt_b.c" />
    849   </ItemGroup>
    850     
    851   <ItemGroup Condition="$(Platform) == 'Win32'">
    852     <NasmCompile Include="$(opensslDir)tmp32\aes-586.asm" />
    853     <NasmCompile Include="$(opensslDir)tmp32\aesni-x86.asm" />
    854     <NasmCompile Include="$(opensslDir)tmp32\bf-586.asm" />
    855     <NasmCompile Include="$(opensslDir)tmp32\bn-586.asm" />
    856     <NasmCompile Include="$(opensslDir)tmp32\cast-586.asm" />
    857     <NasmCompile Include="$(opensslDir)tmp32\cmll-x86.asm" />
    858     <NasmCompile Include="$(opensslDir)tmp32\co-586.asm" />
    859     <NasmCompile Include="$(opensslDir)tmp32\crypt586.asm" />
    860     <NasmCompile Include="$(opensslDir)tmp32\des-586.asm" />
    861     <NasmCompile Include="$(opensslDir)tmp32\ghash-x86.asm" />
    862     <NasmCompile Include="$(opensslDir)tmp32\md5-586.asm" />
    863     <NasmCompile Include="$(opensslDir)tmp32\rc4-586.asm" />
    864     <NasmCompile Include="$(opensslDir)tmp32\rmd-586.asm" />
    865     <NasmCompile Include="$(opensslDir)tmp32\sha1-586.asm" />
    866     <NasmCompile Include="$(opensslDir)tmp32\sha256-586.asm" />
    867     <NasmCompile Include="$(opensslDir)tmp32\sha512-586.asm" />
    868     <NasmCompile Include="$(opensslDir)tmp32\vpaes-x86.asm" />
    869     <NasmCompile Include="$(opensslDir)tmp32\wp-mmx.asm" />
    870     <NasmCompile Include="$(opensslDir)tmp32\x86cpuid.asm" />
    871     <NasmCompile Include="$(opensslDir)tmp32\x86-gf2m.asm" />
    872     <NasmCompile Include="$(opensslDir)tmp32\x86-mont.asm" />
    873   </ItemGroup>
    874   <ItemGroup Condition="$(Platform) == 'x64'">
    875     <NasmCompile Include="$(opensslDir)tmp64\aesni-sha1-x86_64.asm" />
    876     <NasmCompile Include="$(opensslDir)tmp64\aesni-sha1-x86_64.asm" />
    877     <NasmCompile Include="$(opensslDir)tmp64\aesni-gcm-x86_64.asm" />
    878     <NasmCompile Include="$(opensslDir)tmp64\aesni-mb-x86_64.asm" />
    879     <NasmCompile Include="$(opensslDir)tmp64\aesni-sha256-x86_64.asm" />
    880     <NasmCompile Include="$(opensslDir)tmp64\aesni-x86_64.asm" />
    881     <NasmCompile Include="$(opensslDir)tmp64\aes-x86_64.asm" />
    882     <NasmCompile Include="$(opensslDir)tmp64\bsaes-x86_64.asm" />
    883     <NasmCompile Include="$(opensslDir)tmp64\cmll-x86_64.asm" />
    884     <NasmCompile Include="$(opensslDir)tmp64\ghash-x86_64.asm" />
    885     <NasmCompile Include="$(opensslDir)tmp64\md5-x86_64.asm" />
    886     <NasmCompile Include="$(opensslDir)tmp64\rc4-md5-x86_64.asm" />
    887     <NasmCompile Include="$(opensslDir)tmp64\rc4-x86_64.asm" />
    888     <NasmCompile Include="$(opensslDir)tmp64\sha1-x86_64.asm" />
    889     <NasmCompile Include="$(opensslDir)tmp64\sha1-mb-x86_64.asm" />
    890     <NasmCompile Include="$(opensslDir)tmp64\sha256-mb-x86_64.asm" />
    891     <NasmCompile Include="$(opensslDir)tmp64\sha256-x86_64.asm" />
    892     <NasmCompile Include="$(opensslDir)tmp64\sha512-x86_64.asm" />
    893     <NasmCompile Include="$(opensslDir)tmp64\vpaes-x86_64.asm" />
    894     <NasmCompile Include="$(opensslDir)tmp64\wp-x86_64.asm" />
    895     <NasmCompile Include="$(opensslDir)tmp64\x86_64cpuid.asm" />
    896     <NasmCompile Include="$(opensslDir)tmp64\x86_64-gf2m.asm" />
    897     <NasmCompile Include="$(opensslDir)tmp64\x86_64-mont.asm" />
    898     <NasmCompile Include="$(opensslDir)tmp64\x86_64-mont5.asm" />
    899   </ItemGroup>
    900 
    901   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    902   <Target Name="Clean" />
    903   <Target Name="CleanAll">
    904     <Delete Files="$(TargetPath)" />
    905     <RemoveDir Directories="$(IntDir)" />
    906   </Target>
    907 </Project>