source sode is not able to open in Visual studio 2015

Moderator: Project members

Post Reply
Message
Author
vijayk
500 Command not understood
Posts: 2
Joined: 2018-05-31 13:17
First name: Vj
Last name: K

source sode is not able to open in Visual studio 2015

#1 Post by vijayk » 2018-05-31 17:52

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 ?

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

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

#2 Post by botg » 2018-05-31 18:29

You need to create this file, see the example file for more information.

vijayk
500 Command not understood
Posts: 2
Joined: 2018-05-31 13:17
First name: Vj
Last name: K

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

#3 Post by vijayk » 2018-05-31 18:35

Thanks Tim for the response.

Post Reply