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

Side by Side Diff: webkit/build/WebCore/WebCore_prebuild.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 | « webkit/build/WebCore/WebCore.vcproj ('k') | webkit/build/WebKit/WebKit.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="WebCore_prebuild"
6 ProjectGUID="{1444235E-0E97-4C80-A73E-EE73F3706C32}"
7 RootNamespace="WebCore_prebuild"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 <ToolFile
17 RelativePath="..\webkit_version.rules"
18 />
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Debug|Win32"
23 ConfigurationType="10"
24 InheritedPropertySheets="$(SolutionDir)..\build\debug.vs props;..\precompiled_webkit.vsprops;.\webcore.vsprops"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="WebKitVersion"
31 />
32 <Tool
33 Name="VCCustomBuildTool"
34 />
35 <Tool
36 Name="VCMIDLTool"
37 />
38 <Tool
39 Name="VCPostBuildEventTool"
40 />
41 </Configuration>
42 <Configuration
43 Name="Release|Win32"
44 ConfigurationType="10"
45 InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops;.\webcore.vsprops"
46 >
47 <Tool
48 Name="VCPreBuildEventTool"
49 />
50 <Tool
51 Name="WebKitVersion"
52 />
53 <Tool
54 Name="VCCustomBuildTool"
55 />
56 <Tool
57 Name="VCMIDLTool"
58 />
59 <Tool
60 Name="VCPostBuildEventTool"
61 />
62 </Configuration>
63 </Configurations>
64 <References>
65 </References>
66 <Files>
67 <File
68 RelativePath="..\..\..\third_party\WebKit\WebCore\Config urations\Version.xcconfig"
69 >
70 <FileConfiguration
71 Name="Debug|Win32"
72 >
73 <Tool
74 Name="WebKitVersion"
75 />
76 </FileConfiguration>
77 <FileConfiguration
78 Name="Release|Win32"
79 >
80 <Tool
81 Name="WebKitVersion"
82 />
83 </FileConfiguration>
84 </File>
85 </Files>
86 <Globals>
87 </Globals>
88 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/build/WebCore/WebCore.vcproj ('k') | webkit/build/WebKit/WebKit.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698