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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.CppBuild.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
Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.CppBuild.targets
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.CppBuild.targets b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.CppBuild.targets
index 95c371b1914dc0205ce1bf21f5e214b9453b0522..b8347c2da6e1b0c86f656b99cd05587f53895b56 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.CppBuild.targets
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.CppBuild.targets
@@ -11,7 +11,7 @@
<ItemGroup>
<!-- Property pages that always apply -->
<PropertyPageSchema Include="
- $(VCTargetsPath)\Platforms\NaCl\Properties\nacl_projectItemsSchema.xml;
+ $(VCTargetsPath)\Platforms\NaCl\Props\nacl_projectItemsSchema.xml;
$(VCTargetsPath)$(LangID)\debugger_*.xml;
$(VCTargetsPath)$(LangID)\midl.xml;
$(VCTargetsPath)$(LangID)\build_events.xml;
@@ -37,22 +37,22 @@
</PropertyPageSchema>
<!-- Switch view between project property based directories and environment variables -->
- <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl_directories.xml" />
+ <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_directories.xml" />
<!-- Non-Utility project property pages -->
<PropertyPageSchema Condition="'$(ConfigurationType)' != 'Utility'" Include="
- $(VCTargetsPath)\Platforms\NaCl\Properties\nacl_compile.xml;
+ $(VCTargetsPath)\Platforms\NaCl\Props\nacl_compile.xml;
$(VCTargetsPath)$(LangID)\custom_build_step.xml;
"/>
- <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl_link.xml" Condition="'$(ConfigurationType)' == 'Application' or '$(ConfigurationType)' == 'DynamicLibrary'" />
- <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl_lib.xml" Condition="'$(ConfigurationType)' == 'StaticLibrary'" />
+ <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_link.xml" Condition="'$(ConfigurationType)' == 'Application' or '$(ConfigurationType)' == 'DynamicLibrary'" />
+ <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_lib.xml" Condition="'$(ConfigurationType)' == 'StaticLibrary'" />
</ItemGroup>
<ItemGroup>
- <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl_general.xml">
+ <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_general.xml">
<Context>Project</Context>
</PropertyPageSchema>
- <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl_general_ps.xml">
+ <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_general_ps.xml">
<Context>PropertySheet</Context>
</PropertyPageSchema>
</ItemGroup>

Powered by Google App Engine
This is Rietveld 408576698