| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
| 3 <Rule | 3 <Rule |
| 4 Name="ConfigurationGeneral" | 4 Name="ConfigurationGeneral" |
| 5 DisplayName="General" | 5 DisplayName="General" |
| 6 PageTemplate="generic" | 6 PageTemplate="generic" |
| 7 Description="General" | 7 Description="General" |
| 8 xmlns="http://schemas.microsoft.com/build/2009/properties"> | 8 xmlns="http://schemas.microsoft.com/build/2009/properties"> |
| 9 <Rule.Categories> | 9 <Rule.Categories> |
| 10 <Category Name="General" DisplayName="General" Description="General" /> | 10 <Category Name="General" DisplayName="General" Description="General" /> |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 Description="Common Language Runtime Support (/clr)"/> | 145 Description="Common Language Runtime Support (/clr)"/> |
| 146 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor
t (/clr:pure)" | 146 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor
t (/clr:pure)" |
| 147 Description="Pure MSIL Common Language Runtime Support (/clr:pure
)" /> | 147 Description="Pure MSIL Common Language Runtime Support (/clr:pure
)" /> |
| 148 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor
t (/clr:safe)" | 148 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor
t (/clr:safe)" |
| 149 Description="Safe MSIL Common Language Runtime Support (/clr:safe
)" /> | 149 Description="Safe MSIL Common Language Runtime Support (/clr:safe
)" /> |
| 150 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol
d Syntax (/clr:oldSyntax)" | 150 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol
d Syntax (/clr:oldSyntax)" |
| 151 Description="Common Language Runtime Support, Old Syntax (/clr:ol
dSyntax)" /> | 151 Description="Common Language Runtime Support, Old Syntax (/clr:ol
dSyntax)" /> |
| 152 </EnumProperty> | 152 </EnumProperty> |
| 153 | 153 |
| 154 </Rule> | 154 </Rule> |
| OLD | NEW |