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

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

Issue 2086024: Repair Visual Studio build (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 6 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 | « no previous file | no next file » | 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_base" 5 Name="v8_base"
6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}" 6 ProjectGUID="{EC8B7909-62AF-470D-A75D-E1D89C837142}"
7 RootNamespace="v8_base" 7 RootNamespace="v8_base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 </FileConfiguration> 137 </FileConfiguration>
138 <FileConfiguration 138 <FileConfiguration
139 Name="Release|Win32" 139 Name="Release|Win32"
140 > 140 >
141 <Tool 141 <Tool
142 Name="VCCLCompilerTool" 142 Name="VCCLCompilerTool"
143 DisableSpecificWarnings="4018;42 44" 143 DisableSpecificWarnings="4018;42 44"
144 /> 144 />
145 </FileConfiguration> 145 </FileConfiguration>
146 </File> 146 </File>
147 <File
148 RelativePath="..\..\src\dtoa.cc"
149 >
150 </File>
151 <File
152 RelativePath="..\..\src\dtoa.h"
153 >
154 </File>
155 <File
156 RelativePath="..\..\src\fast-dtoa.cc"
157 >
158 </File>
159 <File
160 RelativePath="..\..\src\fast-dtoa.h"
161 >
162 </File>
163 <File
164 RelativePath="..\..\src\fixed-dtoa.cc"
165 >
166 </File>
167 <File
168 RelativePath="..\..\src\fixed-dtoa.h"
169 >
170 </File>
147 </Filter> 171 </Filter>
148 <Filter 172 <Filter
149 Name="src" 173 Name="src"
150 > 174 >
151 <File 175 <File
152 RelativePath="..\..\src\accessors.cc" 176 RelativePath="..\..\src\accessors.cc"
153 > 177 >
154 </File> 178 </File>
155 <File 179 <File
156 RelativePath="..\..\src\accessors.h" 180 RelativePath="..\..\src\accessors.h"
(...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 </File> 1134 </File>
1111 <File 1135 <File
1112 RelativePath="..\..\include\v8.h" 1136 RelativePath="..\..\include\v8.h"
1113 > 1137 >
1114 </File> 1138 </File>
1115 </Filter> 1139 </Filter>
1116 </Files> 1140 </Files>
1117 <Globals> 1141 <Globals>
1118 </Globals> 1142 </Globals>
1119 </VisualStudioProject> 1143 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698