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

Side by Side Diff: tools/visual_studio/d8_arm.vcproj

Issue 6905164: Remove the Visual Studio project files (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Minor changes Created 9 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 | « tools/visual_studio/d8.vcproj ('k') | tools/visual_studio/d8_x64.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="d8"
6 ProjectGUID="{7E4C7D2D-A4B9-40B9-8192-22654E626F6C}"
7 RootNamespace="d8"
8 Keyword="Win32Proj"
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="1"
21 InheritedPropertySheets=".\common.vsprops;.\arm.vsprops; .\debug.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 />
41 <Tool
42 Name="VCManagedResourceCompilerTool"
43 />
44 <Tool
45 Name="VCResourceCompilerTool"
46 />
47 <Tool
48 Name="VCPreLinkEventTool"
49 />
50 <Tool
51 Name="VCLinkerTool"
52 AdditionalDependencies="winmm.lib Ws2_32.lib"
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="VCPostBuildEventTool"
74 />
75 </Configuration>
76 <Configuration
77 Name="Release|Win32"
78 ConfigurationType="1"
79 InheritedPropertySheets=".\common.vsprops;.\arm.vsprops; .\release.vsprops"
80 >
81 <Tool
82 Name="VCPreBuildEventTool"
83 />
84 <Tool
85 Name="VCCustomBuildTool"
86 />
87 <Tool
88 Name="VCXMLDataGeneratorTool"
89 />
90 <Tool
91 Name="VCWebServiceProxyGeneratorTool"
92 />
93 <Tool
94 Name="VCMIDLTool"
95 />
96 <Tool
97 Name="VCCLCompilerTool"
98 />
99 <Tool
100 Name="VCManagedResourceCompilerTool"
101 />
102 <Tool
103 Name="VCResourceCompilerTool"
104 />
105 <Tool
106 Name="VCPreLinkEventTool"
107 />
108 <Tool
109 Name="VCLinkerTool"
110 AdditionalDependencies="winmm.lib Ws2_32.lib"
111 />
112 <Tool
113 Name="VCALinkTool"
114 />
115 <Tool
116 Name="VCManifestTool"
117 />
118 <Tool
119 Name="VCXDCMakeTool"
120 />
121 <Tool
122 Name="VCBscMakeTool"
123 />
124 <Tool
125 Name="VCFxCopTool"
126 />
127 <Tool
128 Name="VCAppVerifierTool"
129 />
130 <Tool
131 Name="VCPostBuildEventTool"
132 />
133 </Configuration>
134 </Configurations>
135 <References>
136 </References>
137 <Files>
138 <File
139 RelativePath="..\..\src\d8.cc"
140 >
141 </File>
142 <File
143 RelativePath="..\..\src\d8.h"
144 >
145 </File>
146 <File
147 RelativePath="..\..\src\d8-debug.cc"
148 >
149 </File>
150 <File
151 RelativePath="..\..\src\d8-debug.h"
152 >
153 </File>
154 <File
155 RelativePath="..\..\src\d8-windows.cc"
156 >
157 </File>
158 <File
159 RelativePath="..\..\src\d8.js"
160 >
161 <FileConfiguration
162 Name="Debug|Win32"
163 >
164 <Tool
165 Name="VCCustomBuildTool"
166 Description="Processing js files ..."
167 CommandLine=".\d8js2c.cmd ..\..\ src &quot;$(IntDir)\DerivedSources&quot;"
168 Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSo urces\natives-empty.cc"
169 />
170 </FileConfiguration>
171 <FileConfiguration
172 Name="Release|Win32"
173 >
174 <Tool
175 Name="VCCustomBuildTool"
176 Description="Processing js files ..."
177 CommandLine=".\d8js2c.cmd ..\..\ src &quot;$(IntDir)\DerivedSources&quot;"
178 Outputs="$(IntDir)\DerivedSource s\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
179 />
180 </FileConfiguration>
181 </File>
182 <Filter
183 Name="generated files"
184 >
185 <File
186 RelativePath="$(IntDir)\DerivedSources\natives.c c"
187 >
188 </File>
189 </Filter>
190 </Files>
191 <Globals>
192 </Globals>
193 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/d8.vcproj ('k') | tools/visual_studio/d8_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698