| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 <DataSource Persistence="ProjectFile" Label="" /> | 45 <DataSource Persistence="ProjectFile" Label="" /> |
| 46 </StringProperty.DataSource> | 46 </StringProperty.DataSource> |
| 47 </StringProperty> | 47 </StringProperty> |
| 48 | 48 |
| 49 <StringProperty Name="NaClIndexHTML" DisplayName="Index page of NaCl Applicati
on" | 49 <StringProperty Name="NaClIndexHTML" DisplayName="Index page of NaCl Applicati
on" |
| 50 Description="Specifies the name of the web page that hosts the
NaCl content" | 50 Description="Specifies the name of the web page that hosts the
NaCl content" |
| 51 Category="NativeClient" Default="" | 51 Category="NativeClient" Default="" |
| 52 F1Keyword="VC.Project.VCConfiguration.NaClIndexHTML"> | 52 F1Keyword="VC.Project.VCConfiguration.NaClIndexHTML"> |
| 53 </StringProperty> | 53 </StringProperty> |
| 54 | 54 |
| 55 <EnumProperty Name="ToolchainName" DisplayName="Toolchain" Category="NativeCli
ent" Visible="false"> |
| 56 <EnumValue Name="newlib" DisplayName="newlib" /> |
| 57 <EnumValue Name="glibc" DisplayName="glibc" /> |
| 58 </EnumProperty> |
| 59 |
| 55 <StringProperty Name="OutDir" DisplayName="Output Directory" | 60 <StringProperty Name="OutDir" DisplayName="Output Directory" |
| 56 Description="Specifies a relative path to the output file dire
ctory; can include environment variables." | 61 Description="Specifies a relative path to the output file dire
ctory; can include environment variables." |
| 57 Category="General" Default="$(SolutionDir)\$(Platform)\$(Toolc
hain)\$(Configuration)\" | 62 Category="General" Default="$(SolutionDir)\$(Platform)\$(Toolc
hain)\$(Configuration)\" |
| 58 Subtype="folder" | 63 Subtype="folder" |
| 59 F1Keyword="VC.Project.VCConfiguration.OutputDirectory"> | 64 F1Keyword="VC.Project.VCConfiguration.OutputDirectory"> |
| 60 <StringProperty.DataSource> | 65 <StringProperty.DataSource> |
| 61 <DataSource Persistence="ProjectFile" Label="" /> | 66 <DataSource Persistence="ProjectFile" Label="" /> |
| 62 </StringProperty.DataSource> | 67 </StringProperty.DataSource> |
| 63 </StringProperty> | 68 </StringProperty> |
| 64 | 69 |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 Description="Common Language Runtime Support (/clr)"/> | 139 Description="Common Language Runtime Support (/clr)"/> |
| 135 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor
t (/clr:pure)" | 140 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor
t (/clr:pure)" |
| 136 Description="Pure MSIL Common Language Runtime Support (/clr:pure
)" /> | 141 Description="Pure MSIL Common Language Runtime Support (/clr:pure
)" /> |
| 137 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor
t (/clr:safe)" | 142 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor
t (/clr:safe)" |
| 138 Description="Safe MSIL Common Language Runtime Support (/clr:safe
)" /> | 143 Description="Safe MSIL Common Language Runtime Support (/clr:safe
)" /> |
| 139 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol
d Syntax (/clr:oldSyntax)" | 144 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol
d Syntax (/clr:oldSyntax)" |
| 140 Description="Common Language Runtime Support, Old Syntax (/clr:ol
dSyntax)" /> | 145 Description="Common Language Runtime Support, Old Syntax (/clr:ol
dSyntax)" /> |
| 141 </EnumProperty> | 146 </EnumProperty> |
| 142 | 147 |
| 143 </Rule> | 148 </Rule> |
| OLD | NEW |