| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
| 3 <Rule Name="CL" PageTemplate="tool" DisplayName="C/C++" SwitchPrefix="-" Order="
10" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://s
chemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=m
scorlib"> | 3 <Rule Name="CL" PageTemplate="tool" DisplayName="C/C++" SwitchPrefix="-" Order="
10" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://s
chemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=m
scorlib"> |
| 4 | 4 |
| 5 <Rule.Categories> | 5 <Rule.Categories> |
| 6 <Category Name="General" DisplayName="General" /> | 6 <Category Name="General" DisplayName="General" /> |
| 7 <Category Name="Optimization" DisplayName="Optimization" /> | 7 <Category Name="Optimization" DisplayName="Optimization" /> |
| 8 <Category Name="Preprocessor" DisplayName="Preprocessor" /> | 8 <Category Name="Preprocessor" DisplayName="Preprocessor" /> |
| 9 <Category Name="Code Generation" DisplayName="Code Generation" /> | 9 <Category Name="Code Generation" DisplayName="Code Generation" /> |
| 10 <Category Name="Output Files" DisplayName="Output Files" /> | 10 <Category Name="Output Files" DisplayName="Output Files" /> |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc
ription="Additional Options" Category="Command Line"> | 84 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc
ription="Additional Options" Category="Command Line"> |
| 85 </StringProperty> | 85 </StringProperty> |
| 86 | 86 |
| 87 | 87 |
| 88 <StringListProperty Name="SystemPreprocessorDefinitions" Category="General" Vi
sible="false" Switch="D"> | 88 <StringListProperty Name="SystemPreprocessorDefinitions" Category="General" Vi
sible="false" Switch="D"> |
| 89 </StringListProperty> | 89 </StringListProperty> |
| 90 | 90 |
| 91 <StringListProperty Subtype="folder" Name="SystemIncludeDirectories" Category=
"General" Visible="false" Switch="I"> | 91 <StringListProperty Subtype="folder" Name="SystemIncludeDirectories" Category=
"General" Visible="false" Switch="I"> |
| 92 </StringListProperty> | 92 </StringListProperty> |
| 93 </Rule> | 93 </Rule> |
| OLD | NEW |