| 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>
|
|
|