Bug 105060 - vs2013-ide-integration complains about projects already in the solution
Summary: vs2013-ide-integration complains about projects already in the solution
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-03 04:30 UTC by Edmund
Modified: 2017-01-04 03:20 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edmund 2017-01-03 04:30:37 UTC
Even with https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=ee3f793a2d4e2977a3e952e1439708d8936953d7, I'm still getting the following
when loading LibreOffice.sln from VS2013:

  "The project 'Library sax' cannot be added to the solution because a
   project with the same project filename already exists in the solution."

It also complains about the following libs:

CppunitTest svgio
Library smoketest
CppunitTest StrangeWriterMakefiles [ x 9]
CppunitTest basegfx

[I even did a make clean before doing a "make vs2013-ide-integration"]
Comment 1 Xisco Faulí 2017-01-03 09:36:59 UTC
@Matus,
Do you mind to take a look at this one whenever you have time?
Comment 2 Edmund 2017-01-04 03:20:16 UTC
My apologies.  It was my bad as I was opening the wrong sln.  I had
copied an old solutions file to the sources/ folder and when I opened
VS2013, I kept on opening that only to realize (just now) that I was
supposed to open the one in libo-core.  

Closing this.