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_base.vcproj

Issue 21504: Remove JSCRE (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 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
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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 /> 115 />
116 <Tool 116 <Tool
117 Name="VCPostBuildEventTool" 117 Name="VCPostBuildEventTool"
118 /> 118 />
119 </Configuration> 119 </Configuration>
120 </Configurations> 120 </Configurations>
121 <References> 121 <References>
122 </References> 122 </References>
123 <Files> 123 <Files>
124 <Filter 124 <Filter
125 Name="jscre"
126 >
127 <File
128 RelativePath="..\..\src\third_party\jscre\pcre_c ompile.cpp"
129 >
130 <FileConfiguration
131 Name="Debug|Win32"
132 >
133 <Tool
134 Name="VCCLCompilerTool"
135 UndefinePreprocessorDefinitions= "DEBUG"
136 />
137 </FileConfiguration>
138 <FileConfiguration
139 Name="Release|Win32"
140 >
141 <Tool
142 Name="VCCLCompilerTool"
143 UndefinePreprocessorDefinitions= "DEBUG"
144 />
145 </FileConfiguration>
146 </File>
147 <File
148 RelativePath="..\..\src\third_party\jscre\pcre_e xec.cpp"
149 >
150 <FileConfiguration
151 Name="Debug|Win32"
152 >
153 <Tool
154 Name="VCCLCompilerTool"
155 UndefinePreprocessorDefinitions= "DEBUG"
156 />
157 </FileConfiguration>
158 <FileConfiguration
159 Name="Release|Win32"
160 >
161 <Tool
162 Name="VCCLCompilerTool"
163 UndefinePreprocessorDefinitions= "DEBUG"
164 />
165 </FileConfiguration>
166 </File>
167 <File
168 RelativePath="..\..\src\third_party\jscre\pcre_i nternal.h"
169 >
170 </File>
171 <File
172 RelativePath="..\..\src\third_party\jscre\pcre_t ables.cpp"
173 >
174 <FileConfiguration
175 Name="Debug|Win32"
176 >
177 <Tool
178 Name="VCCLCompilerTool"
179 UndefinePreprocessorDefinitions= "DEBUG"
180 />
181 </FileConfiguration>
182 <FileConfiguration
183 Name="Release|Win32"
184 >
185 <Tool
186 Name="VCCLCompilerTool"
187 UndefinePreprocessorDefinitions= "DEBUG"
188 />
189 </FileConfiguration>
190 </File>
191 <File
192 RelativePath="..\..\src\third_party\jscre\pcre_u cp_searchfuncs.cpp"
193 >
194 <FileConfiguration
195 Name="Debug|Win32"
196 >
197 <Tool
198 Name="VCCLCompilerTool"
199 UndefinePreprocessorDefinitions= "DEBUG"
200 />
201 </FileConfiguration>
202 <FileConfiguration
203 Name="Release|Win32"
204 >
205 <Tool
206 Name="VCCLCompilerTool"
207 UndefinePreprocessorDefinitions= "DEBUG"
208 />
209 </FileConfiguration>
210 </File>
211 <File
212 RelativePath="..\..\src\third_party\jscre\pcre_x class.cpp"
213 >
214 <FileConfiguration
215 Name="Debug|Win32"
216 >
217 <Tool
218 Name="VCCLCompilerTool"
219 UndefinePreprocessorDefinitions= "DEBUG"
220 />
221 </FileConfiguration>
222 <FileConfiguration
223 Name="Release|Win32"
224 >
225 <Tool
226 Name="VCCLCompilerTool"
227 UndefinePreprocessorDefinitions= "DEBUG"
228 />
229 </FileConfiguration>
230 </File>
231 </Filter>
232 <Filter
233 Name="dtoa" 125 Name="dtoa"
234 > 126 >
235 <File 127 <File
236 RelativePath="..\..\src\dtoa-config.c" 128 RelativePath="..\..\src\dtoa-config.c"
237 > 129 >
238 <FileConfiguration 130 <FileConfiguration
239 Name="Debug|Win32" 131 Name="Debug|Win32"
240 > 132 >
241 <Tool 133 <Tool
242 Name="VCCLCompilerTool" 134 Name="VCCLCompilerTool"
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 </File> 850 </File>
959 <File 851 <File
960 RelativePath="..\..\include\v8.h" 852 RelativePath="..\..\include\v8.h"
961 > 853 >
962 </File> 854 </File>
963 </Filter> 855 </Filter>
964 </Files> 856 </Files>
965 <Globals> 857 <Globals>
966 </Globals> 858 </Globals>
967 </VisualStudioProject> 859 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698