OLD | NEW |
(Empty) | |
| 1 <Rule |
| 2 Name="ConfigurationGeneral" |
| 3 DisplayName="General" |
| 4 PageTemplate="generic" |
| 5 Description="General" |
| 6 xmlns="http://schemas.microsoft.com/build/2009/properties"> |
| 7 |
| 8 <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type" |
| 9 Description="Specifies the type of output this configuration gen
erates." |
| 10 Category="ProjectDefaults" |
| 11 F1Keyword="VC.Project.VCConfiguration.ConfigurationType"> |
| 12 <PatchRemove> |
| 13 <EnumValue Name="Makefile" DisplayName="Makefile" Description="Makefile" /
> |
| 14 <EnumValue Name="Application" DisplayName="Application (.exe)" Description
="Application (.exe)" /> |
| 15 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc
ription="Dynamic Library (.dll)" /> |
| 16 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri
ption="Static Library (.lib)" /> |
| 17 <EnumValue Name="Utility" DisplayName="Utility" Description="Utility" /> |
| 18 </PatchRemove> |
| 19 <PatchAdd> |
| 20 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc
ription="Dynamic Library (.dll)" /> |
| 21 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri
ption="Static Library (.lib)" /> |
| 22 </PatchAdd> |
| 23 </EnumProperty> |
| 24 </Rule> |
OLD | NEW |