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

Side by Side Diff: webkit/activex_shim_dll/activex_shim_dll.vcproj

Issue 62089: Moving activex shim to gyp. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
« no previous file with comments | « webkit/activex_shim_dll/activex_shim_dll.gyp ('k') | no next file » | 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="activex_shim_dll"
6 ProjectGUID="{494E414B-1655-48CE-996D-6413ECFB7829}"
7 RootNamespace="activex_shim_dll"
8 Keyword="AtlProj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 ConfigurationType="2"
21 InheritedPropertySheets="$(SolutionDir)..\build\debug.vs props;.\activex_shim_dll.vsprops"
22 >
23 <Tool
24 Name="VCPreBuildEventTool"
25 />
26 <Tool
27 Name="VCCustomBuildTool"
28 />
29 <Tool
30 Name="VCXMLDataGeneratorTool"
31 />
32 <Tool
33 Name="VCWebServiceProxyGeneratorTool"
34 />
35 <Tool
36 Name="VCMIDLTool"
37 />
38 <Tool
39 Name="VCCLCompilerTool"
40 PreprocessorDefinitions="TRACK_INTERFACE"
41 />
42 <Tool
43 Name="VCManagedResourceCompilerTool"
44 />
45 <Tool
46 Name="VCResourceCompilerTool"
47 />
48 <Tool
49 Name="VCPreLinkEventTool"
50 />
51 <Tool
52 Name="VCLinkerTool"
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 />
78 </Configuration>
79 <Configuration
80 Name="Release|Win32"
81 ConfigurationType="2"
82 InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops;.\activex_shim_dll.vsprops"
83 >
84 <Tool
85 Name="VCPreBuildEventTool"
86 />
87 <Tool
88 Name="VCCustomBuildTool"
89 />
90 <Tool
91 Name="VCXMLDataGeneratorTool"
92 />
93 <Tool
94 Name="VCWebServiceProxyGeneratorTool"
95 />
96 <Tool
97 Name="VCMIDLTool"
98 />
99 <Tool
100 Name="VCCLCompilerTool"
101 />
102 <Tool
103 Name="VCManagedResourceCompilerTool"
104 />
105 <Tool
106 Name="VCResourceCompilerTool"
107 />
108 <Tool
109 Name="VCPreLinkEventTool"
110 />
111 <Tool
112 Name="VCLinkerTool"
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=".\activex_shim_dll.cc"
145 >
146 </File>
147 <File
148 RelativePath=".\activex_shim_dll.def"
149 >
150 </File>
151 <File
152 RelativePath=".\activex_shim_dll.rc"
153 >
154 </File>
155 <File
156 RelativePath=".\resource.h"
157 >
158 </File>
159 </Files>
160 <Globals>
161 </Globals>
162 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/activex_shim_dll/activex_shim_dll.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698