| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 Subtype="folder" | 75 Subtype="folder" |
| 76 F1Keyword="VC.Project.VCConfiguration.IntermediateDirectory"> | 76 F1Keyword="VC.Project.VCConfiguration.IntermediateDirectory"> |
| 77 <StringProperty.DataSource> | 77 <StringProperty.DataSource> |
| 78 <DataSource Persistence="ProjectFile" Label="" /> | 78 <DataSource Persistence="ProjectFile" Label="" /> |
| 79 </StringProperty.DataSource> | 79 </StringProperty.DataSource> |
| 80 </StringProperty> | 80 </StringProperty> |
| 81 | 81 |
| 82 <StringProperty Name="TargetName" DisplayName="Target Name" | 82 <StringProperty Name="TargetName" DisplayName="Target Name" |
| 83 Description="Specifies a file name that this project will gene
rate." | 83 Description="Specifies a file name that this project will gene
rate." |
| 84 F1Keyword="VC.Project.VCConfiguration.TargetName" | 84 F1Keyword="VC.Project.VCConfiguration.TargetName" |
| 85 Category="General" Default="$(ProjectName)_$(PlatformArchitect
ure)" | 85 Category="General" Default="$(ProjectName)" |
| 86 > | 86 > |
| 87 <StringProperty.DataSource> | 87 <StringProperty.DataSource> |
| 88 <DataSource Persistence="ProjectFile" Label="" /> | 88 <DataSource Persistence="ProjectFile" Label="" /> |
| 89 </StringProperty.DataSource> | 89 </StringProperty.DataSource> |
| 90 </StringProperty> | 90 </StringProperty> |
| 91 | 91 |
| 92 <StringProperty Name="TargetExt" DisplayName="Target Extension" | 92 <StringProperty Name="TargetExt" DisplayName="Target Extension" |
| 93 Description="Specifies a file extension that this project will
generate. (Example: .exe or .dll)" | 93 Description="Specifies a file extension that this project will
generate. (Example: .exe or .dll)" |
| 94 F1Keyword="VC.Project.VCConfiguration.TargetExt" | 94 F1Keyword="VC.Project.VCConfiguration.TargetExt" |
| 95 Category="General" | 95 Category="General" |
| (...skipping 16 matching lines...) Expand all Loading... |
| 112 Description="Specifies the build log file to write to when bui
ld logging is enabled." | 112 Description="Specifies the build log file to write to when bui
ld logging is enabled." |
| 113 F1Keyword="VC.Project.VCConfiguration.BuildLogFile" | 113 F1Keyword="VC.Project.VCConfiguration.BuildLogFile" |
| 114 Category="General" Default="$(ProjectDir)\$(MSBuildProjectName
).log" | 114 Category="General" Default="$(ProjectDir)\$(MSBuildProjectName
).log" |
| 115 Subtype="file"> | 115 Subtype="file"> |
| 116 <StringProperty.DataSource> | 116 <StringProperty.DataSource> |
| 117 <DataSource Persistence="ProjectFile" ItemType="BuildLog" P
ersistedName="Path" /> | 117 <DataSource Persistence="ProjectFile" ItemType="BuildLog" P
ersistedName="Path" /> |
| 118 </StringProperty.DataSource> | 118 </StringProperty.DataSource> |
| 119 </StringProperty> | 119 </StringProperty> |
| 120 | 120 |
| 121 </Rule> | 121 </Rule> |
| OLD | NEW |