Differences
This shows you the differences between the selected revisions of the page.
2018-01-16 | 2018-01-16 | ||
5.12 Bug 1581 Support PackageReference package management in NuGet package (martin) | recommend nuget (martin) | ||
Line 22: | Line 22: | ||
You may want to add ''winscp.exe'' to your Visual Studio project, to have it copied to the //Output path// automatically (by setting file property //Copy to Output Directory// to //Copy if newer//). The //Build Action// should be automatically set to //Content//, what means that the file will be included when deploying your application (e.g. an ASP.NET web application or [[guide_microsoft_azure_webjob_sftp#consoleapp|Azure WebJob application]]). | You may want to add ''winscp.exe'' to your Visual Studio project, to have it copied to the //Output path// automatically (by setting file property //Copy to Output Directory// to //Copy if newer//). The //Build Action// should be automatically set to //Content//, what means that the file will be included when deploying your application (e.g. an ASP.NET web application or [[guide_microsoft_azure_webjob_sftp#consoleapp|Azure WebJob application]]). | ||
+ | |||
+ | Easier, than setting up the reference manually, is using [[#nuget|WinSCP NuGet package]]. | ||
==== [[nuget]] NuGet Package ==== | ==== [[nuget]] NuGet Package ==== |