[Issue 12021] New: VS2012-2013 .vcxproj files don't show in the solution explorer
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 28 22:28:26 PST 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 at puremagic.com
ReportedBy: turkeyman at gmail.com
--- Comment #0 from Manu <turkeyman at 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: -------
More information about the Digitalmars-d-bugs
mailing list