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

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

Issue 549174: Fix 64-bit build on Windows and Visual Studio project files... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 10 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/v8_cctest_arm.vcproj ('k') | tools/visual_studio/v8_mksnapshot.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"
54 /> 53 />
55 <Tool 54 <Tool
56 Name="VCALinkTool" 55 Name="VCALinkTool"
57 /> 56 />
58 <Tool 57 <Tool
59 Name="VCManifestTool" 58 Name="VCManifestTool"
60 /> 59 />
61 <Tool 60 <Tool
62 Name="VCXDCMakeTool" 61 Name="VCXDCMakeTool"
63 /> 62 />
64 <Tool 63 <Tool
65 Name="VCBscMakeTool" 64 Name="VCBscMakeTool"
66 /> 65 />
67 <Tool 66 <Tool
68 Name="VCFxCopTool" 67 Name="VCFxCopTool"
69 /> 68 />
70 <Tool 69 <Tool
71 Name="VCAppVerifierTool" 70 Name="VCAppVerifierTool"
72 /> 71 />
73 <Tool 72 <Tool
74 Name="VCWebDeploymentTool"
75 />
76 <Tool
77 Name="VCPostBuildEventTool" 73 Name="VCPostBuildEventTool"
78 /> 74 />
79 </Configuration> 75 </Configuration>
80 <Configuration 76 <Configuration
81 Name="Release|x64" 77 Name="Release|x64"
82 ConfigurationType="1" 78 ConfigurationType="1"
83 InheritedPropertySheets=".\common.vsprops;.\x64.vsprops; .\release.vsprops" 79 InheritedPropertySheets=".\common.vsprops;.\x64.vsprops; .\release.vsprops"
84 > 80 >
85 <Tool 81 <Tool
86 Name="VCPreBuildEventTool" 82 Name="VCPreBuildEventTool"
(...skipping 18 matching lines...) Expand all
105 /> 101 />
106 <Tool 102 <Tool
107 Name="VCResourceCompilerTool" 103 Name="VCResourceCompilerTool"
108 /> 104 />
109 <Tool 105 <Tool
110 Name="VCPreLinkEventTool" 106 Name="VCPreLinkEventTool"
111 /> 107 />
112 <Tool 108 <Tool
113 Name="VCLinkerTool" 109 Name="VCLinkerTool"
114 AdditionalDependencies="winmm.lib Ws2_32.lib" 110 AdditionalDependencies="winmm.lib Ws2_32.lib"
115 TargetMachine="17"
116 /> 111 />
117 <Tool 112 <Tool
118 Name="VCALinkTool" 113 Name="VCALinkTool"
119 /> 114 />
120 <Tool 115 <Tool
121 Name="VCManifestTool" 116 Name="VCManifestTool"
122 /> 117 />
123 <Tool 118 <Tool
124 Name="VCXDCMakeTool" 119 Name="VCXDCMakeTool"
125 /> 120 />
126 <Tool 121 <Tool
127 Name="VCBscMakeTool" 122 Name="VCBscMakeTool"
128 /> 123 />
129 <Tool 124 <Tool
130 Name="VCFxCopTool" 125 Name="VCFxCopTool"
131 /> 126 />
132 <Tool 127 <Tool
133 Name="VCAppVerifierTool" 128 Name="VCAppVerifierTool"
134 /> 129 />
135 <Tool 130 <Tool
136 Name="VCWebDeploymentTool"
137 />
138 <Tool
139 Name="VCPostBuildEventTool" 131 Name="VCPostBuildEventTool"
140 /> 132 />
141 </Configuration> 133 </Configuration>
142 </Configurations> 134 </Configurations>
143 <References> 135 <References>
144 </References> 136 </References>
145 <Files> 137 <Files>
146 <File 138 <File
147 RelativePath="..\..\test\cctest\cctest.cc" 139 RelativePath="..\..\test\cctest\cctest.cc"
148 > 140 >
(...skipping 24 matching lines...) Expand all
173 </File> 165 </File>
174 <File 166 <File
175 RelativePath="..\..\test\cctest\test-debug.cc" 167 RelativePath="..\..\test\cctest\test-debug.cc"
176 > 168 >
177 </File> 169 </File>
178 <File 170 <File
179 RelativePath="..\..\test\cctest\test-decls.cc" 171 RelativePath="..\..\test\cctest\test-decls.cc"
180 > 172 >
181 </File> 173 </File>
182 <File 174 <File
183 RelativePath="..\..\test\cctest\test-disasm-x64.cc"
184 >
185 </File>
186 <File
187 RelativePath="..\..\test\cctest\test-flags.cc" 175 RelativePath="..\..\test\cctest\test-flags.cc"
188 > 176 >
189 </File> 177 </File>
190 <File 178 <File
191 RelativePath="..\..\test\cctest\test-func-name-inference .cc" 179 RelativePath="..\..\test\cctest\test-func-name-inference .cc"
192 > 180 >
193 </File> 181 </File>
194 <File 182 <File
195 RelativePath="..\..\test\cctest\test-hashmap.cc" 183 RelativePath="..\..\test\cctest\test-hashmap.cc"
196 > 184 >
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 > 236 >
249 </File> 237 </File>
250 <File 238 <File
251 RelativePath="..\..\test\cctest\test-version.cc" 239 RelativePath="..\..\test\cctest\test-version.cc"
252 > 240 >
253 </File> 241 </File>
254 </Files> 242 </Files>
255 <Globals> 243 <Globals>
256 </Globals> 244 </Globals>
257 </VisualStudioProject> 245 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_cctest_arm.vcproj ('k') | tools/visual_studio/v8_mksnapshot.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698