3b517afc77 | ||
---|---|---|
.. | ||
AnalyzeCodeDiff.ps1 | ||
AppveyorHelper.psm1 | ||
FixHostFilePermissions.ps1 | ||
FixUserFilePermissions.ps1 | ||
OpenSSHBuildHelper.psm1 | ||
OpenSSHCommonUtils.psm1 | ||
OpenSSHTestHelper.psm1 | ||
OpenSSHUtils.psd1 | ||
OpenSSHUtils.psm1 | ||
OpenSSL-1.0.2d_build.cmd | ||
README.txt | ||
Win32-OpenSSH.sln | ||
Win32-OpenSSh-design.pptx | ||
config.h.vs | ||
config.ps1 | ||
config.vcxproj | ||
config.vcxproj.filters | ||
install-sshd.ps1 | ||
keygen.vcxproj | ||
keygen.vcxproj.filters | ||
libssh.vcxproj | ||
libssh.vcxproj.filters | ||
openbsd_compat.vcxproj | ||
openbsd_compat.vcxproj.filters | ||
openssh_build.cmd | ||
paths.targets | ||
resource.h | ||
scp.vcxproj | ||
scp.vcxproj.filters | ||
sftp-server.vcxproj | ||
sftp-server.vcxproj.filters | ||
sftp.vcxproj | ||
sftp.vcxproj.filters | ||
ssh-add-hostkey.ps1 | ||
ssh-add.vcxproj | ||
ssh-add.vcxproj.filters | ||
ssh-agent.vcxproj | ||
ssh-keyscan.vcxproj | ||
ssh-keyscan.vcxproj.filters | ||
ssh-shellhost.vcxproj | ||
ssh.vcxproj | ||
ssh.vcxproj.filters | ||
sshd.vcxproj | ||
sshd.vcxproj.filters | ||
sshd_config | ||
targetos.manifest | ||
uninstall-sshd.ps1 | ||
unittest-bitmap.vcxproj | ||
unittest-hostkeys.vcxproj | ||
unittest-kex.vcxproj | ||
unittest-match.vcxproj | ||
unittest-sshbuf.vcxproj | ||
unittest-sshkey.vcxproj | ||
unittest-utf8.vcxproj | ||
unittest-win32compat.vcxproj | ||
version.rc | ||
win32iocompat.vcxproj | ||
win32iocompat.vcxproj.filters |
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 LibreSSL-x86-Path = The directory path of LibreSSL statically compiled for x86 platform. LibreSSL-x64-Path = The directory path of LibreSSL statically compiled for x64 platform.