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

Side by Side Diff: webkit/tools/test_shell/test_worker/test_worker.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="test_worker"
6 ProjectGUID="{3E03D462-780D-4C4D-B22E-5E095E6CF110}"
7 RootNamespace="test_worker"
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="2"
20 InheritedPropertySheets="$(SolutionDir)..\build\debug.vs props;.\test_worker.vsprops"
21 >
22 <Tool
23 Name="VCPreBuildEventTool"
24 />
25 <Tool
26 Name="VCCustomBuildTool"
27 />
28 <Tool
29 Name="VCXMLDataGeneratorTool"
30 />
31 <Tool
32 Name="VCWebServiceProxyGeneratorTool"
33 />
34 <Tool
35 Name="VCMIDLTool"
36 />
37 <Tool
38 Name="VCCLCompilerTool"
39 UsePrecompiledHeader="0"
40 />
41 <Tool
42 Name="VCManagedResourceCompilerTool"
43 />
44 <Tool
45 Name="VCResourceCompilerTool"
46 />
47 <Tool
48 Name="VCPreLinkEventTool"
49 />
50 <Tool
51 Name="VCLinkerTool"
52 />
53 <Tool
54 Name="VCALinkTool"
55 />
56 <Tool
57 Name="VCManifestTool"
58 />
59 <Tool
60 Name="VCXDCMakeTool"
61 />
62 <Tool
63 Name="VCBscMakeTool"
64 />
65 <Tool
66 Name="VCFxCopTool"
67 />
68 <Tool
69 Name="VCAppVerifierTool"
70 />
71 <Tool
72 Name="VCWebDeploymentTool"
73 />
74 <Tool
75 Name="VCPostBuildEventTool"
76 />
77 </Configuration>
78 <Configuration
79 Name="Release|Win32"
80 ConfigurationType="2"
81 InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops;.\test_worker.vsprops"
82 >
83 <Tool
84 Name="VCPreBuildEventTool"
85 />
86 <Tool
87 Name="VCCustomBuildTool"
88 />
89 <Tool
90 Name="VCXMLDataGeneratorTool"
91 />
92 <Tool
93 Name="VCWebServiceProxyGeneratorTool"
94 />
95 <Tool
96 Name="VCMIDLTool"
97 />
98 <Tool
99 Name="VCCLCompilerTool"
100 />
101 <Tool
102 Name="VCManagedResourceCompilerTool"
103 />
104 <Tool
105 Name="VCResourceCompilerTool"
106 />
107 <Tool
108 Name="VCPreLinkEventTool"
109 />
110 <Tool
111 Name="VCLinkerTool"
112 AdditionalDependencies="winmm.lib"
113 />
114 <Tool
115 Name="VCALinkTool"
116 />
117 <Tool
118 Name="VCManifestTool"
119 />
120 <Tool
121 Name="VCXDCMakeTool"
122 />
123 <Tool
124 Name="VCBscMakeTool"
125 />
126 <Tool
127 Name="VCFxCopTool"
128 />
129 <Tool
130 Name="VCAppVerifierTool"
131 />
132 <Tool
133 Name="VCWebDeploymentTool"
134 />
135 <Tool
136 Name="VCPostBuildEventTool"
137 />
138 </Configuration>
139 </Configurations>
140 <References>
141 </References>
142 <Files>
143 <File
144 RelativePath="..\simple_clipboard_impl.cc"
145 >
146 </File>
147 <File
148 RelativePath=".\test_webworker.cc"
149 >
150 </File>
151 <File
152 RelativePath=".\test_webworker.h"
153 >
154 </File>
155 <File
156 RelativePath=".\test_worker.def"
157 >
158 </File>
159 <File
160 RelativePath=".\test_worker_main.cc"
161 >
162 </File>
163 </Files>
164 <Globals>
165 </Globals>
166 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/tools/npapi_layout_test_plugin/npapi_layout_test_plugin.vcproj ('k') | webkit/webkit_armu.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698