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

Side by Side Diff: webkit/build/JSConfig/KJSConfig.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
« no previous file with comments | « no previous file | webkit/build/JSConfig/V8Config.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="KJSConfig"
6 ProjectGUID="{2BCD6193-D243-422C-BB1A-BC219BF147B3}"
7 RootNamespace="KJSConfig"
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="1"
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) kjs"
28 AdditionalDependencies="$(ProjectDir)..\..\confi g.h.in"
29 Outputs="$(OutDir)\obj\WebCore\config.h"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 />
43 <Tool
44 Name="VCManagedResourceCompilerTool"
45 />
46 <Tool
47 Name="VCResourceCompilerTool"
48 />
49 <Tool
50 Name="VCPreLinkEventTool"
51 />
52 <Tool
53 Name="VCLinkerTool"
54 />
55 <Tool
56 Name="VCALinkTool"
57 />
58 <Tool
59 Name="VCManifestTool"
60 />
61 <Tool
62 Name="VCXDCMakeTool"
63 />
64 <Tool
65 Name="VCBscMakeTool"
66 />
67 <Tool
68 Name="VCFxCopTool"
69 />
70 <Tool
71 Name="VCAppVerifierTool"
72 />
73 <Tool
74 Name="VCWebDeploymentTool"
75 />
76 <Tool
77 Name="VCPostBuildEventTool"
78 />
79 </Configuration>
80 <Configuration
81 Name="Release|Win32"
82 ConfigurationType="1"
83 InheritedPropertySheets="$(SolutionDir)\..\build\common. vsprops;$(SolutionDir)..\build\release.vsprops"
84 >
85 <Tool
86 Name="VCPreBuildEventTool"
87 />
88 <Tool
89 Name="VCCustomBuildTool"
90 CommandLine="prebuild.bat $(OutDir) kjs"
91 AdditionalDependencies="$(ProjectDir)..\..\confi g.h.in"
92 Outputs="$(OutDir)\obj\WebCore\config.h"
93 />
94 <Tool
95 Name="VCXMLDataGeneratorTool"
96 />
97 <Tool
98 Name="VCWebServiceProxyGeneratorTool"
99 />
100 <Tool
101 Name="VCMIDLTool"
102 />
103 <Tool
104 Name="VCCLCompilerTool"
105 />
106 <Tool
107 Name="VCManagedResourceCompilerTool"
108 />
109 <Tool
110 Name="VCResourceCompilerTool"
111 />
112 <Tool
113 Name="VCPreLinkEventTool"
114 />
115 <Tool
116 Name="VCLinkerTool"
117 />
118 <Tool
119 Name="VCALinkTool"
120 />
121 <Tool
122 Name="VCManifestTool"
123 />
124 <Tool
125 Name="VCXDCMakeTool"
126 />
127 <Tool
128 Name="VCBscMakeTool"
129 />
130 <Tool
131 Name="VCFxCopTool"
132 />
133 <Tool
134 Name="VCAppVerifierTool"
135 />
136 <Tool
137 Name="VCWebDeploymentTool"
138 />
139 <Tool
140 Name="VCPostBuildEventTool"
141 />
142 </Configuration>
143 </Configurations>
144 <References>
145 </References>
146 <Files>
147 </Files>
148 <Globals>
149 </Globals>
150 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | webkit/build/JSConfig/V8Config.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698