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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets

Issue 10977007: Rename folder Properties -> Props (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 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 | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.CppBuild.targets » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets
index 0353b084dd770e66cc51fe173362a60b15f2f354..c157f01eb386fc6e6eb09ee7d0432447c31eff98 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets
@@ -27,7 +27,7 @@
OutputCommandLine ="%(ClCompile.OutputCommandLine)"
MinimalRebuildFromTracking ="%(ClCompile.MinimalRebuildFromTracking)"
NaCLCompilerPath ="$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-g++.exe"
- PropertiesFile ="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl_compile.xml"
+ PropertiesFile ="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_compile.xml"
TLogReadFiles ="@(CLTLogReadFiles)"
TLogWriteFiles ="@(CLTLogWriteFiles)"
ToolExe ="$(CLToolExe)"
@@ -57,7 +57,7 @@
NaClLinkerPath ="$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-g++.exe"
MinimalRebuildFromTracking ="$(Link_MinimalRebuildFromTracking)"
OutputFile ="%(Link.OutputFile)"
- PropertiesFile ="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl_link.xml"
+ PropertiesFile ="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_link.xml"
TLogReadFiles ="@(LinkTLogReadFiles)"
TLogWriteFiles ="@(LinkTLogWriteFiles)"
ToolExe ="$(LinkToolExe)"
@@ -94,7 +94,7 @@
LibrarianToolPath ="$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-ar.exe"
MinimalRebuildFromTracking ="%(Lib.MinimalRebuildFromTracking)"
OutputFile ="%(Lib.OutputFile)"
- PropertiesFile ="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl_lib.xml"
+ PropertiesFile ="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_lib.xml"
TrackerLogDirectory ="%(Lib.TrackerLogDirectory)"
TLogReadFiles ="@(LIBTLogReadFiles)"
TLogWriteFiles ="@(LIBTLogWriteFiles)"
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.CppBuild.targets » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698