| OLD | NEW |
| 1 <Rule | 1 <Rule |
| 2 Name="ConfigurationGeneral" | 2 Name="ConfigurationGeneral" |
| 3 DisplayName="General" | 3 DisplayName="General" |
| 4 PageTemplate="generic" | 4 PageTemplate="generic" |
| 5 Description="General" | 5 Description="General" |
| 6 xmlns="http://schemas.microsoft.com/build/2009/properties"> | 6 xmlns="http://schemas.microsoft.com/build/2009/properties"> |
| 7 <Rule.Categories> | 7 <Rule.Categories> |
| 8 <Category Name="ProjectDefaults" DisplayName="Project Defaults" Description=
"Project Defaults" /> | 8 <Category Name="ProjectDefaults" DisplayName="Project Defaults" Description=
"Project Defaults" /> |
| 9 <PatchAdd> | 9 <PatchAdd> |
| 10 <Category Name="NativeClient" DisplayName="Native Client" Description="Nat
ive Client General Properties" /> | 10 <Category Name="NativeClient" DisplayName="Native Client" Description="Nat
ive Client General Properties" /> |
| 11 </PatchAdd> | 11 </PatchAdd> |
| 12 </Rule.Categories> | 12 </Rule.Categories> |
| 13 <Rule.DataSource> | 13 <Rule.DataSource> |
| 14 <DataSource Persistence="ProjectFile" Label="Configuration" /> | 14 <DataSource Persistence="ProjectFile" Label="Configuration" /> |
| 15 </Rule.DataSource> | 15 </Rule.DataSource> |
| 16 | 16 |
| 17 <!-- Add VS NaCl SDK Root. Note the default value is actually set in Microsof
t.cpp.PPAPI.default.props.patch --> | 17 <!-- Add VS NaCl SDK Root. Note the default value is actually set in Microsof
t.cpp.PPAPI.default.props.patch --> |
| 18 <PatchAdd> | 18 <PatchAdd> |
| 19 <StringProperty Name="NaClAddInVersion" Visible="false" | 19 <StringProperty Name="NaClAddInVersion" Visible="false" |
| 20 Category="NativeClient" Default=""> | 20 Category="NativeClient" Default=""> |
| 21 <StringProperty.DataSource> | 21 <StringProperty.DataSource> |
| 22 <DataSource Persistence="ProjectFile" Label=""/> | 22 <DataSource Persistence="ProjectFile" Label=""/> |
| 23 </StringProperty.DataSource> | 23 </StringProperty.DataSource> |
| 24 </StringProperty> | 24 </StringProperty> |
| 25 | 25 |
| 26 <StringProperty Name="VSNaClSDKRoot" DisplayName="NaCl SDK Root" | 26 <StringProperty Name="VSNaClSDKRoot" DisplayName="NaCl SDK Root" |
| 27 Description="Specifies the path to the Native Client SDK root
directory" | 27 Description="Specifies the path to the Native Client SDK root
directory" |
| 28 Category="NativeClient" Default="" | 28 Category="NativeClient" Default="" |
| 29 Subtype="folder" F1Keyword="VC.Project.VCConfiguration.NaClSDK
Root"> | 29 Subtype="folder" F1Keyword="VC.Project.VCConfiguration.NaClSDK
Root"> |
| 30 <StringProperty.DataSource> | |
| 31 <DataSource Persistence="ProjectFile" Label="" /> | |
| 32 </StringProperty.DataSource> | |
| 33 </StringProperty> | 30 </StringProperty> |
| 34 | 31 |
| 35 <StringProperty Name="NaClWebServerPort" DisplayName="Web Server Port" | 32 <StringProperty Name="NaClWebServerPort" DisplayName="Web Server Port" |
| 36 Description="Specifies the port number to use while hosting th
e Pepper Plugin" | 33 Description="Specifies the port number to use while hosting th
e Pepper Plugin" |
| 37 Category="NativeClient" Default="" | 34 Category="NativeClient" Default="" |
| 38 F1Keyword="VC.Project.VCConfiguration.NaClWebServerPort"> | 35 F1Keyword="VC.Project.VCConfiguration.NaClWebServerPort"> |
| 39 <StringProperty.DataSource> | 36 <StringProperty.DataSource> |
| 40 <DataSource Persistence="ProjectFile" Label="" /> | 37 <DataSource Persistence="ProjectFile" Label="" /> |
| 41 </StringProperty.DataSource> | 38 </StringProperty.DataSource> |
| 42 </StringProperty> | 39 </StringProperty> |
| 43 </PatchAdd> | 40 </PatchAdd> |
| 44 | 41 |
| 45 <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type" | 42 <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type" |
| 46 Description="Specifies the type of output this configuration gen
erates." | 43 Description="Specifies the type of output this configuration gen
erates." |
| 47 Category="ProjectDefaults" | 44 Category="ProjectDefaults" |
| 48 F1Keyword="VC.Project.VCConfiguration.ConfigurationType"> | 45 F1Keyword="VC.Project.VCConfiguration.ConfigurationType"> |
| 49 <PatchRemove> | 46 <PatchRemove> |
| 50 <EnumValue Name="Makefile" DisplayName="Makefile" Description="Makefile" /
> | 47 <EnumValue Name="Makefile" DisplayName="Makefile" Description="Makefile" /
> |
| 51 <EnumValue Name="Application" DisplayName="Application (.exe)" Description
="Application (.exe)" /> | 48 <EnumValue Name="Application" DisplayName="Application (.exe)" Description
="Application (.exe)" /> |
| 52 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc
ription="Dynamic Library (.dll)" /> | 49 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc
ription="Dynamic Library (.dll)" /> |
| 53 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri
ption="Static Library (.lib)" /> | 50 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri
ption="Static Library (.lib)" /> |
| 54 <EnumValue Name="Utility" DisplayName="Utility" Description="Utility" /> | 51 <EnumValue Name="Utility" DisplayName="Utility" Description="Utility" /> |
| 55 </PatchRemove> | 52 </PatchRemove> |
| 56 <PatchAdd> | 53 <PatchAdd> |
| 57 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc
ription="Dynamic Library (.dll)" /> | 54 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc
ription="Dynamic Library (.dll)" /> |
| 58 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri
ption="Static Library (.lib)" /> | 55 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri
ption="Static Library (.lib)" /> |
| 59 </PatchAdd> | 56 </PatchAdd> |
| 60 </EnumProperty> | 57 </EnumProperty> |
| 61 </Rule> | 58 </Rule> |
| OLD | NEW |