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

Side by Side Diff: webkit/tools/npapi_layout_test_plugin/npapi_layout_test_plugin.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="npapi_layout_test_plugin"
6 ProjectGUID="{BE6D5659-A8D5-4890-A42C-090DD10EF62C}"
7 RootNamespace="npapi_layout_test_plugin"
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\common.v sprops;$(SolutionDir)..\build\debug.vsprops;..\..\build\webkit_common.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 />
40 <Tool
41 Name="VCManagedResourceCompilerTool"
42 />
43 <Tool
44 Name="VCResourceCompilerTool"
45 />
46 <Tool
47 Name="VCPreLinkEventTool"
48 />
49 <Tool
50 Name="VCLinkerTool"
51 AdditionalDependencies="winmm.lib"
52 ModuleDefinitionFile="npapi_layout_test_plugin.d ef"
53 />
54 <Tool
55 Name="VCALinkTool"
56 />
57 <Tool
58 Name="VCManifestTool"
59 />
60 <Tool
61 Name="VCXDCMakeTool"
62 />
63 <Tool
64 Name="VCBscMakeTool"
65 />
66 <Tool
67 Name="VCFxCopTool"
68 />
69 <Tool
70 Name="VCAppVerifierTool"
71 />
72 <Tool
73 Name="VCWebDeploymentTool"
74 />
75 <Tool
76 Name="VCPostBuildEventTool"
77 CommandLine="xcopy.exe /Y /F $(TargetPath) $(Tar getDir)\plugins\"
78 />
79 </Configuration>
80 <Configuration
81 Name="Release|Win32"
82 ConfigurationType="2"
83 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;..\..\build\webkit_common.vsprops"
84 >
85 <Tool
86 Name="VCPreBuildEventTool"
87 />
88 <Tool
89 Name="VCCustomBuildTool"
90 />
91 <Tool
92 Name="VCXMLDataGeneratorTool"
93 />
94 <Tool
95 Name="VCWebServiceProxyGeneratorTool"
96 />
97 <Tool
98 Name="VCMIDLTool"
99 />
100 <Tool
101 Name="VCCLCompilerTool"
102 />
103 <Tool
104 Name="VCManagedResourceCompilerTool"
105 />
106 <Tool
107 Name="VCResourceCompilerTool"
108 />
109 <Tool
110 Name="VCPreLinkEventTool"
111 />
112 <Tool
113 Name="VCLinkerTool"
114 AdditionalDependencies="winmm.lib"
115 ModuleDefinitionFile="npapi_layout_test_plugin.d ef"
116 />
117 <Tool
118 Name="VCALinkTool"
119 />
120 <Tool
121 Name="VCManifestTool"
122 />
123 <Tool
124 Name="VCXDCMakeTool"
125 />
126 <Tool
127 Name="VCBscMakeTool"
128 />
129 <Tool
130 Name="VCFxCopTool"
131 />
132 <Tool
133 Name="VCAppVerifierTool"
134 />
135 <Tool
136 Name="VCWebDeploymentTool"
137 />
138 <Tool
139 Name="VCPostBuildEventTool"
140 CommandLine="xcopy.exe /Y /F $(TargetPath) $(Tar getDir)\plugins\"
141 />
142 </Configuration>
143 </Configurations>
144 <References>
145 </References>
146 <Files>
147 <File
148 RelativePath=".\main.cpp"
149 >
150 </File>
151 <File
152 RelativePath=".\npapi_layout_test_plugin.rc"
153 >
154 </File>
155 <File
156 RelativePath=".\PluginObject.cpp"
157 >
158 </File>
159 <File
160 RelativePath=".\PluginObject.h"
161 >
162 </File>
163 <File
164 RelativePath=".\resource.h"
165 >
166 </File>
167 <File
168 RelativePath=".\TestObject.cpp"
169 >
170 </File>
171 <File
172 RelativePath=".\TestObject.h"
173 >
174 </File>
175 </Files>
176 <Globals>
177 </Globals>
178 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/glue/plugins/test/npapi_test_plugin.vcproj ('k') | webkit/tools/test_shell/test_worker/test_worker.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698