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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 Subtype="folder" | 73 Subtype="folder" |
74 F1Keyword="VC.Project.VCConfiguration.IntermediateDirectory"> | 74 F1Keyword="VC.Project.VCConfiguration.IntermediateDirectory"> |
75 <StringProperty.DataSource> | 75 <StringProperty.DataSource> |
76 <DataSource Persistence="ProjectFile" Label="" /> | 76 <DataSource Persistence="ProjectFile" Label="" /> |
77 </StringProperty.DataSource> | 77 </StringProperty.DataSource> |
78 </StringProperty> | 78 </StringProperty> |
79 | 79 |
80 <StringProperty Name="TargetName" DisplayName="Target Name" | 80 <StringProperty Name="TargetName" DisplayName="Target Name" |
81 Description="Specifies a file name that this project will gene
rate." | 81 Description="Specifies a file name that this project will gene
rate." |
82 F1Keyword="VC.Project.VCConfiguration.TargetName" | 82 F1Keyword="VC.Project.VCConfiguration.TargetName" |
83 Category="General" Default="$(ProjectName)_$(PlatformArchitect
ure)" | 83 Category="General" Default="$(ProjectName)" |
84 > | 84 > |
85 <StringProperty.DataSource> | 85 <StringProperty.DataSource> |
86 <DataSource Persistence="ProjectFile" Label="" /> | 86 <DataSource Persistence="ProjectFile" Label="" /> |
87 </StringProperty.DataSource> | 87 </StringProperty.DataSource> |
88 </StringProperty> | 88 </StringProperty> |
89 | 89 |
90 <StringProperty Name="TargetExt" DisplayName="Target Extension" | 90 <StringProperty Name="TargetExt" DisplayName="Target Extension" |
91 Description="Specifies a file extension that this project will
generate. (Example: .exe or .dll)" | 91 Description="Specifies a file extension that this project will
generate. (Example: .exe or .dll)" |
92 F1Keyword="VC.Project.VCConfiguration.TargetExt" | 92 F1Keyword="VC.Project.VCConfiguration.TargetExt" |
93 Category="General" | 93 Category="General" |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 Description="Common Language Runtime Support (/clr)"/> | 139 Description="Common Language Runtime Support (/clr)"/> |
140 <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)" |
141 Description="Pure MSIL Common Language Runtime Support (/clr:pure
)" /> | 141 Description="Pure MSIL Common Language Runtime Support (/clr:pure
)" /> |
142 <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)" |
143 Description="Safe MSIL Common Language Runtime Support (/clr:safe
)" /> | 143 Description="Safe MSIL Common Language Runtime Support (/clr:safe
)" /> |
144 <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)" |
145 Description="Common Language Runtime Support, Old Syntax (/clr:ol
dSyntax)" /> | 145 Description="Common Language Runtime Support, Old Syntax (/clr:ol
dSyntax)" /> |
146 </EnumProperty> | 146 </EnumProperty> |
147 | 147 |
148 </Rule> | 148 </Rule> |
OLD | NEW |