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

Unified Diff: visual_studio/NativeClientVSAddIn/create_package.py

Issue 594733002: [VS Addin] Add default compiler include paths to visual studio (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 6 years, 3 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 | « visual_studio/NativeClientVSAddIn/UnitTests/PropertyManagerTest.cs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: visual_studio/NativeClientVSAddIn/create_package.py
diff --git a/visual_studio/NativeClientVSAddIn/create_package.py b/visual_studio/NativeClientVSAddIn/create_package.py
index 6fca5eb32568674144f623314b7ae76dc4726643..e6b155a7e9a9e2026a9e4a663a57fc9171aed107 100644
--- a/visual_studio/NativeClientVSAddIn/create_package.py
+++ b/visual_studio/NativeClientVSAddIn/create_package.py
@@ -237,7 +237,6 @@ def main(args):
'64': '32',
'.nexe': '.pexe',
'nacl_link.xml': 'pnacl_link.xml',
- '$(ProjectName)_$(PlatformArchitecture)': '$(ProjectName)',
}
dest = join(STAGING_DIR, 'PNaCl')
« no previous file with comments | « visual_studio/NativeClientVSAddIn/UnitTests/PropertyManagerTest.cs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698