Differences
This shows you the differences between the selected revisions of the page.
2014-03-28 | 2014-03-28 | ||
it's build action (martin) | actually setting build action to none is not needed, content may be good too (martin) | ||
Line 17: | Line 17: | ||
E.g. If you reference WinSCP assembly from your project in Microsoft Visual Studio, it copies the assembly during build into the project //Output path// (e.g. ''<your_project_path>/obj/Debug''). Similar case is when you install the assembly into Global Assembly Cache (GAC). | E.g. If you reference WinSCP assembly from your project in Microsoft Visual Studio, it copies the assembly during build into the project //Output path// (e.g. ''<your_project_path>/obj/Debug''). Similar case is when you install the assembly into Global Assembly Cache (GAC). | ||
- | You may want to add ''winscp.exe'' to your Visual Studio project, to have it copied to //Output path// automatically (by setting file properties //Build action// to //None// and //Copy to Output Directory// to //Copy if newer//). | + | You may want to add ''winscp.exe'' to your Visual Studio project, to have it copied to //Output path// automatically (by setting file property //Copy to Output Directory// to //Copy if newer//). |
==== [[nuget]] NuGet Package ==== | ==== [[nuget]] NuGet Package ==== |