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

Side by Side Diff: tools/visual_studio/d8_x64.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_arm.vcproj ('k') | tools/visual_studio/d8js2c.cmd » ('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="x64"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|x64"
20 ConfigurationType="1"
21 InheritedPropertySheets=".\common.vsprops;.\x64.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|x64"
78 ConfigurationType="1"
79 InheritedPropertySheets=".\common.vsprops;.\x64.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 <FileConfiguration
142 Name="Debug|x64"
143 >
144 <Tool
145 Name="VCCLCompilerTool"
146 DisableSpecificWarnings="4267"
147 />
148 </FileConfiguration>
149 <FileConfiguration
150 Name="Release|x64"
151 >
152 <Tool
153 Name="VCCLCompilerTool"
154 DisableSpecificWarnings="4267"
155 />
156 </FileConfiguration>
157 </File>
158 <File
159 RelativePath="..\..\src\d8.h"
160 >
161 </File>
162 <File
163 RelativePath="..\..\src\d8-debug.cc"
164 >
165 </File>
166 <File
167 RelativePath="..\..\src\d8-debug.h"
168 >
169 </File>
170 <File
171 RelativePath="..\..\src\d8-windows.cc"
172 >
173 </File>
174 <File
175 RelativePath="..\..\src\d8.js"
176 >
177 <FileConfiguration
178 Name="Debug|x64"
179 >
180 <Tool
181 Name="VCCustomBuildTool"
182 Description="Processing js files ..."
183 CommandLine=".\d8js2c.cmd ..\..\ src &quot;$(IntDir)\DerivedSources&quot;"
184 Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSo urces\natives-empty.cc"
185 />
186 </FileConfiguration>
187 <FileConfiguration
188 Name="Release|x64"
189 >
190 <Tool
191 Name="VCCustomBuildTool"
192 Description="Processing js files ..."
193 CommandLine=".\d8js2c.cmd ..\..\ src &quot;$(IntDir)\DerivedSources&quot;"
194 Outputs="$(IntDir)\DerivedSource s\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
195 />
196 </FileConfiguration>
197 </File>
198 <Filter
199 Name="generated files"
200 >
201 <File
202 RelativePath="$(IntDir)\DerivedSources\natives.c c"
203 >
204 </File>
205 </Filter>
206 </Files>
207 <Globals>
208 </Globals>
209 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/d8_arm.vcproj ('k') | tools/visual_studio/d8js2c.cmd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698