Thread overview
[Issue 12021] New: VS2012-2013 .vcxproj files don't show in the solution explorer
Jan 29, 2014
Manu
Feb 01, 2014
Manu
Feb 09, 2014
Rainer Schuetze
January 29, 2014
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


--- Comment #0 from Manu <turkeyman@gmail.com> 2014-01-28 22:28:19 PST ---
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: -------
February 01, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12021



--- Comment #1 from Manu <turkeyman@gmail.com> 2014-01-31 19:09:50 PST ---
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: -------
February 09, 2014
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


--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> 2014-02-09 14:13:26 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: -------