You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
540 B
18 lines
540 B
<LayoutConfig> |
|
|
|
<Layout name = "Default" |
|
displayName = "${res:ICSharpCode.SharpDevelop.Commands.ChooseLayoutCommand.DefaultItem}" |
|
file = "Default.xml" |
|
readonly = "False"/> |
|
|
|
<Layout name = "Debug" |
|
displayName = "${res:ICSharpCode.SharpDevelop.Commands.ChooseLayoutCommand.DebugItem}" |
|
file = "Debug.xml" |
|
readonly = "False"/> |
|
|
|
<Layout name = "Plain" |
|
displayName = "${res:ICSharpCode.SharpDevelop.Commands.ChooseLayoutCommand.PlainItem}" |
|
file = "Plain.xml" |
|
readonly = "True"/> |
|
|
|
</LayoutConfig>
|
|
|