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

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

Issue 174137: X64: Set target machine for Visual Studio projects to x64. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 4 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
« no previous file with comments | « tools/visual_studio/d8_x64.vcproj ('k') | tools/visual_studio/v8_shell_sample_x64.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_cctest" 5 Name="v8_cctest"
6 ProjectGUID="{97ECC711-7430-4FC4-90FD-004DA880E72A}" 6 ProjectGUID="{97ECC711-7430-4FC4-90FD-004DA880E72A}"
7 RootNamespace="v8_cctest" 7 RootNamespace="v8_cctest"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 /> 43 />
44 <Tool 44 <Tool
45 Name="VCResourceCompilerTool" 45 Name="VCResourceCompilerTool"
46 /> 46 />
47 <Tool 47 <Tool
48 Name="VCPreLinkEventTool" 48 Name="VCPreLinkEventTool"
49 /> 49 />
50 <Tool 50 <Tool
51 Name="VCLinkerTool" 51 Name="VCLinkerTool"
52 AdditionalDependencies="winmm.lib Ws2_32.lib" 52 AdditionalDependencies="winmm.lib Ws2_32.lib"
53 TargetMachine="17"
53 /> 54 />
54 <Tool 55 <Tool
55 Name="VCALinkTool" 56 Name="VCALinkTool"
56 /> 57 />
57 <Tool 58 <Tool
58 Name="VCManifestTool" 59 Name="VCManifestTool"
59 /> 60 />
60 <Tool 61 <Tool
61 Name="VCXDCMakeTool" 62 Name="VCXDCMakeTool"
62 /> 63 />
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 /> 105 />
105 <Tool 106 <Tool
106 Name="VCResourceCompilerTool" 107 Name="VCResourceCompilerTool"
107 /> 108 />
108 <Tool 109 <Tool
109 Name="VCPreLinkEventTool" 110 Name="VCPreLinkEventTool"
110 /> 111 />
111 <Tool 112 <Tool
112 Name="VCLinkerTool" 113 Name="VCLinkerTool"
113 AdditionalDependencies="winmm.lib Ws2_32.lib" 114 AdditionalDependencies="winmm.lib Ws2_32.lib"
115 TargetMachine="17"
114 /> 116 />
115 <Tool 117 <Tool
116 Name="VCALinkTool" 118 Name="VCALinkTool"
117 /> 119 />
118 <Tool 120 <Tool
119 Name="VCManifestTool" 121 Name="VCManifestTool"
120 /> 122 />
121 <Tool 123 <Tool
122 Name="VCXDCMakeTool" 124 Name="VCXDCMakeTool"
123 /> 125 />
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 > 244 >
243 </File> 245 </File>
244 <File 246 <File
245 RelativePath="..\..\test\cctest\test-version.cc" 247 RelativePath="..\..\test\cctest\test-version.cc"
246 > 248 >
247 </File> 249 </File>
248 </Files> 250 </Files>
249 <Globals> 251 <Globals>
250 </Globals> 252 </Globals>
251 </VisualStudioProject> 253 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/d8_x64.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