- priority: 5 --> 7
D-IDE version:
Local D-IDE Version: 2011-07-05 21:59:23
Online D-IDE Version: 2011-07-05 21:59:23
OS: Windows 7 Home Premium
Problem description:
Information about poject type is not saved to project file. How to reproduce:
1. create new solution (the solution is created with default project)
2. add new project to solution and choose "Static library" as project type.
3. save the solution
4. exit D-IDE
5. open D-IDE and then open our solution
6. go to Project Settings window of our second added project, "D Settings" panel
Error: the project type is "Console Executable" instead of "Static library".
It looks that DProject::SaveLanguageSpecificSettings() and DProject::LoadLanguageSpecificSettings() don't support an attribute specifying the project type so everytime you open the solution the project type is "Console Executable".