| 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" /> |
| 11 <Category Name="ProjectDefaults" DisplayName="Project Defaults" Description=
"Project Defaults" /> | 11 <Category Name="ProjectDefaults" DisplayName="Project Defaults" Description=
"Project Defaults" /> |
| 12 <Category Name="NativeClient" DisplayName="Native Client" Description="Nativ
e Client General Properties" /> | 12 <Category Name="NativeClient" DisplayName="Native Client" Description="Nativ
e Client General Properties" /> |
| 13 </Rule.Categories> | 13 </Rule.Categories> |
| 14 <Rule.DataSource> | 14 <Rule.DataSource> |
| 15 <DataSource Persistence="ProjectFile" Label="Configuration" /> | 15 <DataSource Persistence="ProjectFile" Label="Configuration" /> |
| 16 </Rule.DataSource> | 16 </Rule.DataSource> |
| 17 | 17 |
| 18 <StringProperty Name="VSNaClSDKRoot" DisplayName="NaCl SDK Root" | 18 <StringProperty Name="VSNaClSDKRoot" DisplayName="NaCl SDK Root" |
| 19 Description="Specifies the path to the Native Client SDK root
directory" | 19 Description="Specifies the path to the Native Client SDK root
directory." |
| 20 Category="NativeClient" Default="" | 20 Category="NativeClient" Default="" |
| 21 Subtype="folder" F1Keyword="VC.Project.VCConfiguration.NaClSDK
Root"> | 21 Subtype="folder" F1Keyword="VC.Project.VCConfiguration.NaClSDK
Root"> |
| 22 <StringProperty.DataSource> | 22 <StringProperty.DataSource> |
| 23 <DataSource Persistence="ProjectFile" Label="" /> | 23 <DataSource Persistence="ProjectFile" Label="" /> |
| 24 </StringProperty.DataSource> | 24 </StringProperty.DataSource> |
| 25 </StringProperty> | 25 </StringProperty> |
| 26 | 26 |
| 27 <StringProperty Name="NaClManifestPath" DisplayName="Manifest File Path" |
| 28 Description="Specifies the path to the .nmf file for this proj
ect configuration." |
| 29 Category="NativeClient" Default="" |
| 30 Subtype="file" F1Keyword="VC.Project.VCConfiguration.NaClManif
estPath"> |
| 31 <StringProperty.DataSource> |
| 32 <DataSource Persistence="ProjectFile" Label="" /> |
| 33 </StringProperty.DataSource> |
| 34 </StringProperty> |
| 35 |
| 27 <StringProperty Name="OutDir" DisplayName="Output Directory" | 36 <StringProperty Name="OutDir" DisplayName="Output Directory" |
| 28 Description="Specifies a relative path to the output file dire
ctory; can include environment variables." | 37 Description="Specifies a relative path to the output file dire
ctory; can include environment variables." |
| 29 Category="General" Default="$(SolutionDir)$(Configuration)\" | 38 Category="General" Default="$(SolutionDir)$(Configuration)\" |
| 30 Subtype="folder" | 39 Subtype="folder" |
| 31 F1Keyword="VC.Project.VCConfiguration.OutputDirectory"> | 40 F1Keyword="VC.Project.VCConfiguration.OutputDirectory"> |
| 32 <StringProperty.DataSource> | 41 <StringProperty.DataSource> |
| 33 <DataSource Persistence="ProjectFile" Label="" /> | 42 <DataSource Persistence="ProjectFile" Label="" /> |
| 34 </StringProperty.DataSource> | 43 </StringProperty.DataSource> |
| 35 </StringProperty> | 44 </StringProperty> |
| 36 | 45 |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 Description="Common Language Runtime Support (/clr)"/> | 129 Description="Common Language Runtime Support (/clr)"/> |
| 121 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor
t (/clr:pure)" | 130 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor
t (/clr:pure)" |
| 122 Description="Pure MSIL Common Language Runtime Support (/clr:pure
)" /> | 131 Description="Pure MSIL Common Language Runtime Support (/clr:pure
)" /> |
| 123 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor
t (/clr:safe)" | 132 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor
t (/clr:safe)" |
| 124 Description="Safe MSIL Common Language Runtime Support (/clr:safe
)" /> | 133 Description="Safe MSIL Common Language Runtime Support (/clr:safe
)" /> |
| 125 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol
d Syntax (/clr:oldSyntax)" | 134 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol
d Syntax (/clr:oldSyntax)" |
| 126 Description="Common Language Runtime Support, Old Syntax (/clr:ol
dSyntax)" /> | 135 Description="Common Language Runtime Support, Old Syntax (/clr:ol
dSyntax)" /> |
| 127 </EnumProperty> | 136 </EnumProperty> |
| 128 | 137 |
| 129 </Rule> | 138 </Rule> |
| OLD | NEW |