openssh-portable/contrib/win32/openssh
Manoj Ampalam b533d79ced Removed md-sha256.c from libssh 2017-04-10 15:17:25 -07:00
..
AnalyzeCodeDiff.ps1
AppveyorHelper.psm1 Removed ssh-lsa.dll and setup reboot restriction (#108) 2017-04-08 09:27:15 -07:00
OpenSSHBuildHelper.psm1 Removed ssh-lsa.dll and setup reboot restriction (#108) 2017-04-08 09:27:15 -07:00
OpenSSHCommonUtils.psm1 latestw + Test Infra upgrades 2017-03-24 12:35:52 -07:00
OpenSSHTestHelper.psm1 Enabled SFTP E2E tests based on test framework changes (#101) 2017-03-31 11:47:24 -07:00
OpenSSL-1.0.2d_build.cmd
README.txt
VSWithBuildTools.xml
Win32-OpenSSH.sln Removed ssh-lsa.dll and setup reboot restriction (#108) 2017-04-08 09:27:15 -07:00
config.h.vs Added HAVE_LLABS to account for openssh master changes 2017-03-24 13:10:01 -07:00
config.ps1 Got rid of w32posix.h and defs.h (https://github.com/PowerShell/Win32-OpenSSH/issues/498) 2017-01-25 14:43:55 -08:00
config.vcxproj Replaced ntrights with Powershell equivalent logic (#99) 2017-03-28 22:35:32 -07:00
config.vcxproj.filters
install-sshd.ps1 Cranked version, Added Package-OpenSSH routine, updated install-sshd (#106) 2017-04-04 12:05:31 -07:00
keygen.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
keygen.vcxproj.filters
libssh.vcxproj Removed md-sha256.c from libssh 2017-04-10 15:17:25 -07:00
libssh.vcxproj.filters Removed md-sha256.c from libssh 2017-04-10 15:17:25 -07:00
openbsd_compat.vcxproj
openbsd_compat.vcxproj.filters
openssh_build.cmd
paths.targets
resource.h
scp.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
scp.vcxproj.filters
sftp-server.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
sftp-server.vcxproj.filters Fixed progress meter issue (https://github.com/PowerShell/Win32-OpenSSH/issues/505) (#68) 2017-01-29 23:54:24 -08:00
sftp.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
sftp.vcxproj.filters
ssh-add.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
ssh-add.vcxproj.filters
ssh-agent.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
ssh-shellhost.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
ssh.vcxproj latestw + Test Infra upgrades 2017-03-24 12:35:52 -07:00
ssh.vcxproj.filters latestw + Test Infra upgrades 2017-03-24 12:35:52 -07:00
sshd.vcxproj latestw + Test Infra upgrades 2017-03-24 12:35:52 -07:00
sshd.vcxproj.filters latestw + Test Infra upgrades 2017-03-24 12:35:52 -07:00
sshd_config Replaced ntrights with Powershell equivalent logic (#99) 2017-03-28 22:35:32 -07:00
targetos.manifest
uninstall-sshd.ps1
unittest-bitmap.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
unittest-hostkeys.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
unittest-kex.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
unittest-match.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
unittest-sshbuf.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
unittest-sshkey.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
unittest-utf8.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
unittest-win32compat.vcxproj Enable hostkeys unit tests (#88) 2017-03-14 10:47:39 -07:00
version.rc Cranked version, Added Package-OpenSSH routine, updated install-sshd (#106) 2017-04-04 12:05:31 -07:00
win32iocompat.vcxproj latestw + Test Infra upgrades 2017-03-24 12:35:52 -07:00
win32iocompat.vcxproj.filters latestw + Test Infra upgrades 2017-03-24 12:35:52 -07:00

README.txt

Custom paths for the visual studio projects are defined in paths.targets.  

All projects import this targets file, and it should be in the same directory as the project.

The custom paths are:

OpenSSH-Src-Path            =  The directory path of the OpenSSH root source directory (with trailing slash)
OpenSSH-Bin-Path            =  The directory path of the location to which binaries are placed.  This is the output of the binary projects
OpenSSH-Lib-Path            =  The directory path of the location to which libraries are placed.  This is the output of the libary projects
OpenSSL-Win32-Release-Path  =  The directory path of OpenSSL statically linked compiled for Win32-Release. This path is used for
                               include and library paths and for Win32-Release. 
OpenSSL-Win32-Debug-Path    =  The directory path of OpenSSL statically linked compiled for Win32-Debug. This path is used for
                               include and library paths and for Win32-Debug.  
OpenSSL-x64-Release-Path    =  The directory path of OpenSSL statically linked compiled for x64-Release. This path is used for
                               include and library paths and for x64-Release. 
OpenSSL-x64-Debug-Path      =  The directory path of OpenSSL statically linked compiled for x64-Debug. This path is used for
                               include and library paths and for x64-Debug. 

 

The Release/Debug OpenSSL directories output is the standard 'install' output of OpenSSL compiled under Visual Studio 2015 using static c-runtimes.