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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Toolset.default.props

Issue 11348050: [VS Addin] Add automatic nmf creation (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/NaCl/Props/nacl_link.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Toolset.default.props
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Toolset.default.props b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Toolset.default.props
index 0cbc4013fc16969755f7f0aee229f4af29066d0c..781803eb23d4ae1247e5b2aaa0325ab3b3a1072e 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Toolset.default.props
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Toolset.default.props
@@ -41,6 +41,7 @@
<TranslateX86 Condition="'%(Link.TranslateX86)' == ''">true</TranslateX86>
<TranslateX64 Condition="'%(Link.TranslateX64)' == ''">true</TranslateX64>
<TranslateARM Condition="'%(Link.TranslateARM)' == ''">true</TranslateARM>
+ <CreateNMF Condition="'%(Link.CreateNMF)' == ''">true</CreateNMF>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_link.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698