| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
| 3 <Rule Name="Link" PageTemplate="tool" DisplayName="Linker" SwitchPrefix="-" Orde
r="20" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http:
//schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembl
y=mscorlib"> | 3 <Rule Name="Link" PageTemplate="tool" DisplayName="Linker" SwitchPrefix="-" Orde
r="20" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http:
//schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembl
y=mscorlib"> |
| 4 | 4 |
| 5 <Rule.Categories> | 5 <Rule.Categories> |
| 6 <Category Name="General" DisplayName="General" /> | 6 <Category Name="General" DisplayName="General" /> |
| 7 <Category Name="Input" DisplayName="Input" /> | 7 <Category Name="Input" DisplayName="Input" /> |
| 8 <Category Name="Advanced" DisplayName="Advanced" /> | 8 <Category Name="Advanced" DisplayName="Advanced" /> |
| 9 <Category Name="Command Line" DisplayName="Command Line" Subtype="CommandLin
e" /> | 9 <Category Name="Command Line" DisplayName="Command Line" Subtype="CommandLin
e" /> |
| 10 </Rule.Categories> | 10 </Rule.Categories> |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 | 34 |
| 35 | 35 |
| 36 <BoolProperty Name="ReportUndefinedSymbols" DisplayName="Report Undefined Symb
ols" Category="Advanced" Switch="Wl,--no-undefined"> | 36 <BoolProperty Name="ReportUndefinedSymbols" DisplayName="Report Undefined Symb
ols" Category="Advanced" Switch="Wl,--no-undefined"> |
| 37 </BoolProperty> | 37 </BoolProperty> |
| 38 | 38 |
| 39 | 39 |
| 40 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc
ription="Additional Options" Category="Command Line"> | 40 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc
ription="Additional Options" Category="Command Line"> |
| 41 </StringProperty> | 41 </StringProperty> |
| 42 | 42 |
| 43 </Rule> | 43 </Rule> |
| OLD | NEW |