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

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

Issue 11017068: Fix name of 32-bit nexes to make create_nmf happy (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 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
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.default.props » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_general.xml
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_general.xml b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_general.xml
index 2313b64f0b3ef93d12c13930a0d8e0a5bbe6a177..04c4ff1a037598966be4bd0fe46a6defd89d8753 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_general.xml
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_general.xml
@@ -77,7 +77,7 @@
<StringProperty Name="TargetName" DisplayName="Target Name"
Description="Specifies a file name that this project will generate."
F1Keyword="VC.Project.VCConfiguration.TargetName"
- Category="General" Default="$(ProjectName)_$(TargetArchitecture)"
+ Category="General" Default="$(ProjectName)_$(PlatformArchitecture)"
>
<StringProperty.DataSource>
<DataSource Persistence="ProjectFile" Label="" />
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.default.props » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698