www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 12021] New: VS2012-2013 .vcxproj files don't show in the solution explorer

reply d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12021

           Summary: VS2012-2013 .vcxproj files don't show in the solution
                    explorer
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: major
          Priority: P2
         Component: VisualD
        AssignedTo: nobody puremagic.com
        ReportedBy: turkeyman gmail.com



In VS1012 and 2013, if a solution has a .vcxproj and a .visualdproj (ie, C++
lib + D exe) in the same solution, the files in the .vcxproj don't display in
the solution explorer.
The folders still display, but they all have no files under them.

If I:
1. Remove the .visualdproj from the solution
2. Save the soluition
3. Close and reopen the solution

The solution loads properly showing all the files in the .vcxproj in the
solution explorer.

If I then:
4. Right-click solution -> Add existing project
5. Add the .visualdproj project back to the solution

It adds back to the solution properly and the C++ project files all remain
visible.

If I then:
6. Save All (save the solution in this working state)
7. Close and repoen the solution

The C++ project files are all gone again.

Something about having a .visualdproj file present in the solution stops
VS12-13  initialising correctly I guess?

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 28 2014
next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12021




Created an attachment (id=1319)
Screenshot showing the missing files

Here's a screenshot illustrating the issue.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 31 2014
prev sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12021


Rainer Schuetze <r.sagitario gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario gmx.de



PST ---
I cannot reproduce this with VS2013 and small sample projects. Can you try to
reduce your projects and see whether the problem goes away at some point?

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 09 2014