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

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

Issue 5862002: Version 3.0.2. (Closed)
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
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"
41 /> 40 />
42 <Tool 41 <Tool
43 Name="VCManagedResourceCompilerTool" 42 Name="VCManagedResourceCompilerTool"
44 /> 43 />
45 <Tool 44 <Tool
46 Name="VCResourceCompilerTool" 45 Name="VCResourceCompilerTool"
47 /> 46 />
48 <Tool 47 <Tool
49 Name="VCPreLinkEventTool" 48 Name="VCPreLinkEventTool"
50 /> 49 />
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 Name="VCXMLDataGeneratorTool" 88 Name="VCXMLDataGeneratorTool"
90 /> 89 />
91 <Tool 90 <Tool
92 Name="VCWebServiceProxyGeneratorTool" 91 Name="VCWebServiceProxyGeneratorTool"
93 /> 92 />
94 <Tool 93 <Tool
95 Name="VCMIDLTool" 94 Name="VCMIDLTool"
96 /> 95 />
97 <Tool 96 <Tool
98 Name="VCCLCompilerTool" 97 Name="VCCLCompilerTool"
99 AdditionalIncludeDirectories="$(ProjectDir)\..\..\include"
100 /> 98 />
101 <Tool 99 <Tool
102 Name="VCManagedResourceCompilerTool" 100 Name="VCManagedResourceCompilerTool"
103 /> 101 />
104 <Tool 102 <Tool
105 Name="VCResourceCompilerTool" 103 Name="VCResourceCompilerTool"
106 /> 104 />
107 <Tool 105 <Tool
108 Name="VCPreLinkEventTool" 106 Name="VCPreLinkEventTool"
109 /> 107 />
(...skipping 28 matching lines...) Expand all
138 </References> 136 </References>
139 <Files> 137 <Files>
140 <File 138 <File
141 RelativePath="..\..\samples\shell.cc" 139 RelativePath="..\..\samples\shell.cc"
142 > 140 >
143 </File> 141 </File>
144 </Files> 142 </Files>
145 <Globals> 143 <Globals>
146 </Globals> 144 </Globals>
147 </VisualStudioProject> 145 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698