|
|
@ -422,15 +422,20 @@ |
|
|
|
<Or> |
|
|
|
<Or> |
|
|
|
<Condition name = "Ownerstate" ownerstate = "InProject"/> |
|
|
|
<Condition name = "Ownerstate" ownerstate = "InProject"/> |
|
|
|
<Condition name = "Ownerstate" ownerstate = "None"/> |
|
|
|
<Condition name = "Ownerstate" ownerstate = "None"/> |
|
|
|
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "BehindFile"/> |
|
|
|
</Or> |
|
|
|
</Or> |
|
|
|
<Condition name = "Ownerstate" ownerstate = "InProject"> |
|
|
|
<ComplexCondition> |
|
|
|
|
|
|
|
<Or> |
|
|
|
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "InProject"/> |
|
|
|
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "BehindFile"/> |
|
|
|
|
|
|
|
</Or> |
|
|
|
<MenuItem id = "ExcludeFile" |
|
|
|
<MenuItem id = "ExcludeFile" |
|
|
|
label = "${res:ProjectComponent.ContextMenu.ExcludeFileFromProject}" |
|
|
|
label = "${res:ProjectComponent.ContextMenu.ExcludeFileFromProject}" |
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.ExcludeFileFromProject"/> |
|
|
|
class = "ICSharpCode.SharpDevelop.Project.Commands.ExcludeFileFromProject"/> |
|
|
|
<MenuItem id = "ExecuteCustomTool" |
|
|
|
<MenuItem id = "ExecuteCustomTool" |
|
|
|
label = "${res:ProjectComponent.ContextMenu.ExecuteCustomTool}" |
|
|
|
label = "${res:ProjectComponent.ContextMenu.ExecuteCustomTool}" |
|
|
|
class = "ICSharpCode.SharpDevelop.Project.ExecuteCustomToolCommand"/> |
|
|
|
class = "ICSharpCode.SharpDevelop.Project.ExecuteCustomToolCommand"/> |
|
|
|
</Condition> |
|
|
|
</ComplexCondition> |
|
|
|
|
|
|
|
|
|
|
|
<Condition name = "Ownerstate" ownerstate = "None"> |
|
|
|
<Condition name = "Ownerstate" ownerstate = "None"> |
|
|
|
<MenuItem id = "IncludeFile" |
|
|
|
<MenuItem id = "IncludeFile" |
|
|
|