mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 10:11:31 +00:00
No more proj prop frame, now embedded.
This commit is contained in:
parent
1f69ed9cbe
commit
1b4e407bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ namespace Microsoft.VisualStudio.Project
|
|||
/// <summary>
|
||||
/// Defines if Project System supports Project Designer
|
||||
/// </summary>
|
||||
private bool supportsProjectDesigner;
|
||||
private bool supportsProjectDesigner = true;
|
||||
|
||||
private bool showProjectInSolutionPage = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue