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

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

Issue 171111: Create a set of x64 Visual studio project files and corresponding solution (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 4 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/common.vsprops ('k') | tools/visual_studio/ia32.vsprops » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ native
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="VCWebDeploymentTool"
74 />
75 <Tool
76 Name="VCPostBuildEventTool"
77 />
78 </Configuration>
79 <Configuration
80 Name="Release|x64"
81 ConfigurationType="1"
82 InheritedPropertySheets=".\common.vsprops;.\x64.vsprops; .\release.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 AdditionalDependencies="winmm.lib Ws2_32.lib"
114 />
115 <Tool
116 Name="VCALinkTool"
117 />
118 <Tool
119 Name="VCManifestTool"
120 />
121 <Tool
122 Name="VCXDCMakeTool"
123 />
124 <Tool
125 Name="VCBscMakeTool"
126 />
127 <Tool
128 Name="VCFxCopTool"
129 />
130 <Tool
131 Name="VCAppVerifierTool"
132 />
133 <Tool
134 Name="VCWebDeploymentTool"
135 />
136 <Tool
137 Name="VCPostBuildEventTool"
138 />
139 </Configuration>
140 </Configurations>
141 <References>
142 </References>
143 <Files>
144 <File
145 RelativePath="..\..\src\d8.cc"
146 >
147 </File>
148 <File
149 RelativePath="..\..\src\d8.h"
150 >
151 </File>
152 <File
153 RelativePath="..\..\src\d8-debug.cc"
154 >
155 </File>
156 <File
157 RelativePath="..\..\src\d8-debug.h"
158 >
159 </File>
160 <File
161 RelativePath="..\..\src\d8-windows.cc"
162 >
163 </File>
164 <File
165 RelativePath="..\..\src\d8.js"
166 >
167 <FileConfiguration
168 Name="Debug|x64"
169 >
170 <Tool
171 Name="VCCustomBuildTool"
172 Description="Processing js files ..."
173 CommandLine=".\d8js2c.cmd ..\..\ src &quot;$(IntDir)\DerivedSources&quot;"
174 Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSo urces\natives-empty.cc"
175 />
176 </FileConfiguration>
177 <FileConfiguration
178 Name="Release|x64"
179 >
180 <Tool
181 Name="VCCustomBuildTool"
182 Description="Processing js files ..."
183 CommandLine=".\d8js2c.cmd ..\..\ src &quot;$(IntDir)\DerivedSources&quot;"
184 Outputs="$(IntDir)\DerivedSource s\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
185 />
186 </FileConfiguration>
187 </File>
188 <Filter
189 Name="generated files"
190 >
191 <File
192 RelativePath="$(IntDir)\DerivedSources\natives.c c"
193 >
194 </File>
195 </Filter>
196 </Files>
197 <Globals>
198 </Globals>
199 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/common.vsprops ('k') | tools/visual_studio/ia32.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698