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

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

Issue 11099046: Fix output names (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 d927dbf5ba1492d45034e4c0be968e066bc6d5fc..2313b64f0b3ef93d12c13930a0d8e0a5bbe6a177 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_general.xml
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_general.xml
@@ -56,7 +56,7 @@
<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)\"
+ Category="General" Default="$(SolutionDir)\$(Platform)\$(Toolchain)\$(Configuration)\"
Subtype="folder"
F1Keyword="VC.Project.VCConfiguration.OutputDirectory">
<StringProperty.DataSource>
@@ -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)"
+ Category="General" Default="$(ProjectName)_$(TargetArchitecture)"
binji 2012/10/10 22:23:22 add comment about removing target architecture fro
>
<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