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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003"> 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil d/2003">
2 2
3 <PropertyGroup> 3 <PropertyGroup>
4 <UseDefaultProjectTools>false</UseDefaultProjectTools> 4 <UseDefaultProjectTools>false</UseDefaultProjectTools>
5 <UseDefaultPropertyPageSchemas>false</UseDefaultPropertyPageSchemas> 5 <UseDefaultPropertyPageSchemas>false</UseDefaultPropertyPageSchemas>
6 <UseDefaultGeneralPropertyPageSchema>false</UseDefaultGeneralPropertyPageSch ema> 6 <UseDefaultGeneralPropertyPageSchema>false</UseDefaultGeneralPropertyPageSch ema>
7 </PropertyGroup> 7 </PropertyGroup>
8 8
9 <!-- Property pages --> 9 <!-- Property pages -->
10 10
11 <ItemGroup> 11 <ItemGroup>
12 <!-- Property pages that always apply --> 12 <!-- Property pages that always apply -->
13 <PropertyPageSchema Include=" 13 <PropertyPageSchema Include="
14 $(VCTargetsPath)\Platforms\NaCl\Properties\nacl_projectItemsSchema.xml; 14 $(VCTargetsPath)\Platforms\NaCl\Props\nacl_projectItemsSchema.xml;
15 $(VCTargetsPath)$(LangID)\debugger_*.xml; 15 $(VCTargetsPath)$(LangID)\debugger_*.xml;
16 $(VCTargetsPath)$(LangID)\midl.xml; 16 $(VCTargetsPath)$(LangID)\midl.xml;
17 $(VCTargetsPath)$(LangID)\build_events.xml; 17 $(VCTargetsPath)$(LangID)\build_events.xml;
18 $(VCTargetsPath)$(LangID)\custom_build_tool.xml; 18 $(VCTargetsPath)$(LangID)\custom_build_tool.xml;
19 " 19 "
20 Exclude=" 20 Exclude="
21 $(VCTargetsPath)$(LangID)\debugger_smartdevice_native.xml; 21 $(VCTargetsPath)$(LangID)\debugger_smartdevice_native.xml;
22 "/> 22 "/>
23 23
24 <!-- Make sure the following debugger schemas are explicitly included, to al low CPS to search for them 24 <!-- Make sure the following debugger schemas are explicitly included, to al low CPS to search for them
25 in the alternative locations. To avoid duplicate schemas, we don't incl ude them 25 in the alternative locations. To avoid duplicate schemas, we don't incl ude them
26 if they already exist in $(VCTargetsPath)$(LangID)\debugger_*.xml --> 26 if they already exist in $(VCTargetsPath)$(LangID)\debugger_*.xml -->
27 <PropertyPageSchema Condition="!Exists('$(VCTargetsPath)$(LangID)\debugger_g eneral.xml')" Include="$(VCTargetsPath)$(LangID)\debugger_general.xml" /> 27 <PropertyPageSchema Condition="!Exists('$(VCTargetsPath)$(LangID)\debugger_g eneral.xml')" Include="$(VCTargetsPath)$(LangID)\debugger_general.xml" />
28 <PropertyPageSchema Condition="!Exists('$(VCTargetsPath)$(LangID)\debugger_l ocal_windows.xml')" Include="$(VCTargetsPath)$(LangID)\debugger_local_windows.xm l" /> 28 <PropertyPageSchema Condition="!Exists('$(VCTargetsPath)$(LangID)\debugger_l ocal_windows.xml')" Include="$(VCTargetsPath)$(LangID)\debugger_local_windows.xm l" />
29 <PropertyPageSchema Condition="!Exists('$(VCTargetsPath)$(LangID)\debugger_m pi_cluster.xml')" Include="$(VCTargetsPath)$(LangID)\debugger_mpi_cluster.xml" / > 29 <PropertyPageSchema Condition="!Exists('$(VCTargetsPath)$(LangID)\debugger_m pi_cluster.xml')" Include="$(VCTargetsPath)$(LangID)\debugger_mpi_cluster.xml" / >
30 <PropertyPageSchema Condition="!Exists('$(VCTargetsPath)$(LangID)\debugger_r emote_windows.xml')" Include="$(VCTargetsPath)$(LangID)\debugger_remote_windows. xml" /> 30 <PropertyPageSchema Condition="!Exists('$(VCTargetsPath)$(LangID)\debugger_r emote_windows.xml')" Include="$(VCTargetsPath)$(LangID)\debugger_remote_windows. xml" />
31 <PropertyPageSchema Condition="!Exists('$(VCTargetsPath)$(LangID)\debugger_w eb_browser.xml')" Include="$(VCTargetsPath)$(LangID)\debugger_web_browser.xml" / > 31 <PropertyPageSchema Condition="!Exists('$(VCTargetsPath)$(LangID)\debugger_w eb_browser.xml')" Include="$(VCTargetsPath)$(LangID)\debugger_web_browser.xml" / >
32 <PropertyPageSchema Condition="!Exists('$(VCTargetsPath)$(LangID)\debugger_w eb_service.xml')" Include="$(VCTargetsPath)$(LangID)\debugger_web_service.xml" / > 32 <PropertyPageSchema Condition="!Exists('$(VCTargetsPath)$(LangID)\debugger_w eb_service.xml')" Include="$(VCTargetsPath)$(LangID)\debugger_web_service.xml" / >
33 33
34 <!-- Property sheet specific property pages --> 34 <!-- Property sheet specific property pages -->
35 <PropertyPageSchema Include="$(VCTargetsPath)$(LangID)\usermacros.xml"> 35 <PropertyPageSchema Include="$(VCTargetsPath)$(LangID)\usermacros.xml">
36 <Context>PropertySheet</Context> 36 <Context>PropertySheet</Context>
37 </PropertyPageSchema> 37 </PropertyPageSchema>
38 38
39 <!-- Switch view between project property based directories and environment variables --> 39 <!-- Switch view between project property based directories and environment variables -->
40 <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl _directories.xml" /> 40 <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_dire ctories.xml" />
41 41
42 <!-- Non-Utility project property pages --> 42 <!-- Non-Utility project property pages -->
43 <PropertyPageSchema Condition="'$(ConfigurationType)' != 'Utility'" Include= " 43 <PropertyPageSchema Condition="'$(ConfigurationType)' != 'Utility'" Include= "
44 $(VCTargetsPath)\Platforms\NaCl\Properties\nacl_compile.xml; 44 $(VCTargetsPath)\Platforms\NaCl\Props\nacl_compile.xml;
45 $(VCTargetsPath)$(LangID)\custom_build_step.xml; 45 $(VCTargetsPath)$(LangID)\custom_build_step.xml;
46 "/> 46 "/>
47 <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl _link.xml" Condition="'$(ConfigurationType)' == 'Application' or '$(Configuratio nType)' == 'DynamicLibrary'" /> 47 <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_link .xml" Condition="'$(ConfigurationType)' == 'Application' or '$(ConfigurationType )' == 'DynamicLibrary'" />
48 <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl _lib.xml" Condition="'$(ConfigurationType)' == 'StaticLibrary'" /> 48 <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_lib. xml" Condition="'$(ConfigurationType)' == 'StaticLibrary'" />
49 </ItemGroup> 49 </ItemGroup>
50 50
51 <ItemGroup> 51 <ItemGroup>
52 <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl _general.xml"> 52 <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_gene ral.xml">
53 <Context>Project</Context> 53 <Context>Project</Context>
54 </PropertyPageSchema> 54 </PropertyPageSchema>
55 <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Properties\nacl _general_ps.xml"> 55 <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_gene ral_ps.xml">
56 <Context>PropertySheet</Context> 56 <Context>PropertySheet</Context>
57 </PropertyPageSchema> 57 </PropertyPageSchema>
58 </ItemGroup> 58 </ItemGroup>
59 59
60 <!-- Tools that show up in the IDE property pages for exe and dll projects --> 60 <!-- Tools that show up in the IDE property pages for exe and dll projects -->
61 <ItemGroup Condition="('$(ConfigurationType)' == 'Application' or '$(Configura tionType)' == 'DynamicLibrary')"> 61 <ItemGroup Condition="('$(ConfigurationType)' == 'Application' or '$(Configura tionType)' == 'DynamicLibrary')">
62 <ProjectTools Include="Link"/> 62 <ProjectTools Include="Link"/>
63 <ProjectTools Include="CustomBuildStep"/> 63 <ProjectTools Include="CustomBuildStep"/>
64 </ItemGroup> 64 </ItemGroup>
65 65
66 <!-- Tools that show up in the IDE property pages for lib project--> 66 <!-- Tools that show up in the IDE property pages for lib project-->
67 <ItemGroup Condition="'$(ConfigurationType)' == 'StaticLibrary'"> 67 <ItemGroup Condition="'$(ConfigurationType)' == 'StaticLibrary'">
68 <ProjectTools Include="Lib"/> 68 <ProjectTools Include="Lib"/>
69 <ProjectTools Include="CustomBuildStep"/> 69 <ProjectTools Include="CustomBuildStep"/>
70 </ItemGroup> 70 </ItemGroup>
71 71
72 </Project> 72 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698