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

Side by Side Diff: tools/visual_studio/v8_shell_sample_arm.vcproj

Issue 5680004: Add missing include directory for shell sample.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years 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 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="v8_shell_sample" 5 Name="v8_shell_sample"
6 ProjectGUID="{2DE20FFA-6F5E-48D9-84D8-09B044A5B119}" 6 ProjectGUID="{2DE20FFA-6F5E-48D9-84D8-09B044A5B119}"
7 RootNamespace="v8_shell_sample" 7 RootNamespace="v8_shell_sample"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 19 matching lines...) Expand all
30 Name="VCXMLDataGeneratorTool" 30 Name="VCXMLDataGeneratorTool"
31 /> 31 />
32 <Tool 32 <Tool
33 Name="VCWebServiceProxyGeneratorTool" 33 Name="VCWebServiceProxyGeneratorTool"
34 /> 34 />
35 <Tool 35 <Tool
36 Name="VCMIDLTool" 36 Name="VCMIDLTool"
37 /> 37 />
38 <Tool 38 <Tool
39 Name="VCCLCompilerTool" 39 Name="VCCLCompilerTool"
40 AdditionalIncludeDirectories="$(ProjectDir)\..\..\include"
40 /> 41 />
41 <Tool 42 <Tool
42 Name="VCManagedResourceCompilerTool" 43 Name="VCManagedResourceCompilerTool"
43 /> 44 />
44 <Tool 45 <Tool
45 Name="VCResourceCompilerTool" 46 Name="VCResourceCompilerTool"
46 /> 47 />
47 <Tool 48 <Tool
48 Name="VCPreLinkEventTool" 49 Name="VCPreLinkEventTool"
49 /> 50 />
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 Name="VCXMLDataGeneratorTool" 89 Name="VCXMLDataGeneratorTool"
89 /> 90 />
90 <Tool 91 <Tool
91 Name="VCWebServiceProxyGeneratorTool" 92 Name="VCWebServiceProxyGeneratorTool"
92 /> 93 />
93 <Tool 94 <Tool
94 Name="VCMIDLTool" 95 Name="VCMIDLTool"
95 /> 96 />
96 <Tool 97 <Tool
97 Name="VCCLCompilerTool" 98 Name="VCCLCompilerTool"
99 AdditionalIncludeDirectories="$(ProjectDir)\..\..\include"
98 /> 100 />
99 <Tool 101 <Tool
100 Name="VCManagedResourceCompilerTool" 102 Name="VCManagedResourceCompilerTool"
101 /> 103 />
102 <Tool 104 <Tool
103 Name="VCResourceCompilerTool" 105 Name="VCResourceCompilerTool"
104 /> 106 />
105 <Tool 107 <Tool
106 Name="VCPreLinkEventTool" 108 Name="VCPreLinkEventTool"
107 /> 109 />
(...skipping 28 matching lines...) Expand all
136 </References> 138 </References>
137 <Files> 139 <Files>
138 <File 140 <File
139 RelativePath="..\..\samples\shell.cc" 141 RelativePath="..\..\samples\shell.cc"
140 > 142 >
141 </File> 143 </File>
142 </Files> 144 </Files>
143 <Globals> 145 <Globals>
144 </Globals> 146 </Globals>
145 </VisualStudioProject> 147 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_shell_sample.vcproj ('k') | tools/visual_studio/v8_shell_sample_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698