Chromium Code Reviews| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 49 </StringProperty.DataSource> | 49 </StringProperty.DataSource> |
| 50 </StringProperty> | 50 </StringProperty> |
| 51 | 51 |
| 52 <EnumProperty Name="ToolchainName" DisplayName="Toolchain" Category="NativeCli ent"> | 52 <EnumProperty Name="ToolchainName" DisplayName="Toolchain" Category="NativeCli ent"> |
| 53 <EnumValue Name="newlib" DisplayName="newlib" /> | 53 <EnumValue Name="newlib" DisplayName="newlib" /> |
| 54 <EnumValue Name="glibc" DisplayName="glibc" /> | 54 <EnumValue Name="glibc" DisplayName="glibc" /> |
| 55 </EnumProperty> | 55 </EnumProperty> |
| 56 | 56 |
| 57 <StringProperty Name="OutDir" DisplayName="Output Directory" | 57 <StringProperty Name="OutDir" DisplayName="Output Directory" |
| 58 Description="Specifies a relative path to the output file dire ctory; can include environment variables." | 58 Description="Specifies a relative path to the output file dire ctory; can include environment variables." |
| 59 Category="General" Default="$(SolutionDir)$(Configuration)\" | 59 Category="General" Default="$(SolutionDir)\$(Platform)\$(Toolc hain)\$(Configuration)\" |
| 60 Subtype="folder" | 60 Subtype="folder" |
| 61 F1Keyword="VC.Project.VCConfiguration.OutputDirectory"> | 61 F1Keyword="VC.Project.VCConfiguration.OutputDirectory"> |
| 62 <StringProperty.DataSource> | 62 <StringProperty.DataSource> |
| 63 <DataSource Persistence="ProjectFile" Label="" /> | 63 <DataSource Persistence="ProjectFile" Label="" /> |
| 64 </StringProperty.DataSource> | 64 </StringProperty.DataSource> |
| 65 </StringProperty> | 65 </StringProperty> |
| 66 | 66 |
| 67 <StringProperty Name="IntDir" DisplayName="Intermediate Directory" | 67 <StringProperty Name="IntDir" DisplayName="Intermediate Directory" |
| 68 Description="Specifies a relative path to the intermediate fil e directory; can include environment variables." | 68 Description="Specifies a relative path to the intermediate fil e directory; can include environment variables." |
| 69 Category="General" Default="$(Configuration)\" | 69 Category="General" Default="$(Configuration)\" |
| 70 Subtype="folder" | 70 Subtype="folder" |
| 71 F1Keyword="VC.Project.VCConfiguration.IntermediateDirectory"> | 71 F1Keyword="VC.Project.VCConfiguration.IntermediateDirectory"> |
| 72 <StringProperty.DataSource> | 72 <StringProperty.DataSource> |
| 73 <DataSource Persistence="ProjectFile" Label="" /> | 73 <DataSource Persistence="ProjectFile" Label="" /> |
| 74 </StringProperty.DataSource> | 74 </StringProperty.DataSource> |
| 75 </StringProperty> | 75 </StringProperty> |
| 76 | 76 |
| 77 <StringProperty Name="TargetName" DisplayName="Target Name" | 77 <StringProperty Name="TargetName" DisplayName="Target Name" |
| 78 Description="Specifies a file name that this project will gene rate." | 78 Description="Specifies a file name that this project will gene rate." |
| 79 F1Keyword="VC.Project.VCConfiguration.TargetName" | 79 F1Keyword="VC.Project.VCConfiguration.TargetName" |
| 80 Category="General" Default="$(ProjectName)" | 80 Category="General" Default="$(ProjectName)_$(TargetArchitectur e)" |
|
binji
2012/10/10 22:23:22
add comment about removing target architecture fro
| |
| 81 > | 81 > |
| 82 <StringProperty.DataSource> | 82 <StringProperty.DataSource> |
| 83 <DataSource Persistence="ProjectFile" Label="" /> | 83 <DataSource Persistence="ProjectFile" Label="" /> |
| 84 </StringProperty.DataSource> | 84 </StringProperty.DataSource> |
| 85 </StringProperty> | 85 </StringProperty> |
| 86 | 86 |
| 87 <StringProperty Name="TargetExt" DisplayName="Target Extension" | 87 <StringProperty Name="TargetExt" DisplayName="Target Extension" |
| 88 Description="Specifies a file extension that this project will generate. (Example: .exe or .dll)" | 88 Description="Specifies a file extension that this project will generate. (Example: .exe or .dll)" |
| 89 F1Keyword="VC.Project.VCConfiguration.TargetExt" | 89 F1Keyword="VC.Project.VCConfiguration.TargetExt" |
| 90 Category="General" | 90 Category="General" |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 137 Description="Common Language Runtime Support (/clr)"/> | 137 Description="Common Language Runtime Support (/clr)"/> |
| 138 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor t (/clr:pure)" | 138 <EnumValue Name="Pure" DisplayName="Pure MSIL Common Language Runtime Suppor t (/clr:pure)" |
| 139 Description="Pure MSIL Common Language Runtime Support (/clr:pure )" /> | 139 Description="Pure MSIL Common Language Runtime Support (/clr:pure )" /> |
| 140 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor t (/clr:safe)" | 140 <EnumValue Name="Safe" DisplayName="Safe MSIL Common Language Runtime Suppor t (/clr:safe)" |
| 141 Description="Safe MSIL Common Language Runtime Support (/clr:safe )" /> | 141 Description="Safe MSIL Common Language Runtime Support (/clr:safe )" /> |
| 142 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol d Syntax (/clr:oldSyntax)" | 142 <EnumValue Name="OldSyntax" DisplayName="Common Language Runtime Support, Ol d Syntax (/clr:oldSyntax)" |
| 143 Description="Common Language Runtime Support, Old Syntax (/clr:ol dSyntax)" /> | 143 Description="Common Language Runtime Support, Old Syntax (/clr:ol dSyntax)" /> |
| 144 </EnumProperty> | 144 </EnumProperty> |
| 145 | 145 |
| 146 </Rule> | 146 </Rule> |
| OLD | NEW |