Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml

Issue 10830104: Changed VS add-in to use nacl-gdb (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: IrtPath Property added Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)\"

Powered by Google App Engine
This is Rietveld 408576698