| Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml
|
| index 3fee2478f63bd7121e52e0d35f5c15a1adc2d997..24c654d716130eee85a94a88272aa193563ddb52 100644
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml
|
| @@ -16,7 +16,7 @@
|
| </Rule.DataSource>
|
|
|
| <StringProperty Name="VSNaClSDKRoot" DisplayName="NaCl SDK Root"
|
| - Description="Specifies the path to the Native Client SDK root directory"
|
| + Description="Specifies the path to the Native Client SDK root directory."
|
| Category="NativeClient" Default=""
|
| Subtype="folder" F1Keyword="VC.Project.VCConfiguration.NaClSDKRoot">
|
| <StringProperty.DataSource>
|
| @@ -24,6 +24,24 @@
|
| </StringProperty.DataSource>
|
| </StringProperty>
|
|
|
| + <StringProperty Name="NaClManifestPath" DisplayName="Manifest File Path"
|
| + Description="Specifies the path to the .nmf file for this project configuration."
|
| + Category="NativeClient" Default=""
|
| + Subtype="file" F1Keyword="VC.Project.VCConfiguration.NaClManifestPath">
|
| + <StringProperty.DataSource>
|
| + <DataSource Persistence="ProjectFile" Label="" />
|
| + </StringProperty.DataSource>
|
| + </StringProperty>
|
| +
|
| + <StringProperty Name="NaClIrtPath" DisplayName="IRT File Path"
|
| + Description="Specifies the path to the NaCl Intermediate Runtime file for this project configuration."
|
| + Category="NativeClient" Default=""
|
| + Subtype="file" F1Keyword="VC.Project.VCConfiguration.NaClIrtPath">
|
| + <StringProperty.DataSource>
|
| + <DataSource Persistence="ProjectFile" Label="" />
|
| + </StringProperty.DataSource>
|
| + </StringProperty>
|
| +
|
| <StringProperty Name="OutDir" DisplayName="Output Directory"
|
| Description="Specifies a relative path to the output file directory; can include environment variables."
|
| Category="General" Default="$(SolutionDir)$(Configuration)\"
|
|
|