|
|
@ -14,14 +14,10 @@ |
|
|
|
</Manifest> |
|
|
|
</Manifest> |
|
|
|
|
|
|
|
|
|
|
|
<Path path = "/SharpDevelop/BackendBindings/ProjectOptions/C++"> |
|
|
|
<Path path = "/SharpDevelop/BackendBindings/ProjectOptions/C++"> |
|
|
|
<!-- |
|
|
|
|
|
|
|
<OptionPanel id = "Application" |
|
|
|
|
|
|
|
label = "${res:Dialog.ProjectOptions.ApplicationSettings}" |
|
|
|
|
|
|
|
class = "ICSharpCode.CppBinding.Project.ApplicationOptions" /> |
|
|
|
|
|
|
|
--> |
|
|
|
|
|
|
|
<OptionPanel id = "Application1" |
|
|
|
<OptionPanel id = "Application1" |
|
|
|
label = "${res:Dialog.ProjectOptions.ApplicationSettings}" |
|
|
|
label = "${res:Dialog.ProjectOptions.ApplicationSettings}" |
|
|
|
class = "ICSharpCode.CppBinding.Project.ApplicationOptionsXaml" /> |
|
|
|
class = "ICSharpCode.CppBinding.Project.ApplicationOptions" /> |
|
|
|
|
|
|
|
|
|
|
|
<OptionPanel id = "Preprocessor" |
|
|
|
<OptionPanel id = "Preprocessor" |
|
|
|
label = "${res:ICSharpCode.CppBinding.ProjectOptions.Preprocessor}" |
|
|
|
label = "${res:ICSharpCode.CppBinding.ProjectOptions.Preprocessor}" |
|
|
@ -29,19 +25,7 @@ |
|
|
|
<OptionPanel id = "Linker" |
|
|
|
<OptionPanel id = "Linker" |
|
|
|
label = "${res:ICSharpCode.CppBinding.ProjectOptions.Linker}" |
|
|
|
label = "${res:ICSharpCode.CppBinding.ProjectOptions.Linker}" |
|
|
|
class = "ICSharpCode.CppBinding.Project.LinkerOptions" /> |
|
|
|
class = "ICSharpCode.CppBinding.Project.LinkerOptions" /> |
|
|
|
<!--<OptionPanel id = "BuildEvents" |
|
|
|
|
|
|
|
label = "${res:Dialog.ProjectOptions.BuildEvents}" |
|
|
|
|
|
|
|
class = "ICSharpCode.CppBinding.Project.BuildEventOptions"/>--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<OptionPanel id = "ReferencePaths" |
|
|
|
|
|
|
|
label = "${res:Dialog.ProjectOptions.ReferencePaths}" |
|
|
|
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.OptionPanels.ReferencePaths"/> |
|
|
|
|
|
|
|
<OptionPanel id = "Signing" |
|
|
|
|
|
|
|
label = "${res:Dialog.ProjectOptions.Signing}" |
|
|
|
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.OptionPanels.Signing"/> |
|
|
|
|
|
|
|
<OptionPanel id = "DebugOptions" |
|
|
|
|
|
|
|
label = "${res:Dialog.ProjectOptions.DebugOptions}" |
|
|
|
|
|
|
|
class = "ICSharpCode.SharpDevelop.Gui.OptionPanels.DebugOptions"/>/--> |
|
|
|
|
|
|
|
<Include id = "AllManaged" path="/SharpDevelop/BackendBindings/ProjectOptions/AllManaged"/> |
|
|
|
<Include id = "AllManaged" path="/SharpDevelop/BackendBindings/ProjectOptions/AllManaged"/> |
|
|
|
</Path> |
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
|
|