Release
      Win32
    
    
      Release
      x64
    
    
      Release
      ARM
    
    
      Release
      ARM64
    
  
  
    {B5FD6F1D-129E-4BFF-9340-03606FAC7283}
  
  
  
  
    Makefile
    32
    x86
    VC-WIN32
    true
  
  
    Makefile
    64
    amd64
    VC-WIN64A-masm
    true
  
  
    Makefile
    ARM
    ARM
    VC-WIN32-ARM
    true
  
  
    Makefile
    ARM64
    ARM64
    VC-WIN64-ARM
    true
  
  
  
  
    $(opensslDir)\tmp$(Bitness)dll
    $(opensslOutDir)
    setlocal
set VCINSTALLDIR=$(VCInstallDir)
if not exist "$(IntDir.TrimEnd('\'))" mkdir "$(IntDir.TrimEnd('\'))"
cd /D "$(IntDir.TrimEnd('\'))"
$(Perl) "$(opensslDir)\configure" $(OpenSSLPlatform) no-asm
nmake
  
  
  
    
      $(opensslDir)\ms\uplink.c
      ((h = GetModuleHandle(NULL)) == NULL)
      ((h = GetModuleHandleA("_ssl.pyd")) == NULL) if ((h = GetModuleHandleA("_ssl_d.pyd")) == NULL) if ((h = GetModuleHandle(NULL)) == NULL /*patched*/)
    
    
    
      <_Original>$([System.IO.File]::ReadAllText($(Uplink)))
      <_Patched>$(_Original.Replace($(BeforePatch), $(AfterPatch)))
      false
      true
    
    
    
    
  
  
    
      <_Built Include="$(opensslDir)\LICENSE" />
      <_Built Include="$(IntDir)\libcrypto.lib;$(IntDir)\libcrypto-*.dll;$(IntDir)\libcrypto-*.pdb" />
      <_Built Include="$(IntDir)\libssl.lib;$(IntDir)\libssl-*.dll;$(IntDir)\libssl-*.pdb" />
      <_AppLink Include="$(opensslDir)\ms\applink.c" />
      <_Include Include="$(opensslDir)\Include\openssl\*.h" />
      <_Include Include="$(IntDir)\include\openssl\*.h" />
    
    
    
    
    
  
  
    
      
    
    
  
  
  
    
    
  
  
  
    
      $(Temp)\nmake.loc
    
    
      <_NMakeExe Include="$(VC_ExecutablePath_x86_x86)\nmake.exe" Condition="$(VC_ExecutablePath_x86_x86) != ''" />