Page 1 of 1

source sode is not able to open in Visual studio 2015

Posted: 2018-05-31 17:52
by vijayk
Hi,

i have download the FileZilla Server sources from SVN location https://svn.filezilla-project.org/svn/FileZilla Server/trunk,
when, i tried to open the sln file under sources\File Zila.sln file using VS2015.

The editor is not able to open the project and error is

FileZilla Server\trunk\source\FileZilla server.vcxproj : error : Unable to read the project file "FileZilla server.vcxproj".
FileZilla Server\trunk\source\Dependencies.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.

the solution is looking for Dependencies.props which doesn't exists in source folder. however Dependencies.props.example file exists in sources.

my question is the file Dependencies.props missing in the archive folders ?

Re: source sode is not able to open in Visual studio 2015

Posted: 2018-05-31 18:29
by botg
You need to create this file, see the example file for more information.

Re: source sode is not able to open in Visual studio 2015

Posted: 2018-05-31 18:35
by vijayk
Thanks Tim for the response.