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

Side by Side Diff: tools/visual_studio/v8_cctest_arm.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.vcproj ('k') | tools/visual_studio/v8_cctest_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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 <Tool 63 <Tool
64 Name="VCBscMakeTool" 64 Name="VCBscMakeTool"
65 /> 65 />
66 <Tool 66 <Tool
67 Name="VCFxCopTool" 67 Name="VCFxCopTool"
68 /> 68 />
69 <Tool 69 <Tool
70 Name="VCAppVerifierTool" 70 Name="VCAppVerifierTool"
71 /> 71 />
72 <Tool 72 <Tool
73 Name="VCWebDeploymentTool"
74 />
75 <Tool
76 Name="VCPostBuildEventTool" 73 Name="VCPostBuildEventTool"
77 /> 74 />
78 </Configuration> 75 </Configuration>
79 <Configuration 76 <Configuration
80 Name="Release|Win32" 77 Name="Release|Win32"
81 ConfigurationType="1" 78 ConfigurationType="1"
82 InheritedPropertySheets=".\common.vsprops;.\release.vspr ops;.\arm.vsprops" 79 InheritedPropertySheets=".\common.vsprops;.\release.vspr ops;.\arm.vsprops"
83 > 80 >
84 <Tool 81 <Tool
85 Name="VCPreBuildEventTool" 82 Name="VCPreBuildEventTool"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 <Tool 121 <Tool
125 Name="VCBscMakeTool" 122 Name="VCBscMakeTool"
126 /> 123 />
127 <Tool 124 <Tool
128 Name="VCFxCopTool" 125 Name="VCFxCopTool"
129 /> 126 />
130 <Tool 127 <Tool
131 Name="VCAppVerifierTool" 128 Name="VCAppVerifierTool"
132 /> 129 />
133 <Tool 130 <Tool
134 Name="VCWebDeploymentTool"
135 />
136 <Tool
137 Name="VCPostBuildEventTool" 131 Name="VCPostBuildEventTool"
138 /> 132 />
139 </Configuration> 133 </Configuration>
140 </Configurations> 134 </Configurations>
141 <References> 135 <References>
142 </References> 136 </References>
143 <Files> 137 <Files>
144 <File 138 <File
145 RelativePath="..\..\test\cctest\cctest.cc" 139 RelativePath="..\..\test\cctest\cctest.cc"
146 > 140 >
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 > 228 >
235 </File> 229 </File>
236 <File 230 <File
237 RelativePath="..\..\test\cctest\test-version.cc" 231 RelativePath="..\..\test\cctest\test-version.cc"
238 > 232 >
239 </File> 233 </File>
240 </Files> 234 </Files>
241 <Globals> 235 <Globals>
242 </Globals> 236 </Globals>
243 </VisualStudioProject> 237 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_cctest.vcproj ('k') | tools/visual_studio/v8_cctest_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698