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

Side by Side Diff: webkit/build/JSConfig/V8Config.vcproj

Issue 115188: Delete the checked-in webkit .vcproj (and ancillary .sln) files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="V8Config"
6 ProjectGUID="{2E2D3301-2EC4-4C0F-B889-87073B30F673}"
7 RootNamespace="V8Config"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 ConfigurationType="10"
20 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops"
21 >
22 <Tool
23 Name="VCPreBuildEventTool"
24 />
25 <Tool
26 Name="VCCustomBuildTool"
27 CommandLine="prebuild.bat $(OutDir) v8"
28 AdditionalDependencies="$(ProjectDir)..\..\confi g.h.in"
29 Outputs="$(OutDir)\obj\WebCore\config.h"
30 />
31 <Tool
32 Name="VCMIDLTool"
33 />
34 <Tool
35 Name="VCPostBuildEventTool"
36 />
37 </Configuration>
38 <Configuration
39 Name="Release|Win32"
40 ConfigurationType="10"
41 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops"
42 >
43 <Tool
44 Name="VCPreBuildEventTool"
45 />
46 <Tool
47 Name="VCCustomBuildTool"
48 CommandLine="prebuild.bat $(OutDir) v8"
49 AdditionalDependencies="$(ProjectDir)..\..\confi g.h.in"
50 Outputs="$(OutDir)\obj\WebCore\config.h"
51 />
52 <Tool
53 Name="VCMIDLTool"
54 />
55 <Tool
56 Name="VCPostBuildEventTool"
57 />
58 </Configuration>
59 </Configurations>
60 <References>
61 </References>
62 <Files>
63 <File
64 RelativePath=".\create-config.sh"
65 >
66 </File>
67 <File
68 RelativePath=".\prebuild.bat"
69 >
70 </File>
71 </Files>
72 <Globals>
73 </Globals>
74 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/build/JSConfig/KJSConfig.vcproj ('k') | webkit/build/JavaScriptCore/JavaScriptCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698